* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 320px;
	background: #131313;
	color: #fff;
	font-size: 18px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}

.header {
	background: #0F1115;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 999;
}
.promo-text {
  font-size: 15px;
  color: #e7f2ff;
  padding-top: 10px;
}

.bonus-text .promo-text a {
	background: none;
  font-weight: 700;
  color: #ffd94a;
  padding: 0 0 0 5px;
  transition: color .2s ease, text-shadow .2s ease;
}

.bonus-text .promo-text a:hover {
background: none;
}
.promo-text{
	background: none;
	border-radius: 0;

}
.header-wrapper {
	width: 100%;
	max-width: 1280px;
	padding: 0 15px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-wrapper img {max-width:95px;}
.header-navi {
	display: flex;
	align-items: center;
}

.header-navi ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	min-width: 340px;
	margin-right: 10px;
}

.header-navi ul li {
	width: 49%;
}

.header-navi ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	height: 40px;
	width: 100%;
}

.red-nav a {
	background: #ee3535;
  	 background: linear-gradient(135deg, #ff5e00, #ff2a00); 
    color: #fff;
}

.red-nav a:hover {
	background: linear-gradient(135deg, #ff7b33, #ff471a);
	color: #fff;
}

.grey-nav a {
	background: #f3f3f3;
    background: linear-gradient(135deg, #00c853, #009624);
    color: #fff;
	margin-right: 15px;
}

.grey-nav a:hover {
	background: linear-gradient(135deg, #00e676, #00b248);
	color: #fff;
}

.bonus {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/1.png);
	border-radius: 30px;
	background-size: cover;
}

.bonus-text {
	background: rgba(0, 0, 0, 0.78);
	border-radius: 30px;
	min-height: 350px;
	width: 100%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.bonus-text span:nth-child(2) {
	    background: linear-gradient(135deg, #ff9100, #ff6d00); 
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 109, 0, 0.5);
	font-size: 38px;
	padding: 10px 30px;
	margin: 10px 0;
	border-radius: 3px;
	font-weight: 900;
}

.bonus-text a {
	background: linear-gradient(135deg, #e8c285 , #00b8d4); 
    color: #000;
	padding: 10px 35px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 35px;
	font-weight: bold;
	margin-top: 15px;
}

.bonus-text a:hover {
	background: linear-gradient(135deg, #00ffff, #00c8ff);
	color: #fff;
}

.content {
	overflow: hidden;
	    background: #272828; 
    box-shadow: 0 5px 20px rgba(14, 26, 43, 0.8);
	padding: 25px;
	width: 95%;
	max-width: 1200px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	margin-bottom: 30px;
}

.content h1, 
.content h2 {
    color: #e8c285 ;
}

.content h1 {
	margin-bottom: 35px;
	font-size: 2.5rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.content h2 {
	margin-bottom: 28px;
	font-size: 2rem;
}

.content table {
	width: 100%;
	max-width: 98%;
	border-collapse: collapse;
	margin: 25px auto;
	border-radius: 5px;
	overflow: auto;
}
 tabble td{
	     border: 1px solid #ddd;
    padding: 5px;
 }
.content table thead td {
    color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 1.1rem;
	padding: 12px;
}
th{
	padding: 15px;
}
.content table td {

	padding: 12px 8px;
	color: #f1f1f1;
}

.content img {
	max-width: 90%;
	display: block;
	margin: 25px auto;
	border-radius: 5px;
}

.content p {
	margin-bottom: 25px;
	color: #bdc3c7;
	font-size: 1.1rem;
	line-height: 1.8;
}

.content ul,
.content ol {
	margin-bottom: 25px;
	list-style-position: inside;
	color: #e8c285 ;
	line-height: 36px;
	padding-left: 15px;
}

.content blockquote {
	    background: rgba(0, 229, 255, 0.1);
    color: #e8c285 ;
    border-left: 4px solid #e8c285 ;
	margin-bottom: 25px;
	padding: 25px;
	font-style: italic;
}
.footer-legal {
  text-align: center;
  font-size: 14px;
  color: #bbbbbb;
  padding: 20px 10px;
  background-color: #0d0d0d;
}

.footer-legal p {
  margin: 6px 0;
}

.footer-legal a {
  color: #00FFD1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #ffffff;
  text-decoration: underline;
}


.bottom {
	    background: #0F1115;
    border-top: 1px solid #7C879D;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.images-block{
	padding: 20px 0;
	display: flex;
	flex-flow: column-reverse;
	gap: 20px;
	align-items: center;
}
.images-block img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.bottom-wrapper {
	width: 100%;
	max-width: 1280px;
	padding: 20px 0 0 0;
	text-align: center;
}

.botnav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.botnav ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	min-width: 340px;
	margin-right: 10px;
}

.botnav ul li {
	width: 49%;
}

.botnav ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	height: 40px;
	width: 100%;
}

@media (max-width: 640px) {
	.header-wrapper {
		flex-wrap: wrap;
		padding: 15px 0;
		justify-content: center;
		height: auto;
	}

	.header-navi {
		width: calc(100% - 10px);
		margin: 20px auto 0 auto;
		display: flex;
	}

	.header-navi ul {
		width: 100%;
		min-width: auto;
	}

	.bonus-text span:nth-child(2) {
		font-size: 28px;
	}

	.content h1,
	.content h2 {
		font-size: 1.5em;
	}
	.content table{
		display: inline-block;
	}
	.content table,
	.content table thead td {
		font-size: 14px;
	}

	.content table td {
		padding: 11px 4px;
	}

	.content {
		padding: 20px 5px;
	}

	.botnav img {
		display: none;
	}

	.botnav ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-width: 200px;
	}
	.botnav ul li {
		width: 90%;
		margin-bottom: 10px;
	}
	.bot-copy {
		font-size: 14px;
	}
	.botnav ul a {
		margin: 0px;
	}
}

/*
     FILE ARCHIVED ON 07:19:46 Feb 12, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:49:54 Apr 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.489
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 44.656
  LoadShardBlock: 323.259 (3)
  PetaboxLoader3.datanode: 212.983 (4)
  PetaboxLoader3.resolve: 159.141 (2)
  load_resource: 70.967
*/