:root {
	--color-black: #030304;
}

input[type=text], 
input[type=url], 
input[type=submit], 
input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

:focus {
	outline: 0;
}

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

p {
	line-height: 24pt; 
}

.upper {
	text-transform: uppercase;
}

button, 
.hrefLikeButton, 
input[type=submit], 
input[type=button] {
	box-sizing: border-box;
	font-size: 13pt;
	padding: 6px 20px 8px;
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	border:2px solid rgba(255, 255, 255, 0.5);
	/*border-radius: 100px !important; */
	border-radius: 50px; 
	text-decoration: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	/*border-bottom: 3px solid #bbb;*/
}

.btn-transparent {
	background: transparent !important;
	border: 0 !important;
	/*border: 2px solid #00803e !important;*/
	/*border-bottom: 3px solid #080 !important;*/
	color: #fff !important;
}

.btn-green {
	background: #2a851b !important;
	color: #fff !important;
}

.btn-green:disabled {
	background: #f8f8f8 !important;
	border: 2px solid #2a851b !important;
	color: #2a851b !important;
	padding: 7px 18px 9px; 
	opacity: 0.6;
	cursor: default;
}

.text-color-green {
	color: #2a851b;
}

.btn-gold {
	background: #9b8339 !important;
	color: #fff !important;
}

.btn-gold:disabled {
	background: #f8f8f8 !important;
	border: 2px solid #9b8339 !important;
	color: #9b8339 !important;
	padding: 7px 18px 9px; 
	opacity: 0.6;
	cursor: default;
}

.text-color-gold {
	color: #9b8339;
}

.btn-platinum {
	background: #aea298 !important;
	color: #fff !important;
}

.btn-platinum:disabled {
	background: #f8f8f8 !important;
	border: 2px solid #aea298 !important;
	color: #aea298 !important;
	padding: 7px 18px 9px; 
	opacity: 0.6;
	cursor: default;
}

.text-color-platinum {
	color: #aea298;
}

.btn-blue {
	background: #1babfe !important;
	color: #fff !important;
}

.btn-blue:disabled {
	background: #f8f8f8 !important;
	border: 2px solid #1babfe !important;
	color: #1babfe !important;
	padding: 7px 18px 9px; 
	opacity: 0.6;
	cursor: default;
}

.text-color-blue {
	color: #1babfe;
}

.btn-red {
	background: #e00 !important;
	color: #fff !important;
}

.btn-red:disabled {
	background: #f8f8f8 !important;
	border: 2px solid #e00 !important;
	color: #e00 !important;
	padding: 7px 18px 9px; 
	opacity: 0.6;
	cursor: default;
}

.text-color-red {
	color: #e00;
}

.green {
	color: #2a851b;
} 

.bold {
	font-weight: bold !important;
}

select, 
textarea, 
input[type=text], 
input[type=search], 
input[type=date], 
input[type=tel], 
input[type=email], 
input[type=month], 
input[type=url], 
input[type=password], 
input[type=number] {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	/*border-bottom: 3px solid #ccc;*/
	-webkit-appearance: none;
	font-size: 14pt;
	box-sizing: border-box;
	border-radius: 20px;	
	-webkit-user-select: auto; /* Safari */        
	-moz-user-select: auto; /* Firefox */
	-ms-user-select: auto; /* IE10+/Edge */
	user-select: auto; /* Standard */
	font-family: 'Roboto Condensed', sans-serif;
	/*font-fa*/mily: 'Roboto', sans-serif;
	font-weight: 300;
	display: block;
	background: rgba(255, 255, 255, 0.05);
}

input[type="month"]::-webkit-clear-button, 
input[type="date"]::-webkit-clear-button, 
input[type="time"]::-webkit-clear-button, 
input[type="month"]::-ms-clear, 
input[type="date"]::-ms-clear, 
input[type="time"]::-ms-clear {
    display: none;
}

select {
	background: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat center right 10px;
	padding-right: 40px; 
}

input[type=number] {
	text-align: right;
}

input[type="checkbox"].on-off-checker:after {
	display: block;
	border-radius: 100px; 
	width: 26px; 
	height: 26px; 
	position: absolute;
	top: 4px; 
	left: 4px; 
	background: #ccc;
	content: '';
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker:before {
	display: block;
	border-radius: 100px;
	border: 2px solid #ccc;
	background: #eee;
	width: 60px;
	height: 30px;
	content: '';
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker:checked:after {
	left: 33px; 
	background: #2a851b;
}

input[type="checkbox"].on-off-checker:checked:before {
	border: 2px solid #2a851b;
	background: #eaede5;
}

input[type="checkbox"].on-off-checker {
	position: relative;
	width: 68px;
	height: 40px;
	padding: 0;
	margin: 0 3px;
	top: 2px;
	line-height: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
}

input[type="checkbox"].on-off-checker-smaller:after {
	display: block;
	border-radius: 100px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 5px;
	background: #ccc;
	content: '';
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker-smaller:before {
	display: block;
	border-radius: 100px;
	border: 2px solid #ccc;
	background: #eee;
	width: 50px;
	height: 26px;
	content: '';
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.4s;
}

input[type="checkbox"].on-off-checker-smaller:checked:after {
	left: 27px;
	background: #2a851b;
}

input[type="checkbox"].on-off-checker-smaller:checked:before {
	border: 2px solid #2a851b;
	background: #eaede5;
}

input[type="checkbox"].on-off-checker-smaller {
	position: relative;
	width: 54px;
	height: 30px;
	padding: 0;
	margin: 0 3px;
	top: 2px;
	line-height: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
}

html, 
body {
	padding: 0;
	margin: 0;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 12pt; 
	color: #eee; 
	min-height: 100vh; 
	overflow: hidden;
	overflow-y: auto;
	background: #000; 
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

h1 {
	font-size: 2.6em; 
}

h1.line-top {
	border-top: 2px solid rgba(0, 0, 0, 0.06);
	padding-top: 30px; 
	margin-bottom: -40px; 
}

#main-bg-video > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100vh;
	object-fit: cover;
	object-position: center;
	display: block;
}

#main-bg-video > div.video-fade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100vh;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
}

.home-title {
	/*text-align: center;*/
	padding: 20px; 
}

.home-title h2, 
#main-bg-video > article h2 {
	font-weight: normal;
	/*max-width: 800px; */
	margin: auto;
	line-height: 50px; 
}

.home-title h1, 
#main-bg-video > article h1 {
	font-size: 4.2em;
	font-family: 'Source Serif Pro', serif;
	font-weight: normal;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	/*margin-bottom: 1.5em;*/
}

#main-bg-video > article {
	position: absolute;
	text-align: left;
	top: 130px;
	left: 50px;
	/* bottom: 10vw; */
	width: calc(50vw - 50px);
	color: #fff;
	z-index: 2;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#main-bg-video {
	/*position: fixed;*/
	position: relative;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100vh;
}

.main-content > div {
	position: relative;
	background: #000;
}

.main-content {
	position: relative;
	z-index: 1; 
	/*padding-top: 100vh;*/
}

.main-content-distanced > div {
	padding: 40px 20px 60px; 
}

a.brand {
	font-size: 26pt;
	letter-spacing: 5px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

header > div ul li i, 
header > div ul li a {
	display: block;
	padding: 10px 20px; 
	color: #fff; 
	text-decoration: none;
	font-size: 14pt; 
}

header > div ul li ul {
	position: absolute;
	top: 35px; 
	right: 10px;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px 0 10px 10px;
	display: none;
}

header > div ul li:hover ul {
	display: block;
}

header > div ul li {
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}

header > div ul li.language-selector {
	float: right;
}

header > div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

header > div table tr td:first-child {
	width: 30px; 
	white-space: nowrap;
}

header > div table td {
	padding: 0;
}

header > div table {
	border-spacing: 15px; 
	width: 100%; 
}

header > div {
	max-width: 1200px; 
	margin: 0 auto;
	padding: 5px; 
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	z-index: 10;
}

#nav-icon {
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 26px 30px;
	cursor: pointer;
	z-index: 10;
	width: 18px;
	height: 14px;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 30px;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 15px;
}

#nav-icon span:nth-child(2) {
	top: 26px;
}

#nav-icon span:nth-child(3) {
	top: 37px;
}

html.to-menu-opened #nav-icon span:nth-child(1) {
	top: 25px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

html.to-menu-opened #nav-icon span:nth-child(2) {
	opacity: 0;
	left: 50px;
}

html.to-menu-opened #nav-icon span:nth-child(3) {
	top: 25px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.main-achors {
	position: relative;
	top: -82px; 
}

section.main {
	padding: 50px 0 80px;
	margin: 0;
	position: relative;
	display: block;
}

section.main.wpft-future {
	padding-top: 100px;
}

.regular-content {
	max-width: 1200px; 
	margin: 0 auto; 
	padding: 20px; 
}

.regular-content-smallest {
	max-width: 860px; 
}

.wpft-about h1 {
	margin-top: 0;
}

.wpft-about h2 {
	margin-top: 0;
	font-weight: normal;
}

.wpft-about > div {
}

.wpft-about > div > table.about-wpft > tbody > tr > td:nth-child(1) img {
	width: 300px; 
}

.wpft-about > div > table.about-wpft > tbody > tr > td:nth-child(1) {
	width: 250px; 
	padding-right: 100px; 
}

table.about-our-project > tbody > tr > td:nth-child(1) label {
	transform-origin: 0 0;
	transform: rotate(270deg);
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	white-space: nowrap;
	font-size: 22pt; 
	color: rgba(0, 0, 0, 0.4);
}

table.about-our-project > tbody > tr > td:nth-child(2) {
	line-height: 26pt; 
	padding-left: 10px; 
}

table.about-our-project > tbody > tr > td:nth-child(1) {
	width: 50px; 
	padding-right: 10px; 
	position: relative;
}

table.about-our-project > tbody > tr > td hr {
	padding: 0;
	margin: 0;
	height: 2px; 
	width: 200px; 
	border-left: 50px solid #9b8339;
	background: #aea298;
}

table.about-our-project > tbody > tr > td, 
.wpft-about > div > table.about-wpft > tbody > tr > td {
	padding: 0;
	vertical-align: top;
}

table.about-our-project {
	padding-top: 30px; 
}

table.about-our-project, 
.wpft-about > div > table.about-wpft {
	margin: 0 -20px; 
	width: calc(100% + 40px); 
	border-spacing: 20px; 
}

.wpft-about {
	background: #000;
	color: #eee; 
}

.line-left {
	margin: 20px auto 20px 0;
	padding: 0;
	height: 2px; 
	width: 100px; 
	background: #aea298;
	border: 0;
}

.wpft-about ul li::before {
	content: " "; 
	background: #9b8339;
	display: inline-block;
	margin-left: -30px; 
	margin-right: 10px; 
	position: relative;
	width: 11px; 
	height: 11px; 
	border-radius: 2px; 
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.wpft-about ul li {
	margin: 15px 0;
	padding: 0;
	font-weight: bold;
}

.wpft-about ul {
	margin: 10px 0 5px 28px; 
	list-style: none;
	padding: 0;
}

.wpft-ecosystem h1, 
.wpft-grow h1 {
	margin-top: 0;
	text-align: center;
}

.wpft-grow-texts td h2 {
	text-align: center;
	padding: 15px; 
	margin: 0 0 10px; 
	background: rgba(0, 0, 0, 0.1)
}

.wpft-grow-texts td {
	vertical-align: top;
	padding: 0;
	width: 50%; 
}

.wpft-grow-texts {
	margin: 0 -40px; 
	width: calc(100% + 80px); 
	border-spacing: 40px; 
}

.wpft-grow-images td.regular img, 
.wpft-grow-images td.final img {
	height: 80px; 
}

.wpft-grow-images td.arrow-right img {
	width: 60px; 
}

.wpft-grow-images td {
	text-align: center;
	font-weight: bold;
}

.wpft-grow-images {
	margin: 0 -10px; 
	width: calc(100% + 20px);
	border-spacing: 10px; 
}

.wpft-grow {
	background: #aea298;
	color: #333;
}

.wpft-ecosystem {
	background: #9b8339;
	color: #333;
}

.flip-card-container {
	text-align: center;
	margin: 0 -20px;
}

.flip-card {
	background-color: transparent;
	width: 210px;
	height: 210px;
	margin: 10px; 
	/*border: 1px solid #f1f1f1;*/
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	display: inline-block;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

.flip-card-front label {
	color: #fff; 
	font-size: 14pt; 
}

.flip-card-front img {
	height: 100px; 
	margin: 30px auto 20px;  
	display: block;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #222;
	color: black;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px; 
}

.flip-card-back a {
	font-size: 10pt; 
	padding: 6px 12px;
}

/* Style the back side */
.flip-card-back {
	background-color: #555;
	color: white;
	transform: rotateY(180deg);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 10px; 
	padding-top: 40px; 
}

#future-container span {
	color: #000;
	-webkit-text-fill-color: #000;
	text-fill-color: #000;
}

#future-container label {
	position: absolute;
	width: 2000px; 
	top: 100px; 
	left: 0;
}

#future-container {
	padding: 100px 0 0px; 
	font-size: 100px; 
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 2px #fff;
	text-fill-color: #fff;
	text-stroke: 2px #fff;
	font-weight: bold;
	font-family: Tahoma;
	width: 100vw; 
	overflow: hidden;
	height: 70px; 
}

.wpft-roadmap > div > table > tbody > tr > td:nth-child(2), 
.wpft-meet table tr td:nth-child(2) {
	padding-left: 100px; 
	position: relative;
}

.wpft-roadmap > div > table > tbody > tr > td:nth-child(1), 
.wpft-meet table tr td:nth-child(1) {
	width: 200px; 
}

.wpft-roadmap > div > table > tbody > tr > td, 
.wpft-meet table td {
	padding: 0;
	vertical-align: top;
}

.regular-use h1 label, 
.wpft-meet table h1 label {
	color: #9b8339;
}

.regular-use h1, 
.wpft-roadmap table h1, 
.wpft-meet table h1 {
	margin-top: 8px; 
	white-space: nowrap;
	font-size: 40pt; 
}

.regular-use h1 {
	color: #fff; 
	text-transform: uppercase;
}

.wpft-roadmap > div > table, 
.wpft-meet table {
	width: calc(100% + 40px); 
	margin: -20px -20px 0;
	border-spacing: 20px; 
}

.wpft-meet {
	background: #333;
}

div.copyright {
	text-align: center;
	font-size: 11pt; 
}

footer > div ul li a {
	padding: 5px 20px 5px 0;
	margin: 2px; 
	text-align: left;
	display: block;
}

footer > div ul li {
	margin: 1px; 
	padding: 0;
}

footer > div ul h3 {
	color: #9b8339;
	font-size: 14pt; 
	text-transform: uppercase;
	text-align: left;
}

footer > div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer > div table td {
	vertical-align: top;
}

footer > div table {
	width: 100%; 
	border-spacing: 20px; 
}

footer > div {
	max-width: 1200px; 
	margin: 0 auto; 
	position: relative;
	text-align: center;
	padding: 20px 0 40px; 
}

footer {
	background: #000; 
	padding: 80px 0 0;
}

.main-sharings a {
	margin: 20px 20px; 
}

.main-sharings {
	font-size: 32px; 
}

.roadmap-item h2 label:nth-child(1) {
	display: inline-block;
	width: 35px; 
	padding-bottom: 10px; 
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.roadmap-item h2 label:nth-child(2) {
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	padding: 0 0 10px 20px;
	margin-left: 25px; 
}

.roadmap-item h2 {
	margin: 0 0 20px -80px; 
	padding: 0; 
	position: relative;
}

.roadmap-item h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	top: 31px;
	left: 38px;
	border-radius: 10px;
	background: #777;
	border: 4px solid #000;
}

.roadmap-item ul {
	list-style: none;
	padding: 0 0 30px;
	margin: 0;
}

.roadmap-item {
	border-left: 5px solid rgba(255, 255, 255, 0.4);
	margin: 0 0 0 50px; 
	position: relative;
	padding: 0 20px 20px 30px; 
}

.roadmap-item:last-child ul {
	padding-bottom: 0;
}

.roadmap-item:last-child {
	padding-bottom: 0;
}

.roadmap-item:nth-child(1) {
	border-left-color: rgba(255, 128, 128, 0.5);
	margin-top: 20px; 
}

.roadmap-item:nth-child(2) {
	border-left-color: rgba(128, 255, 128, 0.5);
}

.roadmap-item:nth-child(3) {
	border-left-color: rgba(128, 128, 255, 0.5);
}

.roadmap-item:nth-child(4) {
	border-left-color: rgba(200, 180, 170, 0.5);
}

.common-table > tbody > tr > td:last-child {
	padding-left: 60px; 
	line-height: 26pt;
}

.common-table > tbody > tr > td:first-child img {
	width: 160px; 
	display: block;
	margin: 20px 0 0;
}

.common-table > tbody > tr > td:first-child h1 {
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	white-space: initial;
}

.common-table > tbody > tr > td:first-child {
	white-space: nowrap;
	width: 200px; 
}

.common-table > tbody > tr > td {
	vertical-align: top;
}

.common-table {
	border-spacing: 20px; 
	margin: 0 -20px; 
	width: calc(100% + 40px);
}

.main-distance-50 {
	height: 50px; 
}

.ecosystem-footer a label {
	font-size: 8pt; 
	display: block;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.ecosystem-footer a {
	display: inline-block;
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 110px;
}

.ecosystem-footer img {
	display: inline-block;
	margin: 10px; 
	width: 60px; 
}

.ecosystem-footer {
	margin: 30px 0; 
	text-align: center;
}

.main-content.main-content-platinum > div {
	background-color: #aea298;
}

.main-content-platinum {
	background-color: #aea298;
	color: #333;
}

.main-content.main-content-gold > div {
	background-color: #9b8339;
}

.main-content-gold {
	background-color: #9b8339;
	color: #333;
}

.main-content.main-content-light-grey > div {
	background-color: #ccc;
}

.main-content-light-grey {
	background-color: #ccc;
	color: #333;
}

.main-content.main-content-dark-grey > div {
	background-color: #777;
}

.main-content-dark-grey {
	background-color: #777;
	color: #333;
}

.main-content .about-mission h2, 
.main-content .about-solution h2, 
.main-content .about-vision h2, 
.main-content .about-industry h2 {
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.main-content .about-mission, 
.main-content .about-solution, 
.main-content .about-vision, 
.main-content .about-industry {
	padding-bottom: 250px; 
	background-repeat: no-repeat;
	background-size: 180px 180px; 
	background-position: center bottom 50px;
}

.main-content .about-mission {
	background-image: url(/images/about/x-mission.svg);
}

.main-content .about-solution {
	background-image: url(/images/about/x-solution.svg);
}

.main-content .about-vision {
	background-image: url(/images/about/x-vision.svg);
}

.main-content .about-industry {
	background-image: url(/images/about/x-industry.svg);
}

.main-content-common-ecosystem > div label, 
.main-content-common-ecosystem > div, 
.main-content-common-ecosystem {
	background: #9b8339;
	color: #333; 
	font-weight: bold;
}

table.about-our-project {
	margin: -50px -20px 0;
}

.thrusted-partners img {
	margin: 20px 10px; 
	height: 60px; 
	display: inline-block;
	padding: 10px; 
	/*background: rgba(255, 255, 255, 0.6); */
	border-radius: 10px; 
}

.thrusted-partners img.size-1 {
	margin: 35px 10px; 
	height: 40px; 
	padding: 5px 10px; 
}

.thrusted-partners img.size1 {
	margin: 20px 10px; 
	height: 70px; 
	padding: 5px 10px; 
}

.thrusted-partners img.size2 {
	margin: 5px 10px; 
	height: 100px; 
	padding: 5px 10px; 
}

.thrusted-partners {
	margin: 60px 0 10px; 
	padding: 0;
	text-align: center;
}

.wpft-thrusted {
	color: #333; 
	background: #ccc; 
	text-align: center;
}

.image-container img {
	width: 160px; 
	height: 160px; 
	margin: 0 20px; 
	border-radius: 1000px; 
}

.image-container {
	text-align: center;
}

.team-container a img {
	width: 100%; 
	border-radius: 10px 10px 10px 10px; 
	transition: all 0.4s;
}

.team-container a:hover img {
	border-radius: 10px 10px 0px 0px; 
}

.team-container a label {
	display: block;
	font-weight: bold;
	position: absolute;
	top: 320px; 
	left: 0;
	width: 100%; 
	line-height: 20pt; 
}

.team-container a span {
	display: block;
	font-weight: normal;
}

.team-container a {
	position: relative;
	width: 210px; 
	display: inline-block;
	margin: 10px; 
	padding: 0 0 85px; 
	transition: all 0.4s;
	border-radius: 10px; 
}

.team-container a:hover {
	background: #444;
}

.team-container {
	margin: 10px -20px 20px; 
	text-align: center;
}

.input-container label {
	display: block;
	margin: 0 0 5px 5px; 
	font-size: 10pt; 
	color: #aaa; 
}

.input-container hr {
	padding: 0;
	margin: 20px 0;
	height: 2px; 
	background: rgba(255, 255, 255, 0.4);
	border: 0;
}

.input-container textarea {
	min-height: 140px; 
}

.input-container textarea, 
.input-container input {
	width: 100%; 
	color: #fff; 
}

.input-actions, 
.input-container {
	margin: 10px 0 20px; 
}

.input-actions {
	text-align: right;
}

.regular-use-container > div img.blank {
	width: 100%; 
	display: block;
}

.regular-use-container > div img:not(.blank) {
	width: 100%; 
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.regular-use-container > div p {
	position: relative;
	top: -35px; 
}

.regular-use-container > div {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%; */
	text-align: center;
}

.regular-use-container > img {
	display: block;
	width: 100%; 
}

.regular-use-container {
	position: relative;
	margin: 30px 60px 10px; 
}

#set-list label {
	padding: 5px 14px; 
	border-radius: 50px; 
	font-size: 12pt; 
	margin: 2px; 
	cursor: pointer;
	background: rgba(255, 255, 255, 0);
	transition: all 0.5s;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	opacity: 0.4;
}

#set-list label:hover {
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	opacity: 0.9;
}

#set-list label.step-click-selected {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	opacity: 1;
}

#set-list {
	padding: 0;
	margin: 0 0 50px; 
	text-align: center;
	line-height: 30pt; 
}

.use-arrows.use-prev {
	left: -30px; 
}

.use-arrows.use-next {
	right: -30px; 
}

.use-arrows {
	position: absolute;
	top: 50%;
	font-size: 40pt;
	display: block;
	padding: 10px;
	margin: -50px 0;
	cursor: pointer;
}

.use-mouse-cls-1 {
	fill: #fff;
	stroke: #231f20;
}

.use-mouse-cls-1, .use-mouse-cls-2 {
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.use-mouse-cls-2 {
	fill: #d1d3d4;
	opacity: .33;
	stroke: #ed1c24;
}

#use-mouse {
	width: 60px; 
	position: absolute;
	top: 50%; 
	left: 50%; 
	transition: all 1s;
	opacity: 0;
}

#use-mouse-click {
	opacity: 0;
}

.expl-use-container {
	text-align: center;
	margin: -50px 0 60px; 
	font-size: 10pt; 
}


@media screen and (max-width: 680px) {

	.hide-from-mobile {
		display: none;
	}

	#nav-icon {
		display: block;
	}

	header > div ul li a {
		padding: 20px 20px 20px 30px; 
	}

	header > div ul li:last-child {
		padding-bottom: 20px; 
	}

	header > div ul li {
		display: block;
	}

	header > div ul {
		overflow: hidden;
		max-height: 0;
		transition: all 0.5s;
		position: absolute;
		left: 0;
		top: 82px; 
		width: 100%; 
		background: rgba(0, 0, 0, 0.7); 
		backdrop-filter: blur(8px);
	}

	html.to-menu-opened header > div ul {
		max-height: 100vh;
	}

	#main-bg-video > article h2 {
		font-weight: normal;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%; 
		font-size: 15pt; 
		line-height: initial;
	}

	.wpft-about > div > table.about-wpft > tbody > tr > td {
		width: 100% !important;
		display: block;
		padding: 0 !important;
	}

	.wpft-about h1 {
		text-align: center;
	}

	.wpft-about > div > table.about-wpft > tbody > tr > td:nth-child(1) {
		text-align: center;
		padding-bottom: 20px !important; 
	}

	.wpft-about > div > table.about-wpft > tbody > tr > td:nth-child(1) img {
		margin: 0 auto; 
	}

	.oveflow-content {
		width: 100%; 
		overflow: hidden;
		overflow-x: auto;
	}

	.wpft-roadmap > div > table > tbody > tr > td {
		display: block;
		width: 100%; 
		padding: 0 !important;
	}

	.common-table > tbody > tr > td:first-child h1 {
		font-size: 15pt; 
	}

	.common-table > tbody > tr > td:first-child img {
		width: 90px; 
	}

	.common-table > tbody > tr > td:first-child {
		width: 100px; 
	}

	.common-table > tbody > tr > td:last-child {
		padding-left: 10px; 
	}

	header > div ul li.language-selector i {
		display: none;
	}

	header > div ul li.language-selector {
		margin-top: 30px; 
		float: none;
	}

	header > div ul li ul li {
		display: inline-block;
	}

	header > div ul li ul {
		position: relative;
		top: 0; 
		right: initial;
		white-space: nowrap;
		background: transparent;
		display: inline-block;
	}

	.wpft-meet table td {
		width: 100% !important;
		display: block;
		padding: 20px 0 !important;
	}

	#main-bg-video > article {
		position: relative;
		top: initial;
		left: initial;
		width: initial;
	}

	#main-bg-video > article h1, 
	#main-bg-video > article h2 {
		position: relative;
		top: initial;
		left: initial;
		text-align: center;
	}

	.video-distance {
		height: 100vh !important; 
		position: relative !important;
	}

	#main-bg-video {
		height: initial;
	}

	table.about-our-project {
		margin: -50px -20px 0 -120px;
		width: calc(100% + 120px);
	}

	.wpft-grow-texts td {
		display: block;
		width: 100%; 
		padding-bottom: 40px; 
	}

	footer > div table td {
		display: block;
		width: 100%; 
		text-align: center;
		padding: 20px; 
	}

	footer > div ul li a {
		padding: 10px; 
		text-align: center;
	}

	footer > div ul h3 {
		text-align: center;
	}

	.image-container img {
		width: calc(50vw - 70px); 
		height: calc(50vw - 70px); 
		margin: 20px; 
	}

	.team-container a {
		width: calc(50vw - 30px);
	}

	.team-container a label {
		top: 65vw;
	}

}

