
	body {
		
		background-color: #fff;
		font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 0;
		

	}
	table, tr, td, th {
		text-align: left;
	}
	
	ul li {
		list-style-type:none;
	}

	img[src="/transpix.gif"], div[align="center"] hr {
		display: none;
	}
	
	
	.loading {
		background:black url('/apps/core/js/fancybox/fancybox_loading.gif') center center no-repeat;
		width:40px;
		height:40px;
		position: relative;
		top: 50%;
		left: 50%;
		border-radius: 8px;
	}
	/* user panel */
	.panel-heading a.accordion-toggle:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
	padding-right: 5pt;
	}
	.panel-heading a.accordion-toggle.collapsed:after {
		content:"\e080";
	}
	
.alerttext {
        background-color:#ffff00;
}
	
	
	/* MOBILE MENU */
	#menu-bar{
		display: inline-block;
		position: relative;
		top: 0 px;
		float: left;
		max-height: 40px;
	}
	.fixed{
		position: fixed;
		z-index: 1000;
		opacity: 0.5;
		display: block;
		top: 0px;
		left: 0px;
	}
	#logo-mobile{
		text-align: -webkit-center;
		text-align: center;
	}
	#logo-spacer{
		display: inline-block;
		position: relative;
		max-height: 40px;
	}
	.slicknav_nav a{
		font-weight: 400;
	}
	/* display: none; */
	
	* {
		word-wrap: break-word;
		/* font-size: 12px; */
	}
	
	embed {
		overflow: hidden;
		width: 100%;
	}
	
	.tab_content > H1, .tab_content DIV H1 {
		font-size: 2em;
	}


	H1.h1fahrschulede {
		font-size: 16px;
		font-weight: bold;
		color: #666666;
		letter-spacing: 1px;
	}

	
	p {
		text-align: justify;
	}
	
	
	a {
		/*color: #454AB4;*/
		font-weight: bold;
		text-decoration: none;
		cursor: pointer;
	}
	
	a:hover {
		color: #000;
		text-decoration: none;
	}
	
	img {
		border: 0;
	}
	
	div#header {
		margin-top: 2px;
		height: 78px;
		overflow: hidden;
		min-width: 985px;
		width:100%;
		max-width:100%;
	}
	
	ul#topMenu {
		margin: 0;
		padding: 0;
		min-width: 1100px; 
		background: #42464e;
		/*
		background: -moz-linear-gradient(top, #939393 0%, #5c5c5c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(100%,#5c5c5c));
		background: -webkit-linear-gradient(top, #939393 0%,#5c5c5c 100%);
		background: -o-linear-gradient(top, #939393 0%,#5c5c5c 100%);
		background: -ms-linear-gradient(top, #939393 0%,#5c5c5c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#5c5c5c',GradientType=0 );
		background: linear-gradient(top, #939393 0%,#5c5c5c 100%);
		*/
		text-align: center;	
		/* min-width:1035px; */
		max-width:100%;
	}
	
		ul#topMenu li {
			display: inline-block;
			list-style-type: none;	
			line-height: 25px;
			padding: 0 6px;		
			position:relative;
		}
		
			ul#topMenu li a {
				color: #fff;
				font-weight: bold;
			}
			
			ul#topMenu li a:hover {
				color: #ddd;
			}
			
		#topMenu li.hasSubMenu {
			position: relative;
		}

			#topMenu .subMenu {
				position: absolute;
				top:24px;
				left:0;
				width: auto !important;
				width:200px;
				min-width: 200px;
				background: #5C5C5C;
				z-index: 5;
			}

				#topMenu .subMenu a {
					text-decoration: none;
					padding: 0 6px;
					display: block;
					height: auto;
					margin: 1px;
					background-color: #ffffff;
					color: #5c5c5c;
					text-align: left;
					white-space: nowrap;
				}

				#topMenu .subMenu a:hover {
					background-color: #eee;
					color: #5c5c5c;
				}
	
	div#wrapper {
		text-align: left;
		position:relative;
	}
			
	div#appsColumn {
		float: left;
		padding-bottom: 20px;
		height: 100%;
		width: 202px;
	}

		.bubble {
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			
			background-color: #fff;
			padding: 0.5em 0;
			margin-top: 1em;

			/*	
			-webkit-box-shadow: 0px 2px 0px #878787;
			-moz-box-shadow:    0px 2px 0px #878787;
			box-shadow:         0px 2px 0px #878787;
			*/
		}	
	
		div.appsBox, div.contentBox {
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			background-color: #fff;
			
			/*
			-webkit-box-shadow: 0px 2px 0px #878787;
			-moz-box-shadow:    0px 2px 0px #878787;
			box-shadow:         0px 2px 0px #878787;
			*/
		}	
		
		div.appsBox p {
			text-align: center;
		}
			
		div.appsBox {	
			text-align: center;
			padding: 20px 0;
			width: 182px;
		}
	
		
	div#content {
		max-width: 780px;
		/*min-width: 320px;*/
		padding-top: 10px;
		margin-bottom:4px;
	}
	
	div.contentBox {
		word-wrap: break-word;
		padding-bottom: 1em;
		padding-top: 1em;
		margin-right: 1em;
		min-height: 620px;
	}
		
		
	div#contentHead {
			width: 760px;
			amargin: 20px auto;
			overflow: hidden;
			background: #eee;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			border: 1px solid #999;
	}
		div#contentHeadInner {
			border: 1px solid #fff;
			overflow: hidden;
			position: relative;
			min-height: 30px;
			padding: 10px;
			text-align:center;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			
		}
		
		div#contentHeadInner h1 {
			font-size: 16px;
			line-height: 32px;
			margin: 0;
			text-align:left;
		}
		
	
			div#contentHead .leftColumn {
				float: left;
				width: 210px;
				text-align: left;
			}
			
			div#contentHead .centerColumn {
				float: left;
				width: 270px;
				margin-left:10px;
			}
			
			div#contentHead .questionsLeft {
				background: url('/tpl/default/icons/bulb.png') no-repeat center left;
				padding-left: 25px;
				
			}
			
			div#contentHead .rightColumn {
				float: left;
				width: 220px;
			}
			
				div#contentHeadInner span.calendar {
					display: inline-block;
					width: 24px;
					height: 25px;
					line-height: 21px;
					padding-top: 4px;
					margin-right: 5px;
					background: url('/tpl/default/icons/calendar.png');
					color: #222;
					font-size: 10px;
					font-weight: bold;
					text-align:center;
				}
				
				div#contentHead p {
					margin: 0;
					line-height: 32px;
					padding: 2px 5px 2ox 0;
				}
				
				div#contentHead p.buyIcon {
					background: url('/tpl/default/icons/cart.png') center left no-repeat;
					padding-left: 0px;
					font-weight: bold;
				}
				
				div#contentHead p.buyIcon a {
					padding-left:32px;
					height:32px;
					line-height:35px;
				}
				
				div#contentHead .msgLink {
					text-align: left;
				}
			
				div#contentHead .logoutLink {
					text-align: right;
				}
				
						
	div#footer {
		padding: 10px;
		text-align: center;
		width: 100%;
		font-size: 1em;
	}
	
	center > p {
		text-align: center;
	}
	
	table {
		border-collapse: collapse;
		border: 0;
	}
	
	table.question, table.testbogen, table.resulttable, table.resulttable tr, table.resulttable tr td {
		background-color: #fff;
		border: 1px solid #454545;
	}	
	/*
	td table, td table tr, td table tr td {
		border: 0;
	}
	*/
	table.resulttable tr th, td#question {
		background-color: #dedede;
	}
	
	.passback {
		background-color: #DBEED0;
	}
	.failback {
		background-color: #F5C4C0;
	}
	
	.pass {
		background-color: #DBEED0;
		font-weight: normal;
	}
	.passt {
		background-color: #DBEED0;
		color: #008000;
		font-weight: normal;
	}
	.falsch {
		background-color: #F5C4C0;
		color: #B70000;
		font-weight: normal;
	}
	.fail {
		background-color: #F5C4C0;
		font-weight: normal;
	}
	
	#fragenkatalog_inhalt {
		width: 100%;
	}
	
	#fragenkatalog_inhalt td {
		padding: 5px;
	}
	
	table.resulttable  {
		margin: auto;
	}
	
	
	
	p.error {
		color: #D8000C;
		background-color: #FFBABA;
		border: 1px solid #D8000C;
		width: 600px;
		margin: 0 auto 10px auto;
		padding: 15px 10px 15px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-image: url("../tpl/default/img_err.png");
	}
	
	div.histBack {
		padding: 5px; 
		float: left; 
		width: 30px; 
		background: #111111; /* Old browsers */
		background: -moz-linear-gradient(top, #666666 20%, #111111 80%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#666666), color-stop(80%,#111111)); 
		background: -webkit-linear-gradient(top, #666666 20%,#111111 80%); 
		background: -o-linear-gradient(top, #666666 2%,#111111 80%); 
		background: -ms-linear-gradient(top, #666666 20%,#111111 80%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111',GradientType=0 ); 
		background: linear-gradient(top, #666666 20%,#111111 80%);
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px;
		border-right: 1px solid #EEEEEE;
	}
	
	div.histBack:hover {
		opacity: 0.8;
	}
	
		div.histBack a {
			background-image: url("/tpl/default/leftArr.png");
			background-repeat: no-repeat;
			background-position: 6px 5px;
			color: #fff;
			display: block;
			font-weight: bold;
		}
			
		ul.ResultsList {
			list-style-type: none;
			border-color: #AEAEAE;
			margin: 0 30px;
			padding: 0;
			/*border: 1px solid #999999;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			-moz-border-radius-bottomleft: 8px;
			-moz-border-radius-bottomright: 8px;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;*/
	
		}
		
		ul.ResultsList li:hover, ul.ResultsList li:focus {
			background-color: #0585F3;
		}
		
		
		ul.ResultsList li.first {
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
		}	

		ul.ResultsList li:first-child {
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-topright: 8px;
			-webkit-border-top-left-radius: 8px;
			-webkit-border-top-right-radius: 8px;
		}			
	
		ul.ResultsList li.last {
			-moz-border-radius-bottomleft: 8px;
			-moz-border-radius-bottomright: 8px;
			-webkit-border-bottom-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;
			border-bottom: none;
		}	
		
		ul.ResultsList li:last-child {
			-moz-border-radius-bottomleft: 8px;
			-moz-border-radius-bottomright: 8px;
			-webkit-border-bottom-left-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;
			border-bottom: none;
		}	
		
		
		ul.ResultsList li {
			margin: 0;
			padding: 10px;
			border-bottom: 1px solid #cdcdcd;
			list-style: none;
			overflow: hidden;
			cursor: pointer;
			cursor: hand;
		}
			
		ul.ResultsList li a {
			display: block;
			width: 110px;
			text-align:left;
			margin-right: -120px;
			float: left;
			z-index: 2;
			font-size: 11px;
		}
			
		ul.ResultsList li span.question {
			width: 440px;
			display: block;
			float: right;
			text-align:left;
		}
			
		ul.ResultsList li span.score {
			width: 130px;
			display: block;
			float: right;
			text-align: center;
			line-height: 15px;
			font-size: 11px;
			color: #aaa;
		}
			
		h2.ResultsList {
			padding: 20px 0 15px;
			font-size: 14px;
			margin: 0;
		}
		
		.ResultsPages {
			text-align:center;
			margin-top: 10px;
			margin-bottom: 10px;
			float: right;
		} 
		
		.ResultsPages span a {
			border: 1px solid #CCCCCC;
			margin-bottom: 0;
			margin-top: 5px;
			padding-bottom: 2px;
			padding-left: 3px;
			padding-right: 3px;
			padding-top: 2px;
			color: #146CB4;
			text-decoration: none;
			font-size: smaller!important;
		}
		
		
		.ResultsPages span a:hover {
			text-decoration: underline;
		}	
		
		div.progressBarA {
			width: 100%;
			border: 1px solid #454545;
			background: #d1d1d1; /* Old browsers */
			background: -moz-linear-gradient(top, #d1d1d1 30%, #ffffff 60%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#d1d1d1), color-stop(60%,#ffffff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #d1d1d1 30%,#ffffff 60%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #d1d1d1 30%,#ffffff 60%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, #d1d1d1 30%,#ffffff 60%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #d1d1d1 30%,#ffffff 60%); /* W3C */
			overflow:hidden;
		}
		
		div.progressBarASmall {
			width: 90px;
			margin: 0 4px;
		}
		
		div.progressBoxA {
			display: inline-block;
			float: right;
			margin-right: 10px;
			margin-top: -10px;
			padding-top:5px;
			height:26px;
		}
		div.progressBarA, div#progress, div.progressBoxA h3 {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			display: inline-block;
			
		}
		
		div.progressA {
			background: #6db3f2; /* Old browsers */
			background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera11.10+ */
			/*background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
			/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
			height: 10px;
			float:left;
		}
		
		div.progressBg {
			background:red;
			height:10px;
			float:left;
		}
		
		div.progressAlt {
			background: red;
			height: 10px;
		}
		
		div.progressAlt.red {
			background: red;
		}
		
		div.progressAlt.green {
			background:#46c41a;
		}
		
	
		div.progressBoxA h3 {
			padding: 0 5px;
			margin: 12px 0 0 0;
			font-size: 1em;
			width: 100%;
			max-width: 100%!important;
			text-align:center;
		}
			
	div.questionBar {
		width: 300px;
		float: right;
		margin-top: 8px;
		margin-right: 15px;
		background: #fff; 
		font-size: 10px;
	}
	
	div.chartBar {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    font-size: 10px;
    margin-right: 15px;
    margin-top: 8px;
    width: 200px;
}

	div.chartLegend {
		width:390px;
		float: left;
		padding-left: 15px;
		font-size: 11px;
	}
	
	div.chart {
		text-align: right;
		margin: -15px -90px -10px;
	}
	
	div.fragenkatalog {
		float: right;
		margin-top: 0;
	}
	
	div.questions {
		width: 300px;
		border: 1px solid #454545;
		background: #499BEA; 
		height: 15px;
		
		background: #207ce5; /* Old browsers */
		background: -moz-linear-gradient(top, #207ce5 0%, #499bea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#207ce5), color-stop(100%,#499bea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #207ce5 0%,#499bea 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #207ce5 0%,#499bea 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #207ce5 0%,#499bea 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #207ce5 0%,#499bea 100%); /* W3C */
	}
	
	div.questionBar, div.questions {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	div.correct, div.incorrect {
		display: inline-block;
		margin: 0;
		height: 15px;
	}
	
	div.correct {
		background: #72aa00; /* Old browsers */
			background: -moz-linear-gradient(top, #72aa00 0%, #9ecb2d 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #72aa00 0%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #72aa00 0%,#9ecb2d 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, #72aa00 0%,#9ecb2d 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72aa00', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #72aa00 0%,#9ecb2d 100%); /* W3C */	
	}
	
	div.incorrect {
		background: #cf0404; /* Old browsers */
			background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#ff3019)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #cf0404 0%,#ff3019 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #cf0404 0%,#ff3019 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, #cf0404 0%,#ff3019 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #cf0404 0%,#ff3019 100%); /* W3C */
	}
	
		div.questionBar div {
			font-size: 10px;
		}
		
	
	div.miniBox {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		display: inline-block;
		width: 5px;
		height: 5px;
		border: 1px solid #454545;
		margin-right: 5px;
	}
	
	.mini {
		width: 200px !important;
		height: 10px !important;
	}
	
	.mini div {
		height: 10px !important;
	}
	
	ol.sub {
		padding: 0;
		margin-bottom: 10px !important;
	}
	
		ol.sub li {
			padding: 0 0 0 10px !important;
			border: 0 !important;
		}
		
			ol.sub li a {
				width: 320px !important;	
			}
		
	
	
	.sub li {
		padding-left: 20px !important;	
		border: 0 !important;
	}
	
	
	
	div#selectWrapper {
		height: 50px;
		position: relative;
		width: 724px;
		
	}
	
	/* layout selector */
	
	div#layoutSelect {
	width: 300px;
	border: 1px solid #999999;
	color: #454545;
	display: block;
	position: absolute;
	background-color: #fff;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 2;
	}
	
	div#layoutSelect div.layoutOption {
		border: 1px solid #ffffff;
		padding: 10px 30px 10px 55px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-weight: bold;
		color: #666666;
		font-size: 12px;
		cursor: pointer;
		background-repeat: no-repeat;
		line-height: 25px;
		background-position: 10px 7px;
	}
	
	div#layoutSelect div.layoutOptionActive {
		color: #222;
		background-repeat: no-repeat;
	}
	
	
	div#layoutSelect div.layoutOption:hover, div#layoutSelect div.layoutOptionActive:hover {
	color: #222; /* Old browsers */
	background-repeat: no-repeat;
	}
	
	/* /layout selector */
	
	/* testbogen selector */
	
	a.testbogenLink {
		display: block;
		position: absolute;
		right: 0;
		z-index: 2;
		width: 250px;
		margin-bottom: 10px;
		border: 1px solid #999999;
		padding: 10px 30px 10px 55px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-weight: bold;
		color: #666666;
		font-size: 12px;
		cursor: pointer;
		background-repeat: no-repeat;
		line-height: 25px;
		background-position: 10px 7px;
	}
	
	a.testbogenLink:hover {
		color: #222;
	}
	
	/* /testbogen selector */
	
	div#mintestbogen_inhalt {
		width: 720px;
		margin: auto;
	}
	
	div#mintestbogen_inhalt table.resulttable {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width: 680px;
	}
	
	div#mintestbogen_inhalt td {
		min-width: 22px;
	}
	
	div#mintestbogen_inhalt tr.resultrowh td{
		background-color: #eee;
	}
	
	div#mintestbogen_inhalt td.resultrowh {
		background-color: #f8f8f8;
	}
	
	div#mintestbogen_inhalt td.fail{
		color: #bb0000;
		font-weight: bold;
	}
	
	#mintestbogen_chart {
		width: 450px;
		margin: -15px -50px -10px -100px;
		height: 200px;
	}
	
	div.ajaxLoading {
		height: 128px;
		background-image: url('/images/ajax_loader_blue_128.gif');
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		top: 100px;
	}
	

#tip_popup_overlay {
	width: 100%;
	background-color: #000;
	display: none;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
}

#tip_popup_body {
	position: absolute;
	width: 600px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin: -250px -300px;
	background: #fff;
	border: 1px solid #666;
	display: none;
	overflow: hidden;
}

#tip_popup_body .header {
	height: 16px;
	padding: 2px 5px;
	background: #447EE4;
	color: #ffffff;
	border-bottom: 1px solid #666;
	overflow: hidden;
}

#tip_popup_body .header .caption {
	width: 300px;
	float: left;
	font-weight: bold;
}

#tip_popup_body .header .hideButton {
	width: 100px;
	float: right;
	text-align: right;
	text-transform: none;
	color: #ffffff;
}

#tip_popup_body .content {
	padding: 10px 10px 10px 5px;
	height: 460px;
	overflow: auto;
}

#tip_popup_body .content .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px;
}

.tip_comment_container {
	padding-right: 10pt;
	padding-top: 10pt;
	font-size: 11pt;
}


.inline_popup {
	position: absolute;
	width: 400px;
	border: 1px solid #aaa;
	z-index: 2;
	padding: 20px 10px 10px;
	cursor: pointer;
	background: url('/tpl/default/icons/x.png') no-repeat #fff;
	background-position: 395px 10px;
}

/* Marek */
.tabs .search a {
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.tabs .search a img {
	position:absolute;
	top:10px;
}
.tabs .search {
	width:40px;
	height:31px;
	position:relative;
}

.tabs  .search:hover {
	width:40px;
	height:31px;
}

ul.MyMostList {
	list-style-type:none;
	padding-left:0px;
}

div.ResultsPages a.active {
	background:#ddd;
}

.form_link_box {
	margin-top:10px;
}

#optionbar {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}


.checkBtn  {
	padding-left: 30px;
	font-size: 0.9em;
    font-weight: normal;
}

.checkBtn:hover, .checkBtn.selected {
	background:  url('/images/check.png') left center no-repeat !important;
}


#tip_popup_body table table td {
	padding:7px;
}

td.answerback table tr td{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}

td.answerback input[type=checkbox] {
	margin:0px;
}

td.answerback img[name=picture] {
	max-width:300px;
	max-height:200px;
}

.abgabe, .weiter {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #EEE;
	font-weight: bold;
	margin: 4px 30px;
	padding: 8px 10px;
	border-width: 1px;
	border-style: solid;
	background: #CE0909;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD6767), color-stop(100%,#D60000));
	filter: none;
	border-color: #666 #777;
	cursor:pointer;
	background: #fd6767; /* Old browsers */
	background: -moz-linear-gradient(top, #fd6767 0%, #d35656 36%, #d35656 37%, #d60000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd6767), color-stop(36%,#d35656), color-stop(37%,#d35656), color-stop(100%,#d60000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd6767 0%,#d35656 36%,#d35656 37%,#d60000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd6767 0%,#d35656 36%,#d35656 37%,#d60000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd6767 0%,#d35656 36%,#d35656 37%,#d60000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd6767 0%,#d35656 36%,#d35656 37%,#d60000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6767', endColorstr='#d60000',GradientType=0 ); /* IE6-9 */
}
.abgabe:hover {
	color:#eee;
}
.weiter {
	background: #346047;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7C9D7A), color-stop(100%,#083A28));
	filter: none;
}

.antwort {
	color:#eee;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #EEE;
	font-weight: bold;
	margin: 4px 30px;
	padding: 8px 10px;
	border-width: 1px;
	border-style: solid;
	background: #CE0909;
	filter: none;
	border-color: #666 #777;
	cursor:pointer;
}

.antwort:hover {
	color:#eee;
}

table.question a.icon span {
	line-height: 32px;
	display: block;
	float: right;


}

table.question a.icon img {
	margin-left:10px;
	float: right;

}

.question a {
	text-decoration:none;
}

span.questiondisplay-input, span.questiondisplay-input b, span.questiondisplay-input input {
	font-size:15px;
}
ul.ResultsList li table {
	display:none;
}

#header-mobile,
#header-mobile-bottom{
	display: none;
}

.spacer-xs{
	display: none;
}

.show-xs{
	display: none;
}

.block-xs{
	display: initial;
}


.mostwrong h2 {
	font-size: 1.6em;
}
.mostwrong ul.ResultsList  {
	margin: 0;
}
.mostwrong ul.ResultsList li .catalog {
	float: left;
	width: auto;
	margin: 0;
}
.mostwrong ul.ResultsList li .question {
	width: auto;
	float: none;
	clear: both;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.mostwrong ul.ResultsList li .question {
		padding-left: 130px;
		padding-right: 150px;
		clear: none;
	}
	.messageBox {
		width: 60em;
	}
}

.flexbox {
	display: flex;
}

.flex-space-between {
	justify-content: space-between;
}

input[type="radio"][name="new-or-existing-user"] {
	margin-right: 8px;
}

.new-or-existing-user-container {
	margin-top: 15px;
}

.gradient-separator {
	height: 1px;
	background: linear-gradient(to right, white, lightgray 20%, lightgray 80%, white);
}

.equation-answer{
	display:flex;
	flex-flow: row nowrap; 
	justify-content: center;
	float: left;
	margin-top: -3px;
}

.equation-answer .fraction{
	display: flex; 
	flex-flow: column nowrap; 
	justify-content: center;
}

.equation-answer .fraction .line {
	display: flex; 
	flex-flow: row nowrap;
}

.line hr {
	border-color: grey;
	background-color: grey;
	color: grey;
	margin: 5px 0 5px 0;
	border-width: 1px;
	width: 100%;
	max-width: 300px;
	align-self: center;
}

.fraction .hcn {
	display: flex; 
	justify-content: center;
}

.equation-answer .fraction div:first-child {
	white-space: nowrap;
}

.vcn {
	align-self: center;
}

@media screen and (max-width: 450px) {
	.equation-answer, .fraction, .hcn, .vcn {
		font-size: .85em;
	}
}

@media screen and (max-width: 380px) {
	.equation-answer .fraction div:first-child {
		white-space: normal;
		text-align: center;
	}
}



/* tailwind */
@media (min-width: 640px){
	.container{
	  max-width: 640px;
	}
  }
  
  @media (min-width: 768px){
	.container{
	  max-width: 768px;
	}
  }
  
  @media (min-width: 1024px){
	.container{
	  max-width: 1024px;
	}
  }
  
  @media (min-width: 1280px){
	.container{
	  max-width: 1280px;
	}
  }
  
  @media (min-width: 1536px){
	.container{
	  max-width: 1536px;
	}
  }
  
  .prose{
	color: var(--tw-prose-body);
	max-width: 65ch;
  }
  
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
	margin-bottom: 1.25em;
  }
  
  .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
  }
  
  .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: 500;
  }
  
  .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-bold);
	font-weight: 600;
  }
  
  .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
  }
  
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-alpha;
  }
  
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-alpha;
  }
  
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-alpha;
  }
  
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-alpha;
  }
  
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-roman;
  }
  
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-roman;
  }
  
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-roman;
  }
  
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-roman;
  }
  
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: decimal;
  }
  
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
  }
  
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
	font-weight: 400;
	color: var(--tw-prose-counters);
  }
  
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
	color: var(--tw-prose-bullets);
  }
  
  .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
  }
  
  .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
  }
  
  .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-left-width: 0.25rem;
	border-left-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
  }
  
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
	content: open-quote;
  }
  
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
	content: close-quote;
  }
  
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
  }
  
  .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 900;
	color: inherit;
  }
  
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
  }
  
  .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 800;
	color: inherit;
  }
  
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
  }
  
  .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 700;
	color: inherit;
  }
  
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
  }
  
  .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 700;
	color: inherit;
  }
  
  .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-right: 0.375em;
	padding-bottom: 0.1875em;
	padding-left: 0.375em;
  }
  
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
  }
  
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
	content: "`";
  }
  
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
	content: "`";
  }
  
  .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
	font-size: 0.875em;
  }
  
  .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
	font-size: 0.9em;
  }
  
  .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
  }
  
  .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
  }
  
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
  }
  
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
	content: none;
  }
  
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
	content: none;
  }
  
  .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
  }
  
  .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
  }
  
  .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
  }
  
  .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
  }
  
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-bottom-width: 0;
  }
  
  .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	vertical-align: baseline;
  }
  
  .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
  }
  
  .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	vertical-align: top;
  }
  
  .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
  }
  
  .prose{
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
  }
  
  .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.5em;
	margin-bottom: 0.5em;
  }
  
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0.375em;
  }
  
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0.375em;
  }
  
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.75em;
	margin-bottom: 0.75em;
  }
  
  .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
  }
  
  .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 1.25em;
  }
  
  .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
  }
  
  .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 1.25em;
  }
  
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.75em;
	margin-bottom: 0.75em;
  }
  
  .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
	margin-bottom: 1.25em;
  }
  
  .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.5em;
	padding-left: 1.625em;
  }
  
  .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0;
  }
  
  .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-right: 0;
  }
  
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
  }
  
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0;
  }
  
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-right: 0;
  }
  
  .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 0;
  }
  
  .prose-lg{
	font-size: 1.125rem;
	line-height: 1.7777778;
  }
  
  .prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
  }
  
  .prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-top: 1.0909091em;
	margin-bottom: 1.0909091em;
  }
  
  .prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	padding-left: 1em;
  }
  
  .prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: 0.8333333em;
	line-height: 1;
  }
  
  .prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 1.6666667em;
	margin-top: 1.8666667em;
	margin-bottom: 1.0666667em;
	line-height: 1.3333333;
  }
  
  .prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 1.3333333em;
	margin-top: 1.6666667em;
	margin-bottom: 0.6666667em;
	line-height: 1.5;
  }
  
  .prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.7777778em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
  }
  
  .prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
  }
  
  .prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
  }
  
  .prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
  }
  
  .prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.8888889em;
	border-radius: 0.3125rem;
	padding-top: 0.2222222em;
	padding-right: 0.4444444em;
	padding-bottom: 0.2222222em;
	padding-left: 0.4444444em;
  }
  
  .prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.8888889em;
  }
  
  .prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.8666667em;
  }
  
  .prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.875em;
  }
  
  .prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.8888889em;
	line-height: 1.75;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 0.375rem;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
  }
  
  .prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.5555556em;
  }
  
  .prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.5555556em;
  }
  
  .prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.6666667em;
	margin-bottom: 0.6666667em;
  }
  
  .prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0.4444444em;
  }
  
  .prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0.4444444em;
  }
  
  .prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
  }
  
  .prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
  }
  
  .prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 1.3333333em;
  }
  
  .prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
  }
  
  .prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 1.3333333em;
  }
  
  .prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
  }
  
  .prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
  }
  
  .prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.3333333em;
  }
  
  .prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.6666667em;
	padding-left: 1.5555556em;
  }
  
  .prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 3.1111111em;
	margin-bottom: 3.1111111em;
  }
  
  .prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.8888889em;
	line-height: 1.5;
  }
  
  .prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
  }
  
  .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0;
  }
  
  .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-right: 0;
  }
  
  .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
  }
  
  .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-left: 0;
  }
  
  .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-right: 0;
  }
  
  .prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
  }
  
  .prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-size: 0.8888889em;
	line-height: 1.5;
	margin-top: 1em;
  }
  
  .prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
  }
  
  .prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 0;
  }
  
  .sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
  }
  
  .pointer-events-none{
	pointer-events: none;
  }
  
  .visible{
	visibility: visible;
  }
  
  .static{
	position: static;
  }
  
  .fixed{
	position: fixed;
  }
  
  .absolute{
	position: absolute;
  }
  
  .relative{
	position: relative;
  }
  
  .sticky{
	position: sticky;
  }
  
  .inset-0{
	inset: 0px;
  }
  
  .inset-2{
	inset: 0.5rem;
  }
  
  .inset-x-0{
	left: 0px;
	right: 0px;
  }
  
  .inset-y-0{
	top: 0px;
	bottom: 0px;
  }
  
  .bottom-0{
	bottom: 0px;
  }
  
  .bottom-4{
	bottom: 1rem;
  }
  
  .left-0{
	left: 0px;
  }
  
  .left-1\/2{
	left: 50%;
  }
  
  .left-2{
	left: 0.5rem;
  }
  
  .left-3{
	left: 0.75rem;
  }
  
  .left-4{
	left: 1rem;
  }
  
  .right-0{
	right: 0px;
  }
  
  .right-4{
	right: 1rem;
  }
  
  .top-0{
	top: 0px;
  }
  
  .top-1\/2{
	top: 50%;
  }
  
  .top-2{
	top: 0.5rem;
  }
  
  .top-4{
	top: 1rem;
  }
  
  .top-8{
	top: 2rem;
  }
  
  .z-10{
	z-index: 10;
  }
  
  .z-40{
	z-index: 40;
  }
  
  .z-50{
	z-index: 50;
  }
  
  .order-1{
	order: 1;
  }
  
  .order-2{
	order: 2;
  }
  
  .order-first{
	order: -9999;
  }
  
  .col-span-1{
	grid-column: span 1 / span 1;
  }
  
  .col-span-12{
	grid-column: span 12 / span 12;
  }
  
  .col-span-2{
	grid-column: span 2 / span 2;
  }
  
  .col-span-9{
	grid-column: span 9 / span 9;
  }
  
  .m-0{
	margin: 0px;
  }
  
  .mx-0{
	margin-left: 0px;
	margin-right: 0px;
  }
  
  .mx-auto{
	margin-left: auto;
	margin-right: auto;
  }
  
  .my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
  }
  
  .my-24{
	margin-top: 6rem;
	margin-bottom: 6rem;
  }
  
  .my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
  }
  
  .my-32{
	margin-top: 8rem;
	margin-bottom: 8rem;
  }
  
  .my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
  }
  
  .mb-0{
	margin-bottom: 0px;
  }
  
  .mb-1{
	margin-bottom: 0.25rem;
  }
  
  .mb-12{
	margin-bottom: 3rem;
  }
  
  .mb-16{
	margin-bottom: 4rem;
  }
  
  .mb-2{
	margin-bottom: 0.5rem;
  }
  
  .mb-4{
	margin-bottom: 1rem;
  }
  
  .mb-5{
	margin-bottom: 1.25rem;
  }
  
  .mb-6{
	margin-bottom: 1.5rem;
  }
  
  .mb-8{
	margin-bottom: 2rem;
  }
  
  .ml-1{
	margin-left: 0.25rem;
  }
  
  .ml-2{
	margin-left: 0.5rem;
  }
  
  .ml-4{
	margin-left: 1rem;
  }
  .ml-5{
  margin-left: 1.5rem;
  }

  .ml-6{
  margin-left: 2rem;
}
.ml-7{
	margin-left: 2.5rem;
  }
  .ml-8{
	margin-left: 3rem;
  }
  
  
  .ml-auto{
	margin-left: auto;
  }
  
  .mr-2{
	margin-right: 0.5rem;
  }
  
  .mt-0{
	margin-top: 0px;
  }
  
  .mt-0\.5{
	margin-top: 0.125rem;
  }
  
  .mt-1{
	margin-top: 0.25rem;
  }
  
  .mt-12{
	margin-top: 3rem;
  }
  
  .mt-16{
	margin-top: 4rem;
  }
  
  .mt-2{
	margin-top: 0.5rem;
  }
  
  .mt-24{
	margin-top: 6rem;
  }
  
  .mt-32{
	margin-top: 8rem;
  }
  
  .mt-4{
	margin-top: 1rem;
  }
  
  .mt-6{
	margin-top: 1.5rem;
  }
  
  .mt-8{
	margin-top: 2rem;
  }
  
  .block{
	display: block;
  }

  .table  {
  	display:table;
  }  
  
  .inline-table {	
		display: inline-table;
}
.table-caption {
	display: table-caption;
}
  
  .inline-block{
	display: inline-block;
  }
  
  .inline{
	display: inline;
  }
  
  .flex{
	display: flex;
  }
  
  .inline-flex{
	display: inline-flex;
  }
  
  .grid{
	display: grid;
  }
  
  .contents{
	display: contents;
  }
  
  .hidden{
	display: none;
  }
  
  .aspect-\[4\/3\]{
	aspect-ratio: 4/3;
  }
  
  .aspect-\[437\/308\]{
	aspect-ratio: 437/308;
  }
  
  .aspect-\[7\/5\]{
	aspect-ratio: 7/5;
  }
  
  .aspect-square{
	aspect-ratio: 1 / 1;
  }
  
  .aspect-video{
	aspect-ratio: 16 / 9;
  }
  
  .h-0{
	height: 0px;
  }
  
  .h-1{
	height: 0.25rem;
  }
  
  .h-10{
	height: 2.5rem;
  }
  
  .h-12{
	height: 3rem;
  }
  
  .h-16{
	height: 4rem;
  }
  
  .h-20{
	height: 5rem;
  }
  
  .h-24{
	height: 6rem;
  }
  
  .h-3{
	height: 0.75rem;
  }
  
  .h-3\/4{
	height: 75%;
  }
  
  .h-4{
	height: 1rem;
  }
  
  .h-5{
	height: 1.25rem;
  }
  
  .h-52{
	height: 13rem;
  }
  
  .h-6{
	height: 1.5rem;
  }
  
  .h-8{
	height: 2rem;
  }
  
  .h-9{
	height: 2.25rem;
  }
  
  .h-auto{
	height: auto;
  }
  
  .h-full{
	height: 100%;
  }
  
  .h-px{
	height: 1px;
  }
  
  .max-h-0{
	max-height: 0px;
  }
  
  .max-h-\[80vh\]{
	max-height: 80vh;
  }
  
  .max-h-full{
	max-height: 100%;
  }
  
  .min-h-10{
	min-height: 2.5rem;
  }
  
  .min-h-6{
	min-height: 1.5rem;
  }
  
  .min-h-screen{
	min-height: 100vh;
  }
  
  .w-0{
	width: 0px;
  }
  
  .w-1\/2{
	width: 50%;
  }
  
  .w-1\/3{
	width: 33.333333%;
  }
  
  .w-10{
	width: 2.5rem;
  }
  
  .w-16{
	width: 4rem;
  }
  
  .w-2\/3{
	width: 66.666667%;
  }
  
  .w-20{
	width: 5rem;
  }
  
  .w-24{
	width: 6rem;
  }
  
  .w-3{
	width: 0.75rem;
  }
  
  .w-3\/4{
	width: 75%;
  }
  
  .w-32{
	width: 8rem;
  }
  
  .w-4{
	width: 1rem;
  }
  
  .w-40{
	width: 10rem;
  }
  
  .w-48{
	width: 12rem;
  }
  
  .w-5{
	width: 1.25rem;
  }
  
  .w-52{
	width: 13rem;
  }
  
  .w-6{
	width: 1.5rem;
  }
  
  .w-64{
	width: 16rem;
  }
  
  .w-72{
	width: 18rem;
  }
  
  .w-8{
	width: 2rem;
  }
  
  .w-80{
	width: 20rem;
  }
  
  .w-96{
	width: 24rem;
  }
  
  .w-\[24rem\]{
	width: 24rem;
  }
  
  .w-\[37rem\]{
	width: 37rem;
  }
  
  .w-full{
	width: 100%;
  }
  
  .min-w-6{
	min-width: 1.5rem;
  }
  
  .min-w-max{
	min-width: -moz-max-content;
	min-width: max-content;
  }
  
  .max-w-2xl{
	max-width: 42rem;
  }
  
  .max-w-32{
	max-width: 8rem;
  }
  
  .max-w-48{
	max-width: 12rem;
  }
  
  .max-w-4xl{
	max-width: 56rem;
  }
  
  .max-w-5xl{
	max-width: 64rem;
  }
  
  .max-w-6xl{
	max-width: 72rem;
  }
  
  .max-w-7xl{
	max-width: 80rem;
  }
  
  .max-w-\[200px\]{
	max-width: 200px;
  }
  
  .max-w-\[316px\]{
	max-width: 316px;
  }
  
  .max-w-\[8rem\]{
	max-width: 8rem;
  }
  
  .max-w-full{
	max-width: 100%;
  }
  
  .max-w-lg{
	max-width: 32rem;
  }
  
  .max-w-md{
	max-width: 28rem;
  }
  
  .max-w-none{
	max-width: none;
  }
  
  .max-w-sm{
	max-width: 24rem;
  }
  
  .max-w-xl{
	max-width: 36rem;
  }
  
  .flex-1{
	flex: 1 1 0%;
  }
  
  .flex-auto{
	flex: 1 1 auto;
  }
  
  .flex-none{
	flex: none;
  }
  
  .flex-shrink-0{
	flex-shrink: 0;
  }
  
  .shrink{
	flex-shrink: 1;
  }
  
  .flex-grow{
	flex-grow: 1;
  }
  
  .grow{
	flex-grow: 1;
  }
  
  .basis-0{
	flex-basis: 0px;
  }
  
  .-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .translate-y-full{
	--tw-translate-y: 100%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .rotate-180{
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .transform{
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  @keyframes pulse{
	50%{
	  opacity: .5;
	}
  }
  
  .animate-pulse{
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  
  @keyframes spin{
	to{
	  transform: rotate(360deg);
	}
  }
  
  .animate-spin{
	animation: spin 1s linear infinite;
  }
  
  .cursor-pointer{
	cursor: pointer;
  }
  
  .resize{
	resize: both;
  }
  
  .list-none{
	list-style-type: none;
  }
  
  .appearance-none{
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
  }
  
  .auto-cols-auto {
	grid-auto-columns: auto;
  }
  
  .auto-cols-min {
	grid-auto-columns: -webkit-min-content;
	grid-auto-columns: min-content;
  }
  
  .auto-cols-max {
	grid-auto-columns: -webkit-max-content;
	grid-auto-columns: max-content;
  }
  
  .auto-cols-fr {
	grid-auto-columns: minmax(0, 1fr);
  }
  
  .grid-flow-row {
	grid-auto-flow: row;
  }
  
  .grid-flow-col {
	grid-auto-flow: column;
  }
  
  .grid-flow-row-dense {
	grid-auto-flow: row dense;
  }
  
  .grid-flow-col-dense {
	grid-auto-flow: column dense;
  }
  
  .auto-rows-auto {
	grid-auto-rows: auto;
  }
  
  .auto-rows-min {
	grid-auto-rows: -webkit-min-content;
	grid-auto-rows: min-content;
  }
  
  .auto-rows-max {
	grid-auto-rows: -webkit-max-content;
	grid-auto-rows: max-content;
  }
  
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}


.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}


.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}


.grid-cols-5{
	grid-template-columns: repeat(5, minmax(0, 1fr));
}


.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
  
  .flex-row{
	flex-direction: row;
  }
  
  .flex-col{
	flex-direction: column;
  }
  
  .flex-col-reverse{
	flex-direction: column-reverse;
  }
  
  .flex-wrap{
	flex-wrap: wrap;
  }
  
  .flex-nowrap{
	flex-wrap: nowrap;
  }
  
  .items-start{
	align-items: flex-start;
  }
  
  .items-end{
	align-items: flex-end;
  }
  
  .items-center{
	align-items: center;
  }
  
  .justify-start{
	justify-content: flex-start;
  }
  
  .justify-end{
	justify-content: flex-end;
  }
  
  .justify-center{
	justify-content: center;
  }
  
  .justify-between{
	justify-content: space-between;
  }
  
  .gap-0{
	gap: 0px;
  }
  
  .gap-1{
	gap: 0.25rem;
  }
  
  .gap-10{
	gap: 2.5rem;
  }
  
  .gap-12{
	gap: 3rem;
  }
  
  .gap-16{
	gap: 4rem;
  }
  
  .gap-2{
	gap: 0.5rem;
  }
  
  .gap-2\.5{
	gap: 0.625rem;
  }
  
  .gap-3{
	gap: 0.75rem;
  }
  
  .gap-4{
	gap: 1rem;
  }
  
  .gap-6{
	gap: 1.5rem;
  }
  
  .gap-8{
	gap: 2rem;
  }
  
  .gap-x-12{
	-moz-column-gap: 3rem;
		 column-gap: 3rem;
  }
  
  .gap-x-16{
	-moz-column-gap: 4rem;
		 column-gap: 4rem;
  }
  
  .gap-x-2{
	-moz-column-gap: 0.5rem;
		 column-gap: 0.5rem;
  }
  
  .gap-y-16{
	row-gap: 4rem;
  }
  
  .gap-y-2{
	row-gap: 0.5rem;
  }
  
  .gap-y-4{
	row-gap: 1rem;
  }
  
  .gap-y-6{
	row-gap: 1.5rem;
  }
  
  .gap-y-8{
	row-gap: 2rem;
  }
  
  .space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  
  .space-x-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .space-x-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }


  .space-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  
  .space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  
  .space-y-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  
  .self-end{
	align-self: flex-end;
  }
  
  .self-stretch{
	align-self: stretch;
  }
  
  .overflow-hidden{
	overflow: hidden;
  }
  
  .overflow-x-auto{
	overflow-x: auto;
  }
  
  .overflow-y-auto{
	overflow-y: auto;
  }
  
  .overflow-y-scroll{
	overflow-y: scroll;
  }
  
  .whitespace-normal{
	white-space: normal;
  }
  
  .whitespace-nowrap{
	white-space: nowrap;
  }
  
  .break-words{
	overflow-wrap: break-word;
  }
  
  .rounded{
	border-radius: 0.25rem;
  }
  
  .rounded-2xl{
	border-radius: 1rem;
  }
  
  .rounded-full{
	border-radius: 9999px;
  }
  
  .rounded-lg{
	border-radius: 0.5rem;
  }
  
  .rounded-md{
	border-radius: 0.375rem;
  }
  
  .rounded-xl{
	border-radius: 0.75rem;
  }
  
  .rounded-b-md{
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
  }
  
  .rounded-l-lg{
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
  }
  
  .rounded-t-2xl{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
  }
  
  .rounded-t-lg{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
  }
  
  .rounded-t-md{
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
  }
  
  .rounded-bl-2xl{
	border-bottom-left-radius: 1rem;
  }
  
  .rounded-br-2xl{
	border-bottom-right-radius: 1rem;
  }
  
  .border{
	border-width: 1px;
  }
  
  .border-2{
	border-width: 2px;
  }
  
  .border-x{
	border-left-width: 1px;
	border-right-width: 1px;
  }
  
  .border-b{
	border-bottom-width: 1px;
  }
  
  .border-t{
	border-top-width: 1px;
  }
  
  .border-dashed{
	border-style: dashed;
  }
  
  .border-none{
	border-style: none;
  }
  
  .border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  
  .border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  
  .border-gray-500{
	--tw-border-opacity: 1;
	border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }
  
  .border-neutral-100{
	--tw-border-opacity: 1;
	border-color: rgb(232 235 237 / var(--tw-border-opacity));
  }
  
  .border-neutral-500{
	--tw-border-opacity: 1;
	border-color: rgb(114 128 141 / var(--tw-border-opacity));
  }
  
  .border-neutral-800{
	--tw-border-opacity: 1;
	border-color: rgb(41 46 51 / var(--tw-border-opacity));
  }
  
  .border-red-500{
	--tw-border-opacity: 1;
	border-color: rgb(239 68 68 / var(--tw-border-opacity));
  }
  
  .border-white{
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  
  .border-white\/20{
	border-color: rgb(255 255 255 / 0.2);
  }
  
  .border-opacity-10{
	--tw-border-opacity: 0.1;
  }
  
  .border-opacity-15{
	--tw-border-opacity: 0.15;
  }
  
  .bg-background{
	--tw-bg-opacity: 1;
	background-color: rgb(241 242 244 / var(--tw-bg-opacity));
  }
  
  .bg-black{
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  
  .bg-blue-50{
	--tw-bg-opacity: 1;
	background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  }
  
  .bg-blue-500{
	--tw-bg-opacity: 1;
	background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }
  
  .bg-blue-600{
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
  
  .bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  
  .bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  
  .bg-gray-300{
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }
  
  .bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  
  .bg-green-100{
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  }
  
  .bg-neutral-50{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 250 / var(--tw-bg-opacity));
  }
  
  .bg-primary-100{
	--tw-bg-opacity: 1;
	background-color: rgb(223 238 251 / var(--tw-bg-opacity));
  }
  
  .bg-primary-50{
	--tw-bg-opacity: 1;
	background-color: rgb(241 248 253 / var(--tw-bg-opacity));
  }
  
  .bg-primary-500{
	--tw-bg-opacity: 1;
	background-color: rgb(27 120 207 / var(--tw-bg-opacity));
  }
  
  .bg-primary-700{
	--tw-bg-opacity: 1;
	background-color: rgb(16 73 126 / var(--tw-bg-opacity));
  }
  
  .bg-primary-800{
	--tw-bg-opacity: 1;
	background-color: rgb(11 47 81 / var(--tw-bg-opacity));
  }
  
  .bg-red-500{
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  }
  
  .bg-secondary-300{
	--tw-bg-opacity: 1;
	background-color: rgb(111 236 215 / var(--tw-bg-opacity));
  }
  
  .bg-sky-950{
	--tw-bg-opacity: 1;
	background-color: rgb(8 47 73 / var(--tw-bg-opacity));
  }
  
  .bg-transparent{
	background-color: transparent;
  }
  
  .bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  
  .bg-opacity-10{
	--tw-bg-opacity: 0.1;
  }
  
  .bg-opacity-50{
	--tw-bg-opacity: 0.5;
  }
  
  .bg-opacity-60{
	--tw-bg-opacity: 0.6;
  }
  
  .bg-opacity-75{
	--tw-bg-opacity: 0.75;
  }
  
  .bg-gradient-to-b{
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  
  .bg-gradient-to-l{
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  
  .from-\[\#051829\]{
	--tw-gradient-from: #051829 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(5 24 41 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  
  .from-white{
	--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  
  .via-white{
	--tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), #FFFFFF var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  
  .to-\[\#0B2F51\]{
	--tw-gradient-to: #0B2F51 var(--tw-gradient-to-position);
  }
  
  .to-transparent{
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
  }
  
  .bg-center{
	background-position: center;
  }
  
  .fill-current{
	fill: currentColor;
  }
  
  .fill-primary-500{
	fill: #1B78CF;
  }
  
  .object-contain{
	-o-object-fit: contain;
	   object-fit: contain;
  }
  
  .object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
  }
  
  .p-0{
	padding: 0px;
  }
  
  .p-0\.5{
	padding: 0.125rem;
  }
  
  .p-1{
	padding: 0.25rem;
  }
  
  .p-2{
	padding: 0.5rem;
  }
  
  .p-3{
	padding: 0.75rem;
  }
  
  .p-4{
	padding: 1rem;
  }
  
  .p-5{
	padding: 1.25rem;
  }
  
  .p-6{
	padding: 1.5rem;
  }
  
  .p-8{
	padding: 2rem;
  }
  
  .px-0{
	padding-left: 0px;
	padding-right: 0px;
  }
  
  .px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
  }
  
  .px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
  }
  
  .px-2\.5{
	padding-left: 0.625rem;
	padding-right: 0.625rem;
  }
  
  .px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
  }
  
  .px-4{
	padding-left: 1rem;
	padding-right: 1rem;
  }
  
  .px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
  }
  
  .px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
  }
  
  .px-8{
	padding-left: 2rem;
	padding-right: 2rem;
  }
  
  .py-0\.5{
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
  }
  
  .py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
  }
  
  .py-1\.5{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
  }
  
  .py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
  }
  
  .py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
  }
  
  .py-2\.5{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
  }
  
  .py-20{
	padding-top: 5rem;
	padding-bottom: 5rem;
  }
  
  .py-24{
	padding-top: 6rem;
	padding-bottom: 6rem;
  }
  
  .py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
  }
  
  .py-32{
	padding-top: 8rem;
	padding-bottom: 8rem;
  }
  
  .py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
  }
  
  .py-48{
	padding-top: 12rem;
	padding-bottom: 12rem;
  }
  
  .py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
  }
  
  .py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
  }
  
  .pb-0{
	padding-bottom: 0px;
  }
  
  .pb-1{
	padding-bottom: 0.25rem;
  }
  
  .pb-10{
	padding-bottom: 2.5rem;
  }
  
  .pb-12{
	padding-bottom: 3rem;
  }
  
  .pb-16{
	padding-bottom: 4rem;
  }
  
  .pb-2{
	padding-bottom: 0.5rem;
  }
  
  .pb-24{
	padding-bottom: 6rem;
  }
  
  .pb-4{
	padding-bottom: 1rem;
  }
  
  .pb-6{
	padding-bottom: 1.5rem;
  }
  
  .pb-8{
	padding-bottom: 2rem;
  }
  
  .pb-\[100\%\]{
	padding-bottom: 100%;
  }
  
  .pl-4{
	padding-left: 1rem;
  }
  
  .pr-24{
	padding-right: 6rem;
  }
  
  .pr-8{
	padding-right: 2rem;
  }
  
  .pt-0{
	padding-top: 0px;
  }
  
  .pt-12{
	padding-top: 3rem;
  }
  
  .pt-16{
	padding-top: 4rem;
  }
  
  .pt-2{
	padding-top: 0.5rem;
  }
  
  .pt-4{
	padding-top: 1rem;
  }
  
  .pt-6{
	padding-top: 1.5rem;
  }
  
  .pt-8{
	padding-top: 2rem;
  }
  
  .text-left{
	text-align: left;
  }
  
  .text-center{
	text-align: center;
  }
  
  .font-sans{
	font-family: Rethink Sans, ui-sans-serif, system-ui, -apple-system;
  }
  
  .text-2xl{
	font-size: 1.5rem;
  }
  
  .text-3xl{
	font-size: 1.875rem;
  }
  
  .text-4xl{
	font-size: 2.25rem;
  }
  
  .text-5xl{
	font-size: 3rem;
  }
  
  .text-\[10px\]{
	font-size: 10px;
  }
  
  .text-base{
	font-size: 1rem;
  }
  
  .text-lg{
	font-size: 1.125rem;
  }
  
  .text-sm{
	font-size: .875rem;
  }
  
  .text-xl{
	font-size: 1.25rem;
  }
  
  .text-xs{
	font-size: .75rem;
  }
  
  .font-bold{
	font-weight: 700;
  }
  
  .font-extrabold{
	font-weight: 800;
  }
  
  .font-medium{
	font-weight: 500;
  }
  
  .font-normal{
	font-weight: 400;
  }
  
  .font-semibold{
	font-weight: 600;
  }
  
  .uppercase{
	text-transform: uppercase;
  }
  
  .leading-6{
	line-height: 1.5rem;
  }
  
  .leading-7{
	line-height: 1.75rem;
  }
  
  .leading-8{
	line-height: 2rem;
  }
  
  .leading-loose{
	line-height: 2;
  }
  
  .leading-none{
	line-height: 1;
  }
  
  .leading-normal{
	line-height: 1.5;
  }
  
  .leading-relaxed{
	line-height: 1.625;
  }
  
  .leading-snug{
	line-height: 1.375;
  }
  
  .leading-tight{
	line-height: 1.25;
  }
  
  .tracking-tight{
	letter-spacing: -0.025em;
  }
  
  .\!text-primary-500{
	--tw-text-opacity: 1 !important;
	color: rgb(27 120 207 / var(--tw-text-opacity)) !important;
  }
  
  .\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  
  .text-black{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  
  .text-blue-500{
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity));
  }
  
  .text-blue-600{
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity));
  }
  
  .text-blue-800{
	--tw-text-opacity: 1;
	color: rgb(30 64 175 / var(--tw-text-opacity));
  }
  
  .text-gray-300{
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  
  .text-gray-500{
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  
  .text-gray-600{
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  
  .text-gray-700{
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
  }
  
  .text-gray-800{
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  
  .text-gray-900{
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  
  .text-green-500{
	--tw-text-opacity: 1;
	color: rgb(34 197 94 / var(--tw-text-opacity));
  }
  
  .text-neutral-500{
	--tw-text-opacity: 1;
	color: rgb(114 128 141 / var(--tw-text-opacity));
  }
  
  .text-neutral-600{
	--tw-text-opacity: 1;
	color: rgb(89 99 110 / var(--tw-text-opacity));
  }
  
  .text-neutral-700{
	--tw-text-opacity: 1;
	color: rgb(66 74 82 / var(--tw-text-opacity));
  }
  
  .text-neutral-800{
	--tw-text-opacity: 1;
	color: rgb(41 46 51 / var(--tw-text-opacity));
  }
  
  .text-neutral-900{
	--tw-text-opacity: 1;
	color: rgb(20 23 25 / var(--tw-text-opacity));
  }
  
  .text-primary-500{
	--tw-text-opacity: 1;
	color: rgb(27 120 207 / var(--tw-text-opacity));
  }
  
  .text-primary-700{
	--tw-text-opacity: 1;
	color: rgb(16 73 126 / var(--tw-text-opacity));
  }
  
  .text-primary-800{
	--tw-text-opacity: 1;
	color: rgb(11 47 81 / var(--tw-text-opacity));
  }
  
  .text-primary-900{
	--tw-text-opacity: 1;
	color: rgb(5 24 41 / var(--tw-text-opacity));
  }
  
  .text-red-500{
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
  }
  
  .text-secondary-500{
	--tw-text-opacity: 1;
	color: rgb(27 207 178 / var(--tw-text-opacity));
  }
  
  .text-sky-600{
	--tw-text-opacity: 1;
	color: rgb(2 132 199 / var(--tw-text-opacity));
  }
  
  .text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  
  .text-zinc-800{
	--tw-text-opacity: 1;
	color: rgb(39 39 42 / var(--tw-text-opacity));
  }
  
  .underline{
	text-decoration-line: underline;
  }
  
  .\!no-underline{
	text-decoration-line: none !important;
  }
  
  .no-underline{
	text-decoration-line: none;
  }
  
  .decoration-dashed{
	text-decoration-style: dashed;
  }
  
  .underline-offset-4{
	text-underline-offset: 4px;
  }
  
  .opacity-0{
	opacity: 0;
  }
  
  .opacity-25{
	opacity: 0.25;
  }
  
  .opacity-75{
	opacity: 0.75;
  }
  
  .opacity-80{
	opacity: 0.8;
  }
  
  .mix-blend-multiply{
	mix-blend-mode: multiply;
  }
  
  .mix-blend-overlay{
	mix-blend-mode: overlay;
  }
  
  .mix-blend-darken{
	mix-blend-mode: darken;
  }
  
  .shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .shadow-md{
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .shadow-none{
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .outline{
	outline-style: solid;
  }
  
  .blur{
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  
  .filter{
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  
  .backdrop-blur{
	--tw-backdrop-blur: blur(8px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  
  .backdrop-blur-lg{
	--tw-backdrop-blur: blur(16px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  
  .backdrop-brightness-100{
	--tw-backdrop-brightness: brightness(1);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  
  .transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  }
  
  .transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  }
  
  .transition-colors{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  }
  
  .transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  }
  
  .transition-shadow{
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  }
  
  .transition-transform{
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  }
  
  .duration-150{
	transition-duration: 150ms;
  }
  
  .duration-200{
	transition-duration: 200ms;
  }
  
  .duration-300{
	transition-duration: 300ms;
  }
  
  .ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  


@media (min-width: 640px){


	.sm\:mx-auto{
		 margin-left: auto;
		 margin-right: auto;
	}


	.sm\:block{
		 display: block;
	}


	.sm\:flex{
		 display: flex;
	}


	.sm\:h-\[40rem\]{
		 height: 40rem;
	}


	.sm\:h-12{
		 height: 3rem;
	}


	.sm\:max-h-\[40rem\]{
		 max-height: 40rem;
	}


	.sm\:w-12{
		 width: 3rem;
	}


	.sm\:max-w-sm{
		 max-width: 24rem;
	}


	.sm\:max-w-xl{
		 max-width: 36rem;
	}


	.sm\:columns-2{
		 -moz-columns: 2;
			  columns: 2;
	}


	.sm\:auto-cols-max{
		 grid-auto-columns: max-content;
	}


	.sm\:grid-cols-2{
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.sm\:gap-8{
		 gap: 2rem;
	}


	.sm\:p-8{
		 padding: 2rem;
	}


	.sm\:px-4{
		 padding-left: 1rem;
		 padding-right: 1rem;
	}


	.sm\:py-10{
		 padding-top: 2.5rem;
		 padding-bottom: 2.5rem;
	}


	.sm\:px-6{
		 padding-left: 1.5rem;
		 padding-right: 1.5rem;
	}


	.sm\:pl-0{
		 padding-left: 0px;
	}


	.sm\:pb-16{
		 padding-bottom: 4rem;
	}


	.sm\:pb-24{
		 padding-bottom: 6rem;
	}


	.sm\:text-sm{
		 font-size: 0.875rem;
		 line-height: 1.25rem;
	}


	.sm\:text-gray-300{
		 --tw-text-opacity: 1;
		 color: rgb(209 213 219 / var(--tw-text-opacity));
	}


	.sm\:first\:col-span-2:first-child{
		 grid-column: span 2 / span 2;
	}


	.sm\:last\:col-span-2:last-child{
		 grid-column: span 2 / span 2;
	}
}


@media (min-width: 768px){


	.md\:order-2{
		 order: 2;
	}


	.md\:order-1{
		 order: 1;
	}


	.md\:mt-0{
		 margin-top: 0px;
	}


	.md\:block{
		 display: block;
	}


	.md\:flex{
		 display: flex;
	}


	.md\:auto-cols-max{
		 grid-auto-columns: max-content;
	}


	.md\:grid-cols-3{
		 grid-template-columns: repeat(3, minmax(0, 1fr));
	}


	.md\:grid-cols-2{
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.md\:items-center{
		 align-items: center;
	}


	.md\:justify-start{
		 justify-content: flex-start;
	}


	.md\:justify-between{
		 justify-content: space-between;
	}


	.md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
		 --tw-space-x-reverse: 0;
		 margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		 margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}


	.md\:px-10{
		 padding-left: 2.5rem;
		 padding-right: 2.5rem;
	}


	.md\:text-7xl{
		 font-size: 4.5rem;
		 line-height: 1;
	}


	.md\:text-5xl{
		 font-size: 2.8rem;
	}

	.md\:w-80{
		width: 20rem;
	}

	.md\:w-96{
		width: 24rem;
	}
}
 

@media (min-width: 1024px){


	.lg\:col-span-7{
		 grid-column: span 7 / span 7;
	}


	.lg\:col-span-5{
		 grid-column: span 5 / span 5;
	}


	.lg\:col-start-1{
		 grid-column-start: 1;
	}


	.lg\:col-start-8{
		 grid-column-start: 8;
	}


	.lg\:mx-0{
		 margin-left: 0px;
		 margin-right: 0px;
	}


	.lg\:mt-8{
		 margin-top: 2rem;
	}


	.lg\:mt-0{
		 margin-top: 0px;
	}


	.lg\:grid{
		 display: grid;
	}


	.lg\:max-w-3xl{
		 max-width: 48rem;
	}


	.lg\:max-w-sm{
		 max-width: 24rem;
	}


	.lg\:max-w-none{
		 max-width: none;
	}


	.lg\:columns-3{
		 -moz-columns: 3;
			  columns: 3;
	}


	.lg\:auto-rows-min{
		 grid-auto-rows: min-content;
	}


	.lg\:grid-cols-2{
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.lg\:grid-cols-12{
		 grid-template-columns: repeat(12, minmax(0, 1fr));
	}


	.lg\:grid-cols-3{
		 grid-template-columns: repeat(3, minmax(0, 1fr));
	}


	.lg\:gap-x-8{
		 -moz-column-gap: 2rem;
			  column-gap: 2rem;
	}


	.lg\:px-8{
		 padding-left: 2rem;
		 padding-right: 2rem;
	}


	.lg\:py-16{
		 padding-top: 4rem;
		 padding-bottom: 4rem;
	}


	.lg\:px-20{
		 padding-left: 5rem;
		 padding-right: 5rem;
	}
}


