	html, body {
		font-family: Inter, sans-serif;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background: #EBE8E3;
		overflow-x: hidden;
	}
	a {
		cursor: pointer;
		text-decoration: none;
	}
	.main {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.content {
		max-width: 1600px;
		width: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#banner1 {
		position: absolute;
		top: 0;
	}
	.header {
		position: relative;
		z-index: 4;
		display: flex;
		justify-content: space-between;
		padding-top: 30px;
		align-items: center;
		width: 100%;
	}
	.container {
	  width: 100%;
	  position: relative;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 120px 0;
	}
	.buttons {
	  position: absolute;
	  left: 200;
	  display: flex;
	  gap: 10px;
	  bottom: 320;
	}
	.nav {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 30px;
	}
	.connector {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 30px;
	}
	.docon {
		background: white;
		width: 145px;
		height: 50px;
		color: black;
		border-bottom: 1px solid black;
		border-radius: 6px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.buttons a {
		padding: 20px 15px;
		background: white;
		color: #020817;
		border-radius: 6px;
		border-bottom: 1px solid black;
		font-size: 16px;
	}
	.black {
		border: 0!important;
		color: white!important;
		background: black!important;
	}
	.story {
		width: 100%;
		padding: 410px 0;
		background: #1A1A1F;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contentement {
		display: flex;
		justify-content: end;
		position: relative;
		align-items: center;
		padding: 110px 50px;
		background: #212128;
		border-top: 1px solid #EAEAEA;
		max-width: 1600px;
		box-sizing: border-box;
		width: 100%;
		border-radius: 500px 0 0 500px;
	}
	.contentement img {
		position: absolute;
		left: -50;
	}
	.block {
		max-width: 500px;
	}
	.block p {
		font-size: 42px;
		color: white;
	}
	.block span {
		font-size: 16px;
		color: white;
	}
	.buy {
		padding: 100px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	.buy p {
		font-size: 42px;
		color: #020817;
	}
	.swap {
		margin-top: 40px;
		border-radius: 16px;
		background: #1A1A1F;
		padding: 30px;
		position: relative;
		z-index: 3;
		width: 500px;
		display: flex;
		justify-content: start;
		align-items: center;
		flex-direction: column;
	}
	.heads {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.swapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.inswapc {
		border-radius: 16px;
		color: #1A1A1F;
		font-size: 12px;
		background: #EA8C52;
		height: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
	}
	.inputter {
		margin-top: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		gap: 10px;
	}
	.sol {
		width: 100%;
		background: #212128;
		display: flex;
		justify-content: start;
		flex-direction: column;
		align-items: center;
		padding: 30px 20px;
		box-sizing: border-box;
		border-radius: 12px;
		gap: 10px;
	}
	.sol a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.data {
		width: 100%;
	}
	.val {
		color: #9CA3AF;
		font-size: 18px;
		font-weight: 500;
	}
	.data {
		font-size: 12px;
		color: rgba(255,255,255,0.3);
	}
	.doswap {
		margin-top: 20px;
		background: #EA8C52;
		color: #1A1A1F;
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 12px;
		font-size: 16px;
		font-weight: 500;
	}
	#banner2 {
		position: absolute;
		bottom: 0;
	}
	.modal {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 99;
		background: rgba(224, 239, 255, 0.5);
		backdrop-filter: blur(1px);
		height: 100%;
		width: 100%;
	}
	.cmodal {
		border-radius: 5px;
		padding: 20px;
		background: #EBE8E3;
		background-image: url(/img/mbg.svg);
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
		width: 540px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		height: 700px;
	}
	.cbuttons {
		width: 100%;
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.cbuttons a {
		border-radius: 8px;
		height: 68px;
		display: flex;
		justify-content: center;
		align-items: center;
color: #FFF;
font-size: 19px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
		width: 95%;
border: 1px solid #FFF;
background: #3B302C;
box-shadow: 0px 2px 7px 0px rgba(20, 20, 43, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	.cheader {
		width: 100%;
		display: flex;
		justify-content: end;
	}
	.ctitle {
		color: #0A181F;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
	}
	#insert .ctitle {
font-size: 35px;
	}
	.warning {
		display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
background: rgba(255, 228, 204, 0.85);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 18px;
box-sizing: border-box;
	}
	.warning p span {
		color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700;
	}
	.instertor {
	border-radius: 12px;
background: rgba(248, 248, 250, 0.85);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(7.5px);
outline: 0;
border: 0;
padding: 10px;
width: 100%;
height: 200px;
	}
	.words {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}
	#hardware .ctitle {
	color: #000000;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 500;
	}
	#hardware .hwallet {
		width: 100%;
		padding: 10px;
	}
	#trezor {
		border-top: 1px solid #000000;
	
	}
	.error {
		background: rgba(255, 228, 204, 0.85);
	}