@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@600;700&family=Fira+Sans+Condensed:wght@400;500&family=Fira+Sans+Extra+Condensed:wght@400;500;600&family=Fira+Sans:wght@100;200;300;400&family=Lato:wght@100;300;400;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@100;300;400;500;700&display=swap');

/*General Settings*/ 

* {
		-ms-touch-action: manipulation;
		touch-action: manipulation;
	}
.disable-doubletap-to-zoom {
	touch-action: none;
}
body {
	font-family: "Roboto", sans-serif;
	scrollbar-width: thin;
	scrollbar-color: #2B2B2B #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility; 
	margin:0;
/*	background-color:#000407;*/
	background-color:#000;
	padding-bottom: env(safe-area-inset-bottom);
}

/* Works on Chrome, Edge, and Safari */
html::-webkit-scrollbar {
  width: 12px;
}
html::-webkit-scrollbar-track {
  background: #000;
}
html::-webkit-scrollbar-thumb {
  background-color: #2B2B2B;
  border-radius: 20px;
  border: 1px solid #000;
}
html::-webkit-scrollbar-thumb:hover {
    background: #575757; 
}
textarea::-webkit-scrollbar {
  width: 10px;
}
textarea::-webkit-scrollbar-track {
  background: #040A1A;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #2A394F;
  border-radius: 10px;
  border: 1px solid #040A1A;
}
textarea::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
html {
	scroll-behavior: smooth;
/*
	user-select: none;
	-webkit-user-select: none;
*/
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-text-size-adjust: none;
}	
body, html {
  margin: 0;
  padding: 0;
   width: 100%;
   height: 100%;
}
input, select, textarea {
		outline: none;
	}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.layer1, .layer2, .layer3 {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:150;
	background-color:#000;
	opacity: 0;
	display:none;
}

/* For Webkit browsers */
::placeholder {
  color: #78889F;
  font-size: 16px;
  opacity: 0.9;
}

/* For Firefox */
::-moz-placeholder {
  color: #78889F;
  font-size: 16px;
  opacity: 0.8;
}

/* For Internet Explorer */
:-ms-input-placeholder {
  color: #78889F;
  font-size: 16px;
  opacity: 0.8;
}

/* Footer */
.footer_ext {
	width:80%;
	height:100px;
	background-color:#000A11;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:100px;
	color: #D8D8D8;
	font-size:14px;
	padding: 0 10%;
	line-height:26px;
	opacity: 0.5;
}

/*Slick Carousel*/
.slick-prev:before {
	content: "\f104";
	color: #8490B0;
	font-size: 30px;
	font-family: 'FontAwesome';
}
.slick-next:before {
	content: "\f105";
	color: #8490B0;
	font-size: 30px;
	font-family: 'FontAwesome';
}
.slick-prev {
	position: absolute;
	top: 55%; /* Center vertically */
	left: -35px; /* Distance from the left edge of the carousel */
	transform: translateY(-55%); /* Center alignment correction */
}
.slick-next {
	position: absolute;
	top: 55%; /* Center vertically */
	right: -40px; /* Distance from the right edge of the carousel */
	transform: translateY(-55%); /* Center alignment correction */
}
.box_progs3a {
	border: #2A394F 1px solid;
	border-radius:20px;
	padding: 32px;
	background-color:#021829;
	width:100%;
	margin:0 20px;
}
.box_progs_short1a {
	font-size:16px;
	color:#D7EBF9;
	width:100%;
	font-weight:300;
	padding-bottom:20px;
	font-family: "Roboto", sans-serif;
	line-height:25px;
	opacity: 0.6;
}
.box_progs_short1b {
	width:100%;
	font-weight:300;
	padding-bottom:20px;
	font-family: "Roboto", sans-serif;
	line-height:25px;
	opacity: 0.6;
}
.block_mobshedtokens {
	width:1224px;
	max-width:1224px;
	display:flex;
	padding:30px 0 10px 0;
	justify-content:space-between;
}
.button_pos_car {
	margin: 0 5px;
}
.box_progs_wrap1 {
	position: relative;
	border-radius:10px;
	overflow: hidden;
	width:100%;
	height:200px;
	background-color:transparent;
	border: #2A394F 1px solid; 
}
.box_progs_img, .box_progs_round {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:transparent;
}

/* Main Menu */
.main_menu {
	width:100%;
	height:70px;
	top:0;
	right:0;
/*	background-color:#000407;*/
	background-color:#000;
	position:fixed;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	z-index:500
}
.main_menu_sub {
	width:1280px;
	display:inline-flex;
	align-items:center;
}
.main_menu_sub_left {
	display:flex;
	width:35%;
	padding: 0%;
}
.main_menu_sub_right {
	flex:1;
	display:inline-flex;
	justify-content: space-between;
	align-items:center;
	padding: 0 20px 0 0;
}
.main_menu_tab {
	font-size:16px;
	color: #fff;
	text-decoration:none;
	display: flex;
}
.logo_size {
	width:180px;
	height:36px;
}
#webmenu {
	display: flex;
	box-shadow: 0px 0px 0px #000;
}
#mobilemenu {
	display: none;
	box-shadow: 0px 5px 25px #000;
}
#front3 {
	display:none;
}
.tabname {
	font-weight:500;
	font-size:18px;
	color: #B2BED7;
	padding-right:20px
}

/*href Links*/
a.menu:link, a.menu:visited, a.menu:active {
	color: #fff;
	text-decoration:none;
}
a.more:link, a.more:visited, a.more:active {
	color: #8490B0;
	text-decoration:none;
}
a.menuOn:link, a.menuOn:visited, a.menuOn:active {
	color: #1981CC;
	text-decoration:none;
	font-weight:600;
}
a.menu2:link, a.menu2:visited, a.menu2:active {
	color: #ABB2C5;
	text-decoration:none;
}
a.menuOff:link, a.menuOff:visited, a.menuOff:active {
	color: #ABB2C5;
	text-decoration:none;
}
a.shortlink:link, a.shortlink:visited, a.shortlink:active {
	color:#0B8CC4;
/*	text-decoration:none;*/
}
a.shortlink1:link, a.shortlink1:visited, a.shortlink1:active {
	color:#2D80BF;
}
@media only screen and (min-width: 1080px) {
	a.menu:hover, a.more:hover, a.menu2:hover, a.menuOff:hover, a.shortlink:hover, a.shortlink1:hover {
	  color: #338FD4;
	}
}

/*Buttons*/
button.action {
	padding:14px 20px;
	background-color:#1B7AC1;
/*	background-color: #338FD4;*/
	color:#fff;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:15px;
	cursor:pointer;
}
button.actmenu {
	padding:11px 17px;
	background-color:#1B7AC1;
	color:#fff;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:14px;
	cursor:pointer;
}
button.actmenu0 {
	padding:9px 17px;
	background-color:#000;
	color:#fff;
	border: 2px solid #1B7AC1;
	border-radius:5px;
	font-weight:700;
	font-size:14px;
}
button.actmenu0a {
	padding:9px 17px;
	background-color:#000;
	color:#AAAAAA;
	border: 2px solid #747474;
	border-radius:5px;
	font-weight:700;
	font-size:14px;
	cursor:pointer;
}
button.actmenu1 {
	padding:12px 18px;
	background-color:#1B7AC1;
	color:#fff;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:15px;
	cursor:pointer;
	margin: 12px 0 0 6px;
}
button.actmenu2 {
/*	padding:5px 26px;*/
	margin:2px 10px 0 0;
	background-color:#1B7AC1;
	color:#fff;
	height: 38px;
	width: 120px;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:13px;
	cursor:pointer;
}
button.actmenu2b {
/*	padding:5px 26px;*/
	margin:2px 0 0 0;
	background-color:#2A394F;
	color:#fff;
	height: 38px;
	width: 80px;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:13px;
	cursor:pointer;
}
button.goback, button.resetnews {
	padding:14px 20px;
	background-color:#1C2948;
	color:#A7B1CC;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:15px;
	cursor:pointer;
}
button.action1 {
	padding:14px 20px;
	background-color:#2A394F;
	color:#fff;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:15px;
	cursor:pointer;
}
button.action1a {
	font-family: "Roboto", sans-serif;
	color:#A7B1CC;
	border-radius:5px;
	font-weight:500;
	border:0;
	font-size:15px;
	cursor:pointer;
}
button.close, button.validate{
	padding:14px 25px;
	margin:25px 0 0 0;
	background-color:#1D2A47;
	color:#CFCFCF;
	border-radius:5px;
	font-weight:700;
	border:0;
	font-size:15px;
	cursor:pointer;
}
button:active {
	transform: translateY(1px);
}
@media only screen and (min-width: 1080px) {
	button.action:hover {
		background-color: #005297;
	}
	button.actmenu:hover {
		background-color: #005297;
	}
	button.action1:hover {
		background-color: #1C2531;
	}
	button.action1a:hover, button.goback:hover {
		background-color: #162039;
		color:#B7BFD5;
	}
}
.button_pos_home {
	margin: 0 10px 0 0;
}

/* Presentation - General */
.pres_main {
	position:relative;
	width:100%;
	height:500px;
	margin:75px 0 40px 0;
	display:block;
	text-align: center;
	background: url('/img/homepage_photo.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color:transparent;
	background-position: top;
}
.pres_text1 {
	display:flex;
	flex:1;
	font-size:22px;
	color:#CBCBCB;
	padding:90px 0 0 0;
	justify-content:center;
}
.pres_text2 {
	display:flex;
	flex:1;
	color:#fff;
	font-size:56px;
	font-weight:700;
	margin:20px 0 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
	justify-content:center;
}
.pres_text3 {
	display:flex;
	align-content: center;
	font-size:21px;
	color:#DBDBDB;
	line-height:32px;
	font-weight:300;
	width:40%;
	padding: 0 30% 1% 30%;
	font-family: "Fira+Sans", sans-serif;
}

/*Blocks Home*/
.line_main {
	display:flex;
	flex:1;
	font-size:14px;
	font-weight: 300;
	color:#FFFFFF;
	justify-content:center;
	font-family: "Fira+Sans", sans-serif;
	opacity: 0.8;
}
.block_main {
	width:100%;
	height:auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:0; 
}
.block_sub {
	width:1180px;
	max-width:1180px;
	height:100%;
	display:flex;
	padding:60px 0 0 0;
}
.block_sub0 {
	width:1180px;
	max-width:1180px;
	height:100%;
	display:flex;
	padding:20px 0 0 0;
}
.token_sub {
	width:1180px;
	height:100%;
	display:flex;
	padding:60px 0 0 0;
}
.block_token_left {
	width:65%;
	height:100%;
	display:block;
}
.block_token_right, .block_token_right1 {
	width:35%;
	display:block;
}
.blue_title {
	font-size:50px;
	color:#338FD4;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;
}
.blue_title_sub {
	font-size:24px;
	color:#DBDBDB;
	padding:10px 0 10px 0;
}
.text_para1 {
	font-size:18px;
	color:#EBEBEB;
	line-height:32px;
	font-weight:300;
	font-family: "Roboto", sans-serif;
/*	font-family: "Fira+Sans", sans-serif;*/
	padding: 0 70px 0 0;
	opacity: 0.7;	
}
.text_para1_left {
	font-size:18px;
/*	color:#C4E3F9;*/
	color: #EBEBEB;
	line-height:32px;
	font-weight:300;
	font-family: "Roboto", sans-serif;
/*	font-family: "Fira+Sans", sans-serif;*/
	padding: 0 90px 0 0;
	opacity: 0.7;	
}
.text_para1_right {
	font-size:18px;
	color:#EBEBEB;
	line-height:32px;
	font-weight:300;
	font-family: "Roboto", sans-serif;
/*	font-family: "Fira+Sans", sans-serif;*/
	padding: 0 0px 0 0;
	opacity: 0.7;
}
.text_para_set {
	font-size:17px;
	color:#EBEBEB;
	line-height:30px;
	font-weight:300;
	font-family: "Roboto", sans-serif;
/*	font-family: "Fira+Sans", sans-serif;*/
	padding: 0 90px 0 30px;
	opacity: 0.7;	
	border-left: #338FD4 5px solid;
}
.text_para1_buttons {
	margin: 25px 0px 40px 0px;
}
.text_para1_buttons1 {
	margin: 45px 0px 40px 0px;
}
.text_para_title {
	font-size:26px;
	color:#E4E4E4;
	padding:20px 0 0 0;
	font-weight:700;
}
.text_para_title0 {
	font-size:24px;
	color:#E4E4E4;
	padding:0 0 10px 0;
	font-weight:700;
}
.text_para_title1, .text_para_title1a {
	font-size:30px;
/*	color:#D3D8E5;*/
	color:#E4E4E4;
	padding:20px 0 10px 0;
	font-weight:700;
	line-height: 36px;
}
.text_para_title2 {
	font-size:22px;
	color:#E4E4E4;
	padding:20px 0 0 0;
	font-weight:700;
}
.text_para_title3 {
	font-size:26px;
	color:#E4E4E4;
	padding:20px 0 0 0;
	font-weight:700;
}
.block_token_left2 {
	width:78%;
	height:100%;
	display:block;
}
.block_token_right2 {
	width:22%;
	display:block;
}
.block_token_left3 {
	width:54%;
	height:100%;
	display:block;
}
.block_token_right3 {
	width:46%;
	display:block;
}
.pres_page {
	width:100%;
	height:auto;
	display:block;
	padding:40px 0 0 0;
	text-align:center;
}
.pres_page_title {
	font-size:56px;
	color:#338FD4;
	font-weight:700;
	flex:1;
	display:flex;
	justify-content:center;
	padding:80px 0 10px 0;
}
.pres_page_sub {
	font-size:24px;
	color:#ABB2C5;
	padding:10px 0 0 0;
	width:100%;
	text-align:center;
}
.icon_title {
	width:28px;
	height:28px;
	padding:2px 14px 0 0;
}
.icon_title1 {
	width:26px;
	height:26px;
	padding:3px 16px 0 0;
}
.page_text1 {
	display:none;
	flex:1;
	font-size:22px;
	color:#CBCBCB;
	padding:90px 0 0 0;
	justify-content:center;	
}
.page_subtitle1 {
	display:flex;
	flex:1;
	font-size:26px;
	color:#CBCBCB;
	justify-content:center;	
}
.block_comingsoon {
	padding:13px 18px;
	border: #1B7AC1 1px solid;
	border-radius: 8px;
	font-size:14px;
	color: #D7D7D7;
	background-color:#111111;
}
.block_comingsoon1 {
	padding:13px 18px;
	border: #2A394F 1px solid;
	border-radius: 8px;
	font-size:14px;
	color: #D7D7D7;
	background-color:#011423;
}
.orgs_img_wrap {
	border-radius:10px;
	overflow: hidden;
	width:100%;
	height:420px;
	background-color:#091021;
	border: #2A394F 1px solid; 
	display:block;
	margin: 25px 0 40px 0;
}

/* Crumbs */
.orgs_crumb {
flex:1;
	display:flex;
	height:auto;
	align-items:center;
	margin:30px 0 0 48px;
	font-size:15px;
	color:#8490B0;
}
#orgname {
	display:inline-flex;
}

/* Box Feature */
.main_box {
	border: #273447 1px solid; 
	border-radius:20px;
	padding:40px 52px 20px 55px;
	background-color:#021829;
	margin: 15px 0 0 0;
}
.main_box1 {
	border: #273447 1px solid; 
	border-radius:20px;
	padding:40px 54px 20px 56px;
	background-color:#021829;
	margin: 35px 0 0 0;
}
.token_box {
	border: #2A394F 1px solid; 
	border-radius:20px;
	padding:40px 60px 10px 60px;
	background-color:#131c31;
	display:flex;
	justify-content:space-between;
	width:100%;
}
.token_box_title {
	font-size:20px;
	color:#E9E9E9;
	width:100%;
	font-weight:700;
	margin-bottom:15px;
}
.token_box_text {
	font-size:16px;
	color:#D8D8D8;
	width:100%;
	font-weight:300;
	padding-bottom:50px;
	font-family: "Fira+Sans", sans-serif;
	line-height:24px
}
.token_box_icon {
	width:100%;
	margin-bottom:8px
}
.token_box_iconsize {
	width:200px;
	height:44px
}
.token_box_iconsize1 {
	width:250px;
	height:55px
}
.token_box_sub {
	width:28%;
}
.token_box_point {
	display:block;
	width:100%;
}
.box_title {
	font-size:12px;
	color:#668397;
	width:100%;
	display:flex;
	justify-content:center;
	padding-bottom:30px;
}
.box_title1 {
	font-size:12px;
	color:#8490B0;
	width:100%;
	display:flex;
	justify-content:center;
	padding-bottom:50px;
}
.box_text {
	font-size:16px;
	color:#D7EBF9;
	width:100%;
	font-weight:300;
	padding-bottom:30px;
	opacity: 0.6;
	font-family: "Roboto", sans-serif;
	line-height:25px;
}
.box_text1 {
	font-size:16px;
	color:#DDDDDD;
	width:100%;
	font-weight:300;
	padding-bottom:30px;
	font-family: "Fira+Sans", sans-serif;
	line-height:26px;
}
.box_text_title {
	font-size:21px;
	color:#ECECEC;
	width:100%;
	font-weight:700;
	margin:10px 0 12px 0;
	line-height: 30px;
}
.box_text_title1 {
	font-size:18px;
	line-height:26px;
	color:#E4E4E4;
	width:100%;
	font-weight:700;
	margin-bottom:12px;
}
.faqbox {
	display:block;
}
.faqbox_sub {
	display:block;
	width:100%;
}
.bluebox_row {
	display: block;
}
.bluebox_bl, .bluebox_br {
	padding: 0;
}

/* line breaks */
.line_main {
	width:100%;
	height:auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:80px 0 0 0; 
}
.line_sub {
	width:1280px;
	height:1px;
	background-color:#2A394F;
	border:0;
}
.line_top_page, .line_top_page0, .line_top_page1 {
	width:100%;
	height:auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin:60px 0 0 0; 
}

/* Mobile Menu */
.mobilemenu {
	position:fixed;
	opacity:1;
	left:0;
	right:0;		
	bottom:-500px;
	width: 100%;
	height:auto;
	background-color:#000;
	border-radius: 10px;
	text-align: center;
	z-index:200;
	color:#FFF;
	padding:30px 20px 100px 20px;
	font-size:14px;
	box-shadow:0 0 20px #000;  
	display:flex; 
	justify-content:center;
	align-items:flex-start;		
}
.menuitems {
	width:100%;
	display:flex;
	justify-content:flex-start;
	color:#E9E8E8;
	padding: 0 0 0 20px;
	font-size:17px;
}
.popmenu_icon {
	width:30%;
	padding-top:10px;
}
.popmenu_close {
	position:absolute;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	opacity:0.3;
	top:10px;
	right:70px;
	width:90px;
	height:50px;
	z-index:950;
}
.popmenu_list {
	display:flex;
	flex:1;
	display-content:flex-start
}
.goitems {
	padding:12px 10px 6px 10px;
}

/* Contact Form */
.contact_field {
	width:480px;
	height:48px;
	border: 1px solid #4E607B;
	border-radius:5px;
	background-color:#000;
	color:#9CA9CB;
	font-size:17px;
	padding: 0 15px;
	display:block;
	font-family:"roboto",sans-serif;
}
.contact_area {
	width:480px;
	height:180px;
	border: 1px solid #4E607B;
	border-radius:5px;
	background-color:#000;
	color:#9CA9CB;
	font-size:17px;
	padding: 15px;
	display:block;
	resize:none;
	scrollbar-color: #2A394F #040A1A;
	font-family:"roboto",sans-serif;
	margin-bottom: 30px;
}
.contact_name {
	font-size:18px;
	color:#E9EBF1;
	padding: 20px 0 5px 3px;
	font-weight:500;
	height:30px;
}
.team_title {
	font-size:32px;
	color:#118FC7;
	font-weight:700;
	width:100%;
	display:flex;
	justify-content:left;
}
.team_subtitle {
	font-size:20px;
	padding: 5px 0 5px 0;
	color:#8C94AA;
	font-weight:300;
	width:100%;
	display:flex;
	justify-content:left;
}
input.contact_field::placeholder {
	font-size: 17px;
	color: #535F82;
}	

/** Popup Menu **/
.mobilepop {
	position:fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
	margin: 0px auto;
	width: 80%;
	max-width: 350px;
	height:auto;
	background-color:#021829;
	border-radius: 10px;
	text-align: center;
	z-index:900;
	opacity: 0;
	color:#FFF;
	padding:20px 25px 35px 25px;
	font-size:14px;
	box-shadow:0 0 20px #000;  
	display:none; 
}
.code_field {
	width:60%;
	max-width: 250px;
	height:46px;
	border: 1px solid #4E607B;
	border-radius:5px;
	background-color:#091021;
	color:#9CA9CB;
	font-size:25px;
	padding: 0 15px;
	font-weight:500;
	display:block;
	text-align:center;
	font-family:"roboto",sans-serif;
}
.login_field {
	width:92%;
	height:46px;
	border: 1px solid #4E607B;
	border-radius:5px;
	background-color:#091021;
	color:#9CA9CB;
	font-size:16px;
	padding: 0 4%;
	font-weight:300;
	display:block;
	font-family:"roboto",sans-serif;
}
.login_title {
	color:#CCD2E1;
	font-size:15px;
	padding: 20px 0 5px 3px;
}
.login_tab {
	font-size:16px;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}
.login_tab:hover {
	color: #0ea7ea;
}

/*Charts*/
.chart_panel {
	background-color: #131313;
	border-radius: 10px; 
	padding: 30px 30px 30px 30px;
	margin: 0 0 40px 0;
}
.panel_sides {
	display:flex;
}
.box-bg {
	display:block;
	flex:1;
	background-color: #212121;
	border-radius: 10px;
	padding: 30px 36px 30px 36px;
	color:#FFF;
	font-size: 15px;
	font-weight: 200;	
	background-clip: padding-box;
	-webkit-appearance: none;
	outline: none;
}
.box-bg1 {
	display:block;
	flex:1;
	background-color: #212121;
	border-radius: 10px;
	padding: 28px 36px 12px 36px;
	color:#FFF;
	font-size: 15px;
	font-weight: 200;	
	background-clip: padding-box;
	-webkit-appearance: none;
	outline: none;
}
.block_token_left4 {
	width:70%;
	height:100%;
	display:block;
}
.block_token_right4 {
	width:30%;
	display:block;
	padding-left:30px;
}
.tradebox_name {
	color:#9A9A9A; 
	font-size: 12px; 
	font-weight:300;
	width:100%;
	text-align: center;
	align-content: center;
	padding: 0 0 18px 0;
}
.tradebox_title {
	color:#ddd; 
	font-size: 15px; 
	font-weight:500;
	padding: 0 0 15px 0;
	flex:1;
}
.tradebox_text {
	color:#ACACAC; 
	font-size: 15px; 
	font-weight:300;
	padding:0 0 15px 0;
	display:block;
	text-align:right;
}
.box-text-on3 {
	color:#D0D0D0; 
	font-size: 15px; 
	font-weight: 400
}
.box-text-on4 {
	color:#D0D0D0; 
	font-size: 14px; 
	font-weight: 400
}
.chart_dims {
	width: 100% !important;
	height: 352px !important;
	display: block;
}
.minibox_left {
	padding: 0px;
}
.minibox_right {
	padding: 30px 0 0 0;
}
.insidebox_main {
	display: block;
}
.insidebox_left {
	width: 100%;
	padding-right: 0px;
}
.insidebox_right {
	width: 100%;
	padding-left: 0px;
}
.last_updated {
	width:100%;
	font-size:12px;
	color: #fff;
	text-align: right;
	opacity:0.5;
	margin:20px 0 0 0;
}
.main_box2 {
	border: #273447 1px solid; 
	border-radius:10px;
	padding:23px 25px 20px 30px;
	background-color:#021829;
	margin: 0px;
}
.box_text2 {
	font-size:13px;
	color:#D7EBF9;
	width:100%;
	font-weight:300;
	opacity: 0.6;
	font-family: "Roboto", sans-serif;
	line-height:22px;
}

/* FROM 1599 TO 1859 */
@media only screen and (min-width: 1599px) and (max-width: 1859px)  {

/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width:1280px;
	}
	.main_menu_sub_left {
		width:35%;
		padding-left:4%;
	}
	.main_menu_sub_right {
		flex:1;
		display:flex;
		padding:0 6% 0 0;
	}
	.main_menu_tab {
		display:flex;
	}
	#webmenu {
		display: flex;
	}
	#mobilemenu {
		display: none;
	}
	.main_menu {
		height:65px;
	}	
	.submenu_block {
		width:100%;
		height:auto;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		margin:20px 0 0 0;
	}
	.submenu_sub {
		width:950px;
		padding: 0 40px;
	}
	.submenu_sub_left {
		padding:17px 6% 0 0;
		display:inline-flex;
		justify-content: space-between;
		width:95%;
		height:37px;
		border:0;
	}
	.submenu_sub_right {
		flex:1;
		display:inline-flex;
		align-items:center;
	}
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:50px 0 0 0;
	}
	.pres_text2 {
		font-size:58px;
		margin:20px 20px 15px 20px;
	}
	.pres_text3 {
		font-size:20px;
		line-height:30px;
		width:46%;
		padding: 0 27% 1% 27%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:flex;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:flex;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:58%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:42%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:40px;
		padding: 20px 0 8px 40px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 40px;
		line-height: 32px;
	}
	.text_para1 {
		font-size:18px;
		line-height:29px;
		padding: 0 45px 0 40px;
	}
	.text_para1_left, .text_para1_right {
		font-size:18px;
		line-height:29px;
		padding: 0 40px 0 40px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 40px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 40px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0px 0 0 40px;
	}
	.text_para_title2 {
		font-size:24px;
		padding:15px 0 5px 7%;
	}	
	.text_para_title3 {
		font-size:28px;
		padding:15px 0 5px 7%;
	}
	.orgs_img_wrap {
		height:350px;
	}
	
/*	box*/
	.main_box {
		padding:35px 30px 10px 38px;
		margin: 25px 40px 20px 30px;
	}
	.main_box1 {
		padding:45px 30px 10px 35px;
		margin: 30px 40px 20px 30px;
	}	
	.main_box2 {
		margin: 30px 40px 20px 30px;
	}	
	.box_text_title {
		font-size:21px;
		margin:12px 0 8px 0;
	}
	.box_text_title {
		font-size:21px;
		margin:12px 0 8px 0;
	}
	.box_text {
		font-size:17px;
		line-height:27px;
	}
	.box_title {
		font-size:14px;
		padding-bottom:25px;
	}
	.bluebox_row {
		display: block;
	}
	.bluebox_bl, .bluebox_br {
		padding: 0 3%;
	}	
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 40px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 10px 40px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:1168px;
		max-width:1168px;
		padding:30px 1% 10px 1%;
/*		background-color:yellow;*/
	}	
	.box_progs_short1a {
		font-size:16px;
		line-height:24px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:30px;
	}
	.slick-prev {
	  left: -20px; /* Adjust as needed */
	}
	.slick-next {
	  right: -20px; /* Adjust as needed */
	}
	.box_progs_wrap1 {
		height:180px;
	}	
	
	/* Crumbs */
	.orgs_crumb {
		width:100%;
		margin:25px 0 0 88px;
	}
	
	/*	Contact Form*/
	.text_para_title0 {
		padding:0 0 40px 40px;
	}
	
	/*Charts*/
	.chart_panel {
		margin: 0 40px 40px 40px;
	}
	.block_token_left4 {
		width:70%;
	}
	.block_token_right4 {
		width:30%;
	}
	.box-bg {
		padding: 30px 32px 28px 28px;
		height: auto;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 18px 0;
	}
	.tradebox_title {
		padding: 0 0 15px 0;
	}
	.tradebox_text {
		padding:0 0 15px 0;
	}
	.chart_dims {
		width: 100% !important;
		height: 346px !important;
		display: block;
	}
}
	
/* FROM 1275 TO 1598 */
@media only screen and (min-width: 1275px) and (max-width: 1598px)  {

/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width:1270px;
	}
	.main_menu_sub_left {
		width:30%;
		padding-left:4%;
	}
	.main_menu_sub_right {
		flex:1;
		display:flex;
		padding:0 6% 0 0;
	}
	.main_menu_tab {
		display:flex;
	}
	#webmenu {
		display: flex;
	}
	#mobilemenu {
		display: none;
	}
	.main_menu {
		height:65px;
	}	
	.submenu_block {
		width:100%;
		height:auto;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		margin:20px 0 0 0;
	}
	.submenu_sub {
		width:950px;
		padding: 0 40px;
	}
	.submenu_sub_left {
		padding:17px 6% 0 0;
		display:inline-flex;
		justify-content: space-between;
		width:95%;
		height:37px;
		border:0;
	}
	.submenu_sub_right {
		flex:1;
		display:inline-flex;
		align-items:center;
	}
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:50px 0 0 0;
	}
	.pres_text2 {
		font-size:60px;
		margin:20px 20px 15px 20px;
	}
	.pres_text3 {
		font-size:22px;
		line-height:33px;
		width:56%;
		padding: 0 22% 1% 22%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:flex;
		padding:40px 0 0 0;
	}	
	.block_sub0 {
		width:100%;
		display:flex;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:58%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:42%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:40px;
		padding: 20px 0 8px 40px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 40px;
		line-height: 32px;
	}
	.text_para1 {
		font-size:18px;
		line-height:29px;
		padding: 0 45px 0 40px;
	}
	.text_para1_left, .text_para1_right {
		font-size:18px;
		line-height:29px;
		padding: 0 40px 0 40px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 40px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 40px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0 0 0 40px;
	}
	.text_para_title2 {
		font-size:24px;
		padding:15px 0 5px 7%;
	}
	.text_para_title3 {
		font-size:28px;
		padding:15px 0 5px 7%;
	}
	.orgs_img_wrap {
		height:350px;
	}
	
/*	box*/
	.main_box {
		padding:35px 30px 10px 38px;
		margin: 25px 40px 20px 30px;
	}
	.main_box1 {
		padding:45px 30px 10px 35px;
		margin: 30px 40px 20px 30px;
	}	
	.main_box2 {
		margin: 30px 40px 20px 30px;
	}	
	.box_text_title {
		font-size:21px;
		margin:12px 0 8px 0;
	}
	.box_text {
		font-size:17px;
		line-height:27px;
	}
	.box_title {
		font-size:14px;
		padding-bottom:25px;
	}
	.bluebox_row {
		display: block;
	}
	.bluebox_bl, .bluebox_br {
		padding: 0 3%;
	}	
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 40px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 10px 40px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:1168px;
		max-width:1168px;
		padding:30px 1% 10px 1%;
/*		background-color:yellow;*/
	}	
	.box_progs_short1a {
		font-size:16px;
		line-height:24px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:30px;
	}
	.slick-prev {
	  left: -20px; /* Adjust as needed */
	}
	.slick-next {
	  right: -20px; /* Adjust as needed */
	}
	.box_progs_wrap1 {
		height:180px;
	}	
	
	/* Crumbs */
	.orgs_crumb {
		width:100%;
		margin:25px 0 0 88px;
	}
	
	/*	Contact Form*/
	.text_para_title0 {
		padding:0 0 40px 40px;
	}
	
	/*Charts*/
	.chart_panel {
		margin: 0 40px 40px 40px;
	}
	.block_token_left4 {
		width:70%;
	}
	.block_token_right4 {
		width:30%;
	}
	.box-bg {
		padding: 30px 32px 28px 28px;
		height: auto;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 18px 0;
	}
	.tradebox_title {
		padding: 0 0 15px 0;
	}
	.tradebox_text {
		padding:0 0 15px 0;
	}	
	.chart_dims {
		width: 100% !important;
		height: 346px !important;
		display: block;
	}
}	

/* FROM 1080 TO 1275 */
@media only screen and (min-width: 1080px) and (max-width: 1274px)  {

/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width: 100%;
	}
	.main_menu_sub_left {
		width:25%;
		padding-left:4%;
	}
	.main_menu_sub_right {
		flex:1;
		display:flex;
		padding:0 6% 0 0;
	}
	.main_menu_tab {
		display:flex;
	}
	#webmenu {
		display: flex;
	}
	#mobilemenu {
		display: none;
	}
	.main_menu {
		height:65px;
	}	
	.submenu_block {
		width:100%;
		height:auto;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		margin:20px 0 0 0;
	}
	.submenu_sub {
		width:950px;
		padding: 0 40px;
	}
	.submenu_sub_left {
		padding:17px 6% 0 0;
		display:inline-flex;
		justify-content: space-between;
		width:95%;
		height:37px;
		border:0;
	}
	.submenu_sub_right {
		flex:1;
		display:inline-flex;
		align-items:center;
	}
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:50px 0 0 0;
	}
	.pres_text2 {
		font-size:56px;
		margin:20px 20px 15px 20px;
	}
	.pres_text3 {
		font-size:20px;
		line-height:30px;
		width:68%;
		padding: 0 16% 1% 16%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:flex;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:flex;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:58%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:42%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:40px;
		padding: 0 0 8px 40px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 40px;
		line-height: 32px;
	}
	.text_para1 {
		font-size:18px;
		line-height:29px;
		padding: 0 30px 0 40px;
	}
	.text_para1_left, .text_para1_right {
		font-size:18px;
		line-height:29px;
		padding: 0 40px 0 40px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 40px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 40px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0 0 0 40px;
	}
	.text_para_title2 {
		font-size:24px;
		padding:15px 0 5px 7%;
	}
	.text_para_title3 {
		font-size:28px;
		padding:15px 0 5px 7%;
	}
	.orgs_img_wrap {
		height:350px;
	}
	
/*	box*/
	.main_box {
		padding:35px 28px 10px 35px;
		margin: 5px 40px 20px 20px;
	}
	.main_box1 {
		padding:45px 30px 10px 35px;
		margin: 30px 40px 20px 20px;
	}	
	.main_box2 {
		margin: 30px 40px 20px 30px;
	}	
	.box_text_title {
		font-size:21px;
		margin:12px 0 8px 0;
	}
	.box_text {
		font-size:17px;
		line-height:27px;
	}
	.box_title {
		font-size:14px;
		padding-bottom:25px;
	}
	.bluebox_row {
		display: block;
	}
	.bluebox_bl, .bluebox_br {
		padding: 0 3%;
	}	
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 40px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 10px 40px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:98%;
/*		max-width:976px;*/
		padding:30px 1% 10px 1%;
/*		background-color:yellow;*/
	}	
	.box_progs_short1a {
		font-size:15px;
		line-height:24px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:28px;
	}
	.slick-prev {
	  left: -30px; /* Adjust as needed */
	}
	.slick-next {
	  right: -30px; /* Adjust as needed */
	}
	.box_progs_wrap1 {
		height:180px;
	}
	
	/* Crumbs */
	.orgs_crumb {
		width:100%;
		margin:25px 0 0 40px;
	}
	
	/*	Contact Form*/
	.text_para_title0 {
		padding:0 0 40px 40px;
	}
	
	/*Charts*/
	.chart_panel {
		margin: 0 40px 40px 40px;
	}
	.block_token_left4 {
		width:70%;
	}
	.block_token_right4 {
		width:30%;
	}
	.box-bg {
		padding: 30px 32px 28px 28px;
		height: auto;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 16px 0;
	}
	.tradebox_title {
		padding: 0 0 14px 0;
	}
	.tradebox_text {
		padding:0 0 14px 0;
	}	
	.chart_dims {
		width: 600px;
		height: 270px;
	}
	.chart_dims {
		width: 100% !important;
		height: 332px !important;
		display: block;
	}
}

/* FROM 1024 TO 1079  */
@media only screen and (min-width: 1024px) and (max-width: 1079px){

/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width: 100%;
	}
	.main_menu_sub_left {
		width:28%;
		padding-left:4%;
	}
	.main_menu_sub_right {
		flex:1;
		display:flex;
		padding:0 6% 0 0;
	}
	.main_menu_tab {
		display:flex;
	}
	#webmenu {
		display: flex;
	}
	#mobilemenu {
		display: none;
	}
	.main_menu {
		height:65px;
	}	
	.submenu_block {
		width:100%;
		height:auto;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		margin:20px 0 0 0;
	}
	.submenu_sub {
		width:950px;
		padding: 0 40px;
	}
	.submenu_sub_left {
		padding:17px 6% 0 0;
		display:inline-flex;
		justify-content: space-between;
		width:95%;
		height:37px;
		border:0;
	}
	.submenu_sub_right {
		flex:1;
		display:inline-flex;
		align-items:center;
	}
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:50px 0 0 0;
	}
	.pres_text2 {
		font-size:52px;
		margin:20px 20px 15px 20px;
	}
	.pres_text3 {
		font-size:19px;
		line-height:30px;
		width:72%;
		padding: 0 14% 1% 14%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:flex;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:flex;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:58%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:42%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:40px;
		padding: 0 0 8px 40px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 40px;
		line-height: 32px;
	}
	.text_para1 {
		font-size:18px;
		line-height:29px;
		padding: 0 30px 0 40px;
	}
	.text_para1_left, .text_para1_right {
		font-size:18px;
		line-height:29px;
		padding: 0 40px 0 40px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 40px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 40px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0 0 0 40px;
	}
	.text_para_title2 {
		font-size:24px;
		padding:15px 0 5px 7%;
	}
	.text_para_title3 {
		font-size:28px;
		padding:15px 0 5px 7%;
	}
	.orgs_img_wrap {
		height:350px;
	}
	
/*	box*/
	.main_box {
		padding:35px 28px 10px 35px;
		margin: 5px 40px 20px 20px;
	}
	.main_box1 {
		padding:45px 30px 10px 35px;
		margin: 30px 40px 20px 20px;
	}	
	.main_box2 {
		margin: 30px 40px 20px 30px;
	}	
	.box_text_title {
		font-size:20px;
		margin:12px 0 10px 0;
	}
	.box_text {
		font-size:16px;
		line-height:25px;
	}
	.box_title {
		font-size:14px;
		padding-bottom:25px;
	}
	.bluebox_row {
		display: block;
	}
	.bluebox_bl, .bluebox_br {
		padding: 0 3%;
	}	
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 40px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 10px 40px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:98%;
/*		max-width:976px;*/
		padding:30px 1% 10px 1%;
/*		background-color:yellow;*/
	}	
	.box_progs_short1a {
		font-size:15px;
		line-height:24px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:28px;
	}
	.slick-prev {
	  left: -30px; /* Adjust as needed */
	}
	.slick-next {
	  right: -30px; /* Adjust as needed */
	}
	.box_progs_wrap1 {
		height:160px;
	}
	
	/* Crumbs */
	.orgs_crumb {
		margin:25px 0 0 40px;
	}
	
/*	Contact Form*/
	.text_para_title0 {
		padding:0 0 40px 40px;
	}
	input.contact_field::placeholder {
		font-size: 17px;
		color: #535F82;
	}
	
	/*Charts*/
	.chart_panel {
		margin: 0 40px 40px 40px;
	}
	.block_token_left4 {
		width:68%;
	}
	.block_token_right4 {
		width:32%;
	}
	.box-bg {
		padding: 30px 32px 28px 28px;
		height: auto;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 14px 0;
	}
	.tradebox_title {
		padding: 0 0 11px 0;
	}
	.tradebox_text {
		padding:0 0 11px 0;
	}	
	.chart_dims {
		width: 600px;
		height: 270px;
	}
	.chart_dims {
		width: 100% !important;
		height: 298px !important;
		display: block;
	}
}

/* FROM 780 TO 1023  */
@media only screen and (min-width: 780px) and (max-width: 1023px) {
	
/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width: 100%;
	}
	.main_menu_sub_left {
		width:60%;
		padding-left: 3%;
/*		margin-left:6%;*/
	}
	.main_menu_tab {
		display:none;
	}
	.main_menu_sub_right {
		display:flex;
		flex:1;
		justify-content: flex-end;
/*		padding:0 20px 0 0;*/
	}	
	#webmenu {
		display: none;
	}
	#mobilemenu {
		display: flex;
	}
	.main_menu {
		height:65px;
	}	
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:5px 0 0 0;
	}
	.pres_text2 {
		font-size:52px;
		margin:20px 50px 15px 50px;
	}
	.pres_text3 {
		font-size:20px;
		line-height:32px;
		width:72%;
		padding: 0 14% 1% 14%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	.pres_page {
		padding:80px 0 0 0;
		text-align:center;
	}
	.pres_page_title {
		font-size:54px;
		width:86%;
		padding: 5px 7% 0 7%;
	}
	.line_top_page1 {
		margin:40px 0 0 0; 
	}
	.page_text1 {
		display:flex;
		font-size:20px;
		padding:15px 0 0 0;
	}
	.page_subtitle1 {
		display:none;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:block;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:block;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:100%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:100%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:36px;
		padding: 0 0 8px 7%;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 7%;
		line-height: 32px;
	}
	.text_para1, .text_para1_left, .text_para1_right {
		font-size:19px;
		line-height:29px;
		padding: 0 7%;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 7%;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 7%;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0 0 0 7%;
	}
	.text_para_title2 {
		font-size:24px;
		padding:15px 0 5px 7%;
	}
	.text_para_title3 {
		font-size:28px;
		padding:15px 0 5px 7%;
	}
	.orgs_img_wrap {
		height:400px;
	}
	
/*	box*/
	.main_box {
		border: #273447 1px solid; 
		border-radius:20px;
		padding:40px 30px 0px 30px;
		background-color:#021829;
		margin: 80px 7% 20px 7%;
	}
	.main_box1 {
		padding:45px 5% 20px 6%;
		margin: 80px 7% 20px 7%;
	}	
	.main_box2 {
		margin: 30px 7% 20px 7%;
	}	
	.box_text_title {
		font-size:20px;
		margin:12px 0 15px 0;
	}
	.box_text {
		font-size:16px;
		line-height:26px;
	}
	.box_title {
		font-size:17px;
		padding-bottom:35px;
	}
	.bluebox_row {
		display: inline-flex;
		width: 100%;
	}
	.bluebox_bl {
		width: 48%;
		padding: 0 7% 0 0;
	}
	.bluebox_br {
		width: 45%;
		padding: 0 0 0 0;
	}	
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 7%;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 45px 7%;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:740px;
		max-width:740px;
		padding:30px 0 10px 0;
	}	
	.box_progs_short1a {
		font-size:17px;
		line-height:26px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:30px;
	}
	.slick-prev {
	  left: -30px; /* Adjust as needed */
	}
	.slick-next {
	  right: -30px; /* Adjust as needed */
	}
	.box_progs_wrap1 {
		height:180px;
	}
	
	/* Crumbs */
	.orgs_crumb {
		flex:1;
		margin:25px 0 0 7%;
	}
	
	/* Contact Form */
	.contact_field {
		width:94%;
		max-width: 500px;
		height:54px;
		font-size:18px;
		padding: 0 3%;
		display:flex;
	}
	.contact_area {
		width:94%;
		max-width: 500px;
		height:130px;
		font-size:18px;
		padding: 3%;
	}
	.contact_name {
		font-size:20px;
		color:#E9EBF1;
		padding: 20px 0 5px 3px;	
	}
	.text_para_title0 {
		padding:0 0 40px 7%;
	}
	input.contact_field::placeholder {
		font-size: 18px;
		color: #535F82;
	}
	
	/*Charts*/
	.chart_panel {
		margin: 0 7% 40px 7%;
	}
	.panel_sides {
		display:block;
	}
	.block_token_left4 {
		width:100%;
	}
	.block_token_right4 {
		width:100%;
		padding-left: 0px;
		display: flex;
	}
	.box-bg {
		padding: 30px 32px 28px 28px;
		height: 100%;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 15px 0;
	}
	.tradebox_title {
		padding: 0 0 10px 0;
	}
	.tradebox_text {
		padding:0 0 10px 0;
	}	
	.chart_dims {
		width: 600px;
		height: 270px;
	}
	.chart_dims {
		width: 100% !important;
		height: 260px !important;
		display: block;
	}	
	.minibox_left {
		padding: 25px 15px 0 0;
		width: 100%;
	}
	.minibox_right {
		padding: 25px 0 0 15px;
		width: 100%;
	}
}

/* FROM 640 TO 779  */
@media only screen and (min-width: 640px) and (max-width: 779px) {		
	
/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width: 100%;
	}
	.main_menu_sub_left {
		width:80%;
		margin-left:6%;
	}
	.main_menu_tab {
		display:none;
	}
	.main_menu_sub_right {
		justify-content: flex-end;
		padding:0 20px 0 0;
	}	
	#webmenu {
		display: none;
	}
	#mobilemenu {
		display: flex;
	}
	.main_menu {
		height:65px;
	}	
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:5px 0 0 0;
	}
	.pres_text2 {
		font-size:50px;
		margin:20px 40px 15px 40px;
	}
	.pres_text3 {
		font-size:22px;
		line-height:30px;
		width:82%;
		padding: 0 9% 1% 9%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	.pres_page {
		padding:80px 0 0 0;
		text-align:center;
	}
	.pres_page_title {
		font-size:54px;
		width:94%;
		padding: 5px 3% 0 3%;
	}
	.line_top_page1 {
		margin:40px 0 0 0; 
	}
	.page_text1 {
		display:flex;
		font-size:20px;
		padding:15px 0 0 0;
	}
	.page_subtitle1 {
		display:none;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:block;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:block;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:100%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:100%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:36px;
		padding: 0 0 8px 40px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 40px;
		line-height: 32px;
	}
	.text_para1, .text_para1_left, .text_para1_right {
		font-size:19px;
		line-height:29px;
		padding: 0 40px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 40px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 40px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0 40px 0 40px;
	}
	.text_para_title2 {
		font-size:25px;
		padding:15px 0 5px 40px;
	}
	.text_para_title3 {
		font-size:29px;
		padding:15px 0 5px 40px;
	}
	.main_box {
		border: #273447 1px solid; 
		border-radius:20px;
		padding:50px 50px 20px 62px;
		background-color:#021829;
		margin: 80px 40px 20px 40px;
	}
	.main_box1 {
		padding:45px 48px 20px 50px;
		margin: 80px 40px 20px 40px;
	}
	.main_box2 {
		margin: 30px 40px 20px 30px;
	}	
	.box_text_title {
		font-size:25px;
		margin:12px 0 15px 0;
		line-height:34px;
	}
	.box_text {
		font-size:20px;
		line-height:30px;
	}
	.box_title {
		font-size:16px;
		padding-bottom:35px;
	}
	.orgs_img_wrap {
		height:350px;
	}
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 40px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 45px 40px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:100%;
		max-width:540px;
		padding:30px 2% 10px 0%;
		margin: 0 0 0 0px;
	}	
	.box_progs_short1a {
		font-size:20px;
		line-height:30px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:32px;
	}
	.box_progs_wrap1 {
		height:250px;
	}
	
	/* Crumbs */
	.orgs_crumb {
		flex:1;
		margin:25px 0 0 40px;
		font-size:16px;
	}
	
	/* Contact Form */
	.contact_field {
		width:94%;
		max-width: 500px;
		height:50px;
		font-size:18px;
		padding: 0 3%;
		display:flex;
	}
	.contact_area {
		width:94%;
		max-width: 500px;
		height:130px;
		font-size:18px;
		padding: 3%;
	}
	.contact_name {
		font-size:20px;
		color:#E9EBF1;
		padding: 20px 0 5px 3px;	
	}
	.text_para_title0 {
		padding:0 0 40px 40px;
	}
	input.contact_field::placeholder {
		font-size: 18px;
		color: #535F82;
	}
	
	/*Charts*/
	.chart_panel {
		margin: 0 40px 40px 40px;
	}
	.panel_sides {
		display:block;
	}
	.block_token_left4 {
		width:100%;
	}
	.block_token_right4 {
		width:100%;
		padding-left: 0px;
		display: block;
	}
	.box-bg {
		padding: 30px 32px 28px 28px;
		height: 100%;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 15px 0;
	}
	.tradebox_title {
		padding: 0 0 10px 0;
	}
	.tradebox_text {
		padding:0 0 10px 0;
	}	
	.chart_dims {
		width: 600px;
		height: 100%;
	}
	.chart_dims {
		width: 100% !important;
		height: 230px !important;
		display: block;
	}	
	.minibox_left {
		padding: 25px 0 0 0;
		width: 100%;
	}
	.minibox_right {
		padding: 25px 0 0 0;
		width: 100%;
	}
	.insidebox_main {
		display: flex;
	}
	.insidebox_left {
		padding-right: 28px;
	}
	.insidebox_right {
		padding-left: 28px;
	}
}

/* FROM 411 TO 639  */
@media only screen and (min-width: 411px) and (max-width: 639px) {
	
/*	menu*/
	.logo_size {
		width:160px;
		height:30px;
	}
	.main_menu_sub {
		width: 100%;
	}
	.main_menu_sub_left {
		width:80%;
		margin-left:20px;
	}
	.main_menu_tab {
		display:none;
	}
	.main_menu_sub_right {
		justify-content: flex-end;
		padding:0 20px 0 0;
	}	
	#webmenu {
		display: none;
	}
	#mobilemenu {
		display: flex;
	}
	.main_menu {
		height:65px;
	}	
	
/*	Presentation*/
	.pres_text1 {
		font-size:20px;
		padding:10px 0 0 0;
	}
	.pres_text2 {
		font-size:52px;
		margin:20px 20px 15px 20px;
	}
	.pres_text3 {
		font-size:20px;
		line-height:26px;
		width:94%;
		padding: 0 3% 1% 3%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
		margin: 80px 0 20px 0;
	}
	.pres_page_title {
		font-size:46px;
		width:94%;
		padding: 5px 3% 0 3%;
	}
	.pres_page {
		padding:80px 0 0 0;
		text-align:center;
	}
	.line_top_page1 {
		margin:40px 0 0 0; 
	}
	.page_text1 {
		display:flex;
		font-size:20px;
		padding:15px 0 0 0;
	}
	.page_subtitle1 {
		display:none;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:block;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:block;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:100%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:100%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:36px;
		padding: 0 0 8px 20px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:24px;
		padding:0 0 6px 20px;
		line-height: 32px;
	}
	.text_para1, .text_para1_left, .text_para1_right {
		font-size:19px;
		line-height:29px;
		padding: 0 20px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 20px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 20px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0px 0 0 20px;
	}
	.text_para_title2 {
		font-size:25px;
		padding:15px 0 5px 20px;
	}
	.text_para_title3 {
		font-size:29px;
		padding:15px 0 5px 20px;
	}
	.orgs_img_wrap {
		height:250px;
	}
	
/*	box*/
	.main_box {
		border: #273447 1px solid; 
		border-radius:20px;
		padding:30px 30px 10px 42px;
		background-color:#021829;
		margin: 50px 20px 20px 20px;
	}
	.main_box1 {
		padding:30px 30px 10px 42px;
		margin: 60px 20px 20px 20px;
	}
	.main_box2 {
		margin: 30px 20px 20px 20px;
	}	
	.box_text_title {
		font-size:23px;
		line-height:32px;
		margin:10px 0 12px 0;
	}
	.box_text {
		font-size:18px;
		line-height:28px;
	}
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 20px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 45px 20px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:100%;
		max-width:540px;
		padding:30px 2% 10px 0%;
		margin: 0 0 0 0px;
	}	
	.box_progs_short1a {
		font-size:18px;
		line-height:30px;
		opacity: 0.6;
	}
	.box_progs3a {
		padding:32px;
	}
	.box_progs_wrap1 {
		height:210px;
	}
	
	/* Crumbs */
	.orgs_crumb {	
		margin:25px 0 0 20px;
		flex:1;
		font-size:17px;
	}
	
/* Mobile Menu */
	.popmenu_list {
		display:block;
	}
	
/* Contact Form */
	.contact_field {
		width:90%;
		height:58px;
		font-size:20px;
		padding: 0 5%;
		display:flex;
	}
	.contact_area {
		width:90%;
		height:130px;
		font-size:20px;
		padding: 5%;
	}
	.contact_name {
		font-size:20px;
		color:#E9EBF1;
		padding: 20px 0 5px 3px;	
	}
	.text_para_title0 {
		padding:0 0 40px 20px;
	}
	input.contact_field::placeholder {
		font-size: 18px;
		color: #535F82;
	}
		
	/*Charts*/
	.chart_panel {
		padding: 25px 20px;
		margin: 0 20px 40px 20px;
	}
	.panel_sides {
		display:block;
	}
	.block_token_left4 {
		width:100%;
	}
	.block_token_right4 {
		width:100%;
		padding-left: 0px;
		display: block;
	}
	.box-bg {
		padding: 20px;
		height: 100%;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 15px 0;
	}
	.tradebox_title {
		padding: 0 0 10px 0;
	}
	.tradebox_text {
		padding:0 0 10px 0;
	}	
	.chart_dims {
		width: 600px;
		height: 100%;
	}
	.chart_dims {
		width: 100% !important;
		height: 100% !important;
		display: block;
	}	
	.minibox_left {
		padding: 15px 0 0 0;
		width: 100%;
	}
	.minibox_right {
		padding: 15px 0 0 0;
		width: 100%;
	}
	.insidebox_main {
		display: block;
	}
	.insidebox_left {
		padding-right: 0px;
	}
	.insidebox_right {
		padding-left: 0px;
	}
}

/* FROM 360 TO 410  */
@media only screen and (max-width: 410px) {	
	
/*	menu*/
	.logo_size {
		width:140px;
		height:28px;
	}
	.main_menu_sub {
		width: 100%;
	}
	.main_menu_sub_left {
		width:80%;
		margin-left:6%;
	}
	.main_menu_tab {
		display:none;
	}
	.main_menu_sub_right {
		justify-content: flex-end;
		padding:0 20px 0 0;
	}	
	#webmenu {
		display: none;
	}
	#mobilemenu {
		display: flex;
	}
	.main_menu {
		height:65px;
	}	
	button.actmenu0 {
		padding:8px 16px;
		font-size:13px;
	}
	button.actmenu0a {
		padding:8px 16px;
		font-size:13px;
	}
	button.actmenu1 {
		padding:8px 16px;
		font-size:13px;
	}
	
/*	Presentation*/
	.pres_text1 {
		font-size:18px;
		padding:10px 0 0 0;
	}
	.pres_text2 {
		font-size:48px;
		margin:20px 20px 15px 20px;
	}
	.pres_text3 {
		font-size:20px;
		line-height:30px;
		width:90%;
		padding: 0 5% 1% 5%;
	}
	.pres_main {
		height:auto;
		padding: 0 0 50px 0;
	}
	.pres_page_title {
		font-size:42px;
		padding: 5px 20px 0 20px;
	}
	.pres_page {
		padding:80px 0 0 0;
		text-align:center;
	}
	.line_top_page1 {
		margin:40px 0 0 0; 
	}
	.page_text1 {
		display:flex;
		font-size:18px;
		padding:15px 0 0 0;
	}
	.page_subtitle1 {
		display:none;
	}
	
/* block */
	.block_sub {
		width:100%;
		display:block;
		padding:40px 0 0 0;
	}
	.block_sub0 {
		width:100%;
		display:block;
		padding:15px 0 0 0;
	}
	.block_token_left {
		width:100%;
		margin: 0;
	}
	.block_token_right {
		display:block;
		width:100%;
	}
	.block_token_left3 {
		width:100%;
		margin: 0;
	}
	.block_token_right3 {
		display:block;
		width:100%;
	}
	.blue_title {
		font-size:32px;
		padding: 0 0 8px 20px;
		line-height:42px;
	}
	.blue_title_sub {
		font-size:22px;
		padding:0 0 6px 20px;
		line-height: 32px;
	}
	.text_para1, .text_para1_left, .text_para1_right {
		font-size:19px;
		line-height:29px;
		padding: 0 20px;
	}
	.text_para_title {
		font-size:26px;
		padding:15px 0 0 20px;
	}
	.text_para_title1 {
		font-size:30px;
		padding:15px 0 0 20px;
	}
	.text_para_title1a {
		font-size:30px;
		padding:0px 20px 0 20px;
	}
	.text_para_title2 {
		font-size:23px;
		padding:15px 0 5px 20px;
	}
	.text_para_title3 {
		font-size:27px;
		padding:15px 0 5px 20px;
	}
	.orgs_img_wrap {
		height:220px;
	}
	
/*	box*/
	.main_box {
		padding:30px 26px 10px 36px;
		margin: 50px 20px 20px 20px;
	}
	.main_box1 {
		padding:30px 26px 10px 36px;
		margin: 60px 20px 20px 20px;
	}
	.main_box2 {
		margin: 30px 20px 20px 20px;
	}	
	.box_text_title {
		font-size:20px;
		margin:10px 0 12px 0;
	}
	.box_text {
		font-size:16px;
		line-height:26px;
	}
	
/*	buttons*/
	button.action,  button.action1,  button.action1a {
		padding:13px 20px;
		font-size:15px;
	}
	.text_para1_buttons {
		margin: 30px 0px 45px 20px;
	}
	.text_para1_buttons1 {
		margin: 50px 0px 45px 20px;
	}
	
/*	carousel*/
	.block_mobshedtokens {
		width:100%;
		max-width:540px;
		padding:30px 2% 10px 0%;
		margin: 0 0 0 0px;
	}
	.button_pos_car {
		margin: 0 5px;
	}
	.box_progs3a {
		padding:25px;
	}
	.box_progs_wrap1 {
		height:180px;
	}
	
/* Crumbs */
	.orgs_crumb {
		flex:1;
		margin:25px 0 0 20px;
		font-size:17px;
	}

/* Mobile Menu */
	.popmenu_list {
		display:block;
	}
	
/* Contact Form */
	.contact_field {
		width:90%;
		height:54px;
		font-size:18px;
		padding: 0 5%;
		display:flex;
	}
	.contact_area {
		width:90%;
		height:130px;
		font-size:18px;
		padding: 5%;
	}
	.contact_name {
		font-size:20px;
		color:#E9EBF1;
		padding: 20px 0 5px 3px;	
	}
	.text_para_title0 {
		padding:0 0 40px 20px;
	}
	input.contact_field::placeholder {
		font-size: 18px;
		color: #535F82;
	}
			
	/*Charts*/
	.chart_panel {
		padding: 25px 20px;
		margin: 0 20px 40px 20px;
	}
	.panel_sides {
		display:block;
	}
	.block_token_left4 {
		width:100%;
	}
	.block_token_right4 {
		width:100%;
		padding-left: 0px;
		display: block;
	}
	.box-bg {
		padding: 20px;
		height: 100%;
	}
	.box-bg1 {
		padding: 23px 32px 13px 32px;
	}
	.tradebox_name {
		padding: 0 0 15px 0;
	}
	.tradebox_title {
		padding: 0 0 10px 0;
	}
	.tradebox_text {
		padding:0 0 10px 0;
	}	
	.chart_dims {
		width: 600px;
		height: 100%;
	}
	.chart_dims {
		width: 100% !important;
		height: 100% !important;
		display: block;
	}	
	.minibox_left {
		padding: 15px 0 0 0;
		width: 100%;
	}
	.minibox_right {
		padding: 15px 0 0 0;
		width: 100%;
	}
	.insidebox_main {
		display: block;
	}
	.insidebox_left {
		padding-right: 0px;
	}
	.insidebox_right {
		padding-left: 0px;
	}
}



