@charset "utf-8";
/* CSS Document */

/*
Theme Name: Sol Strategies
Theme URI: https://helloplural.co/
Author: Plural
Author URI: https://helloplural.co/
Description: Sol Strategies
Version: Número de versión (p.e. 1.0)
License: Licencia (p.e. GNU General Public License v2 or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: etiquetas
Text Domain: Identificador para hacer tu tema traducible
*/




@font-face {
    font-family: 'TomatoExtraLight';
    src: url('css/fonts/TomatoGroteskExtraLight.eot');
    src: url('css/fonts/TomatoGroteskExtraLight.eot') format('embedded-opentype'),
         url('css/fonts/TomatoGroteskExtraLight.woff2') format('woff2'),
         url('css/fonts/TomatoGroteskExtraLight.woff') format('woff'),
         url('css/fonts/TomatoGroteskExtraLight.ttf') format('truetype'),
         url('css/fonts/TomatoGroteskExtraLight.svg#TomatoGroteskExtraLight') format('svg');
}


@font-face {
    font-family: 'TomatoLight';
    src: url('css/fonts/TomatoGroteskLight.eot');
    src: url('css/fonts/TomatoGroteskLight.eot') format('embedded-opentype'),
         url('css/fonts/TomatoGroteskLight.woff2') format('woff2'),
         url('css/fonts/TomatoGroteskLight.woff') format('woff'),
         url('css/fonts/TomatoGroteskLight.ttf') format('truetype'),
         url('css/fonts/TomatoGroteskLight.svg#TomatoGroteskLight') format('svg');
}



@font-face {
    font-family: 'Tomato';
    src: url('css/fonts/TomatoGroteskRegular.eot');
    src: url('css/fonts/TomatoGroteskRegular.eot') format('embedded-opentype'), url('css/fonts/TomatoGroteskRegular.woff2') format('woff2'), url('css/fonts/TomatoGroteskRegular.woff') format('woff'), url('css/fonts/TomatoGroteskRegular.ttf') format('truetype'), url('css/fonts/TomatoGroteskRegular.svg#TomatoGroteskRegular') format('svg');
}
@font-face {
    font-family: 'TomatoMedium';
    src: url('css/fonts/TomatoGroteskMedium.eot');
    src: url('css/fonts/TomatoGroteskMedium.eot') format('embedded-opentype'), url('css/fonts/TomatoGroteskMedium.woff2') format('woff2'), url('css/fonts/TomatoGroteskMedium.woff') format('woff'), url('css/fonts/TomatoGroteskMedium.ttf') format('truetype'), url('css/fonts/TomatoGroteskMedium.svg#TomatoGroteskMedium') format('svg');
}
@font-face {
    font-family: 'TomatoBold';
    src: url('css/fonts/TomatoGroteskBold.eot');
    src: url('css/fonts/TomatoGroteskBold.eot') format('embedded-opentype'), url('css/fonts/TomatoGroteskBold.woff2') format('woff2'), url('css/fonts/TomatoGroteskBold.woff') format('woff'), url('css/fonts/TomatoGroteskBold.ttf') format('truetype'), url('css/fonts/TomatoGroteskBold.svg#TomatoGroteskBold') format('svg');
}


@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/HelveticaNeueLTProRoman.eot');
    src: url('css/fonts/HelveticaNeueLTProRoman.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTProRoman.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTProRoman.woff') format('woff'), url('css/fonts/HelveticaNeueLTProRoman.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTProRoman.svg#HelveticaNeueLTProRoman') format('svg');
}
@font-face {
    font-family: 'HelveticaLt';
    src: url('css/fonts/HelveticaNeueLTProLt.eot');
    src: url('css/fonts/HelveticaNeueLTProLt.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTProLt.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTProLt.woff') format('woff'), url('css/fonts/HelveticaNeueLTProLt.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTProLt.svg#HelveticaNeueLTProLt') format('svg');
}
@font-face {
    font-family: 'HelveticaMd';
    src: url('css/fonts/HelveticaNeueLTProMd.eot');
    src: url('css/fonts/HelveticaNeueLTProMd.eot') format('embedded-opentype'), url('css/fonts/HelveticaNeueLTProMd.woff2') format('woff2'), url('css/fonts/HelveticaNeueLTProMd.woff') format('woff'), url('css/fonts/HelveticaNeueLTProMd.ttf') format('truetype'), url('css/fonts/HelveticaNeueLTProMd.svg#HelveticaNeueLTProMd') format('svg');
}











body, html {
	padding: 0;
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 18px;
	color: #191919;
	font-family: "Inter", sans-serif;
	background-color: #000;
	}


body{
	overflow-x: hidden;
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{
	text-decoration:none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


:focus, a:focus {
    outline: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.hidden{
	display: none!important
}

/*------------------------------------------------------------------

	COLOR

-------------------------------------------------------------------*/



:root {
    --color-lavander: #797DE1;
	 --hscale: 100px;  /*para h1, h2...*/
	--ml: calc(((100vw - var(--container)) / 2) + 15px);
	--text: 18px;
	--text20: 20px;
}

/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #6a2311;
    border: none;
    padding: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #333;
}





/*LOADER --------------------------------------*/


.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img {
    width: 128px;
    height: auto;
}

.loader > video {
	width: 128px;
	height: 128px;
}


.loader dotlottie-wc {
    width: 170px;
    height: auto;
}
body.preloader{
	overflow: hidden;
    height: 100% !important;
    position: fixed;
}













/*HEADER --------------------------------------*/
header {
    padding: 40px 0;
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: 3;
}


nav.navbar>div:first-child, nav.navbar>div:last-child {
    width: 24%;
    text-wrap: nowrap;
}

div#logo {
    width: auto;
}

div#logo a {
    width: 100%;
    display: flex;
	gap: 8px;
    align-items: center;
}

/* div#logo a {
    display: block;
} */

div#logo a img:first-child {
    transform: translateY(-2px);
}

/* div#logo a img:first-child {
    height: 92%;
    transform: translateY(-4px);
    margin-right: 10px;
} */

div#logo a {
    height: 33px;
}

div#logo a img {
    max-height: 100%;
}




/*------------------------------------------------------------------

	NAVBAR COLLAPSE

-------------------------------------------------------------------*/

body.menuopen {
    overflow: hidden;
    position: relative;
    /* height: 100% !important; */
}


body .bodycerrar {
    background-color: rgb(34 34 34 / 70%);
    mix-blend-mode: multiply;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

body.menuopen .bodycerrar {
    opacity: 0.9;
    z-index: 6;
    transition: all 0.3s ease-out;
}

div#navbar {
	position: fixed;
	top: 0;
	right: 100vw;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 9;
	padding: 110px 10px 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	opacity: 0;
	border-radius: 0 0 0 0;
	display: block;
/* 	padding-left: calc(((100vw - var(--container)) / 2) + 15px); */
	padding-right: calc(((100vw - var(--container)) / 2) + 15px);
}

.navbar-expand-lg .navbar-toggler {
	display: block;
	position: absolute;
	right: 0;
   }

button.navbar-toggler {
	width: 40px;
	height: 24px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
button.navbar-toggler span.line {
	background-color: #fff;
	width: 100%;
	height: 2px;
	display: block;
   }

button.navbar-toggler span.line + .line {
	/* margin-top: 10px; */
	}


body.white:not(.single-team) button.navbar-toggler span.line {
	background-color: #000;
}

body.white:not(.single-team) .menuopen.white button.navbar-toggler {
    filter: none;
}



#logo, button.navbar-toggler {
    position: relative;
    z-index: 11;
}


.navbar-expand-lg .navbar-nav {
	flex-direction: column;
	padding-top: 40px;
	padding-left: 30px;
   }

.navbar-collapse {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

#navbar .navbar-nav>li{
	margin: 0;
	border-bottom: 1px solid #000;
}

#navbar .navbar-nav>li>a{
	padding: 30px 0px;
	font-size: 24px;
	letter-spacing: 1px;
	display: block;
   }
.menuopen button.navbar-toggler span.line{
	background-color: #fff
}



#logo .logo, button.navbar-toggler{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.menuopen #logo .logo, .menuopen button.navbar-toggler {
    filter: invert(1);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


body.white .menuopen button.navbar-toggler {
    filter: invert(1);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}





#navbar .navbar-nav {
    height: 100%;
/*     padding-top: 80px; */
	flex-wrap: nowrap;

}

#navbar .navbar-nav>li>a {
	color: #000;
	font-family: "TomatoLight";
	font-size: 90px;
	font-style: normal;
	font-weight: 300;
	line-height: 90%;
	letter-spacing: -1.969px;
	padding: 30px 0px 30px;
	flex-grow: 1;
}

#navbar .navbar-nav>li>a:hover{
	color: var(--color-lavander);
}

#navbar .navbar-nav>li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

/* #navbar .navbar-nav>li:after {
    content: '';
    display: block;
    width: 37px;
    height: 50px;
    background-image: url(images/arrow-right.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */




#navbar .navbar-nav>li>a:hover, #navbar .navbar-nav>li.current-menu-item a {
    text-stroke: 0;
    text-stroke: 0.7px #fff;
    -webkit-text-stroke: 0;
    opacity: 1;
    filter: alpha(opacity = 100);
}

/*------------------------------------------------------------------

	GENERAL

-------------------------------------------------------------------*/


h1,h2,h3,h4,h5,h6{
	font-family: 'TomatoLight';
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, p strong, p b, li strong, li b, strong{
	font-family: 'TomatoBold';
}



h1{
	font-size: calc(var(--hscale) - 10px);  /* 120px */
	line-height: 100%; /* 120px */
	letter-spacing: -3.6px;
}

h2{font-size: calc(var(--hscale) - 40px); /* 80px */  }
h3{font-size: calc(var(--hscale) - 50px); /* 70px */ }
h4{font-size: calc(var(--hscale) - 60px); /* 60px */ }
h5{font-size: calc(var(--hscale) - 68px); /* 52px */}
h6{font-size: calc(var(--hscale) - 84px); /* 36px */}


.dark p, .dark li, .dark a,
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
	color: #fff
}

.text-center p, .center p, .text-center :is(h1, h2, h3, h4, h5, h6), .center :is(h1, h2, h3, h4, h5, h6){
	text-align: center;
}


.text20 p, p.text20{
	font-size: var(--text20);
}

.uppercase p{
	text-transform: uppercase;
}


.pre {
    opacity: 0.8;
	font-size: 15px;
}



.pre p{
	font-size: 15px;
}




.center{
	margin-left: auto;
	margin-right: auto;
}

.w-small {
    max-width: 360px;
}

.w-medium{
	max-width: 560px;
}

.w-prelarge {
    max-width: 900px;
}


.w-large{
	max-width: 1120px;
}




.img-responsive{
	max-width: 100%;
}



.btn{
	border-radius: 40px;
	display: flex;
	background-color: var(--color-lavander);
	padding: 12px 40px;
	color: #fff;
	border: 2px solid var(--color-lavander);
	display: inline-block;
	font-weight: 400;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



.btn.white{
	background-color:  #fff;
    color: #000;
	border-color: #fff;
}


.btn.border{
	background-color:  transparent;
    color: #fff;
	border-color: #fff;
}


.btn.dark {
    background-color: #000;
    border-color: #000;
}



.btn:hover, .btn.white:hover, .btn.border:hover {
    background-color: transparent;
    color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

 .btn.border:hover {
    background-color: #fff;
	color: #000;
}


.btn.dark:hover {
    background-color: transparent;
    border-color: #000;
	color: #000;
}


.btn.btnarrow {
    padding-right: 6px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px 3px 20px;
    line-height: normal;
}


.btn .arrow-bg {
    margin-left: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}



.cta {
    display: flex;
    gap: 20px;
    justify-content: center;
}



.img.bg img, img.bg{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.colml{
	margin-left: var(--ml);
}

.colpl {
    padding-left: var(--ml);
}


/*------------------------------------------------------------------

	HERO

-------------------------------------------------------------------*/

#hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 152px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: visible;
    z-index: 2;
}

#hero .pinear{
    position: absolute;
	z-index: -1;
}

#hero h1 {
    margin-bottom: 40px;
}

#hero p{
    line-height: 170%;
    font-family: 'HelveticaLt';
    font-size: 16px;
}


#hero .cta{
	margin-top: 40px;
}

#ball {
    position: absolute;
    z-index: -1;
    top: -140px;
    left: 0;
	--wball: 1000px;
    width: var(--wball);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc((100% - var(--wball)) / 2);
}




.heroBall{
    position: absolute;
    z-index: -1;
    top:0;
	transform: scale(1);
	opacity: 0.01;
	clip-path: circle(60% at 50% 80%);
	width: 100%;
}


.heroBall img{
	width: 100%;
}






/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/



section{
	padding: 160px 0;
}


section.white{
	background-color: #fff;
}


section p, section li{
	font-size:  var(--text);
	line-height: 155%; /* 155.556% */
}


section .text p + p {
    margin-top: 20px;
}


.dark .arrow.invert {
    filter: invert(1);
}



#focus {
    position: relative;
    height: 100vh;
	z-index: 3;

}





#focus .bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	object-fit: contain;
	-webkit-transition: 1.4s;
	-moz-transition: 1.4s;
	-o-transition: 1.4s;
	transition: 1.4s;
}


#focus .bg.fondoNo {
    opacity: 0
}

#focus .container {
    position: relative;
    z-index: 5;
}



#focus .content:not(.title-content) {
    padding: 50px 0;
    /* border-top: 1px solid #fff; */
}

.content.title-content {
    padding-bottom: 60px;
}

#focus h4 {

}


#focus .num {
    font-size: 150px;
    line-height: 105%;
    color: #fff;
    font-family: 'Tomato';
    letter-spacing: -8.1px;
    margin-right: 60px;
    position: relative;
    top: 3px;
}


#focus .text {
	margin-top: 13px;
    max-width: 460px;
}


#focus .text p.text20 strong{
	font-family: 'TomatoMedium';
}

#focus .content + .content {
/*    border-top: 1px solid #fff;*/
}

.w-semi {
    max-width: 550px;
}

#focus .content {
	display: flex;
    position: relative;
}



#focus .arrow {
    position: absolute;
    right: 2%;
    bottom: 20px;
}

#focus p, #why p, #owlInvest p, #purchase p, #team p, #team .first{
	font-family: 'Helvetica';
}


#why {
    position: relative;
    height: 100vh;
	z-index: 3;
	width: 100;
	overflow: hidden;
	padding: 100px 0 0;
}

.gradient-space{
	padding: 100px 0;
    background: linear-gradient(180deg, rgba(81, 49, 198, 0.00) 60%, #5133C6 100%)!important;
    margin-top: -130px;
}


#why .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
	top:0;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#why .bg .video {
     width: 480px;
    position: relative;
    left: 20px;
}

#why .container {
    padding-left: 60px;
    position: relative;
    z-index: 1;
}

#why h4{
    margin-bottom: 70px ;
}


#why .num {
    font-family: "Tomato Grotesk";
    font-size: 70px;
    line-height: 105%;
    color: #fff;
    font-family: 'Tomato';
	text-wrap: nowrap;
}

#why .content .item {
    padding: 30px 0 50px;
}

#why .content + .content .item {
    border-top: 1px solid #4D4D4D;
}



#invest {
    position: relative;
	height: auto;
    padding-top: 200px;
	background-image: url(images/invest-bg.webp);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
	overflow: hidden;
}





#invest:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 81.75%, #5133C6 93%);

}





#invest .container{
	position: relative;
	z-index: 2;
	mix-blend-mode: multiply;
}


#invest a.btn.btnarrow {
	position: absolute;
    top: calc((100% - 54px) / 2);
    left: 8%;
    background-color: #000;
    border-color: #000;
    padding: 3px 10px 3px 33px;
	color: #fff;
	font-family: 'Tomato';
	display: none
}

#invest .btn.btnarrow .arrow-bg {
    background-color: transparent;
}



#owlInvest {
    margin: 50px 0 0;
}



#owlInvest .owl-item .slide{
	position: relative;
	left: -140px;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	transition: 1.1s;
}

#owlInvest .owl-item.active.center.firstactiveitem  .slide{
	text-align: center;
	margin: 0;
	left: 0;
}

#owlInvest .owl-item h2{
	text-align: center;
	margin: 0;
}


#owlInvest .owl-item {
    opacity: 0;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	transition: 1.1s;
}


#owlInvest .owl-item .content{
    opacity: 0;
	-webkit-transition: 1.1s;
	-moz-transition: 1.1s;
	-o-transition: 1.1s;
	transition: 1.1s;
}

#owlInvest .owl-item.active.lastactiveitem {
    opacity: 0.3;
}

#owlInvest .owl-item.active.center.firstactiveitem, #owlInvest .owl-item.active.center.firstactiveitem .content{
    opacity: 1;
}

#owlInvest .owl-item .img.bg {
    height: 230px;
    width: 170px;
    margin: 0 auto 40px;
}


#owlInvest .owl-item:last-child .img.bg {
    width: 210px;
}


#owlInvest .owl-item .img.bg img {
    object-fit: contain;
}




#owlInvest .owl-nav {
    position: absolute;
    top: calc((100% - 290px) / 2);
    display: flex;
    justify-content: space-between;
    width: 550px;
    left: calc((100% - 550px) / 2);
}


#owlInvest .owl-nav button > div {
    width: 55px;
    height: 29px;
    filter: invert(1);
    background-image: url(images/arrow-carousel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


#owlInvest .owl-nav button.owl-prev > div {
    transform: rotate(180deg);
}


.owl-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 40px;
	margin-top: 30px;
}


.owl-carousel button.owl-dot {
    border-radius: 22px;
    border: 1px solid #797DE1!important;
    width: 16px;
    height: 16px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6;
}


.owl-carousel button.owl-dot.active {
    background-color: #797DE1;
}



#owlInvest .owl-nav button{
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

#owlInvest button.owl-prev.disabled {
    opacity: 0;
}

#owlInvest button.owl-next.disabled {
    opacity: 0;
}



.table {
	text-align: left;
    margin: 0;
    border-top: 1px solid #000;
    font-family: "HelveticaLt", sans-serif;
}

.table .first {
    width: 14%;
}

.table .last {
    width: 33%;
    text-align: right;
}

.table .central {
    width: 43%;
}

.table .item {
    padding: 25px 0 20px;
    border-bottom: 1px solid #000;
    font-size: 22px;
}



.dark .table, .dark .table .item {
    border-bottom: 1px solid #fff;
}

.dark .table, .dark .table .item:last-child {
    border-bottom: 1px solid transparent;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dark .table {
    color: #fff;
}



.hodl-script {
    display: flex;
    max-width: 960px;
    margin: 80px auto 0;
    flex-direction: column;
    gap: 48px;
}

.hodl-marquee {
    max-width: 1120px;
    margin: auto;
}



#partners {
    background: linear-gradient(180deg, #FFF 0.1%, #5133C6 22.42%, #000 32.79%);
    padding-top: 230px;
	padding-bottom: 80px;
}


.marquee {
    --gap: 100px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

#partners .marquee {
    --gap: 140px;
	margin-top: 90px;
}


.marquee__content {
	flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
    animation: scroll 65s infinite linear;
    color: #fff;
	align-items: center;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}








#partners .marquee__content li img{
	margin: 0 auto;
	max-height: 50px;
}






#team {
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}


#team .table {
    margin-top: 170px;
}

#team .table .first {
    width: 20%;
}

#team .table .item {
    font-size: 16px;
    color: #fff;
    padding:  33px 0 30px;
    padding-right: calc(((100vw - var(--container)) / 2) + 15px);
	position: relative;
}

#team .table .item .d-flex {
    align-items: center;
}

#team .table .last {
    width: 10%;
    justify-content: flex-end;
    gap: 10px;
}

#team .table .link {
    text-decoration: underline;
}



#team .table .imgHover {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
/* 	height: 50px; */
    min-width: 300px
}


#future {
    padding-bottom: 0;
}

#team .table .imgHover img.swipeimage {
    border-radius: 15px;
    background: lightgray 50% / cover no-repeat;
    background-blend-mode: luminosity;
    position: absolute;
    top: 0;
	left: 0;
    width: 170px;
    height: auto;
    aspect-ratio: 3 / 3.7;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    filter: grayscale(1);
/*	transform: translateX(-50%) translateY(-50%);*/
}


#future .img {
    margin-top: -150px;
    position: relative;
    z-index: 0;
}

#future .container{
	position: relative;
	z-index: 2;
}














/*------------------------------------------------------------------

	home 2

-------------------------------------------------------------------*/




#holdings {
   position: relative;
}


#holdings .bgHoldings{
    background-image: url(images/holdings-bg.webp);
    background-size: cover;
    background-position: center;
	background-position: center top;
    background-repeat: no-repeat;
   	position: absolute;
	 width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 1;
}

#holdings .bgHoldings:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 10%);
    position: absolute;

}

#holdings .container{
	position: relative;
	z-index: 3;
}


#holdings .cards {
    display: flex;
    gap: 20px;
    padding-bottom: 160px;
    margin-top: 70px;
	margin: 0 auto;
    max-width: 766px;
    justify-self: center;

}

#holdings .cards .card {
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
	width: 100%;
}

#holdings .cards .card-in {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
/*     aspect-ratio: 4 / 5; */
	    aspect-ratio: 5 / 3;
	align-items: center;
}



#holdings .card .title {
    color: #000;
    font-family: "TomatoLight";
    font-size: 53px;
    font-weight: 300;
    line-height: normal;
}


#holdings .card  a.link {
    color: #000;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 144%; /* 18.125px */
    text-align: left;
    text-decoration: underline;
}

#holdings .card .center {
    margin-bottom: 30px;
}

#holdings .card .num {
    color: #000;
    font-family: "Tomato";
    font-size: 78px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
}


#holdings .card .disclaimer {
	font-size: 14px
}

#holdings .card .num .symbol {
	font-family: "TomatoExtraLight";
	line-height: 135%;
}

#holdings .card .num .number {
}

#holdings .card .cad {
    font-size: 21px;
    font-weight: 400;
    line-height: 144%;
    text-transform: uppercase;
    margin-top: -5px;
}

#holdings .logos {
    gap: 30px;
	flex-wrap: wrap;
}

#holdings a.btn.dark {
    font-size: 14px;
    padding: 10px 40px;
}

#validator {
    background-image: url(images/validators-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-color: #F5F5F5;
}


#validator .title-content {
    margin-bottom: 90px;
}




#validator h2 {
    font-size: 75px;
}



#validator .logos {
/*    gap: 70px;*/
	justify-content: space-between;
	margin: 0 50px;
}



#validator .logos > div img{
    max-height: 45px;
    width: auto;
    margin: 0 auto;
    display: block;
}

#validator .logos > div img{
    max-height: 64px;
    width: auto;
    margin: 0 auto;
    display: block;
}


#validator .logos > div:last-child img {
    max-height: 45px;
}



#validator .pre p {
    font-size: 22px;
    font-weight: 300;
}



#validator .api {
    margin-top: 309px;
    margin-bottom: 257px;
}

/* #validator .api .table {
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 79px;
	position: relative
} */

#validator .api .table {
    display: flex;
	flex-direction: column;
	gap: 48px;
}

.num.fadeinUp {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media(min-width: 1280px) {
	#validator .api .table {
   display: flex;
	flex-direction: row;
		align-items: center;
	gap: 48px;
}
}

/* #validator .api .table:after {
    content: '';
    width: 100vw;
    left: -106px;
    top: 56px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: calc((((100vw - var(--container)) / 2) + 15px) * -1);
} */

#validator .api .table .content {
	margin-top: 5px;
}

#validator .api .table .column {
    -ms-flex-preferred-size: 0;
    flex-basis: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


#validator .table {
	padding-top: 48px;
}

#validator .api .table .title {
/*    border-bottom: 1px solid #000;*/
    color: #000;
    font-family: "TomatoLight";
    font-size: 50px;
    margin-bottom: 0;
    padding-bottom: 6px;
}


#validator .api .table .num{
	margin-bottom: 9px;
    font-family: 'Tomato';
    font-size: 144px;
}



#validator .api .table .num .symbol, #validator .api .table .num .letter {
    font-family: 'TomatoExtraLight';
}




#validator .api .table .num .number  {
    /* font-size: 152px; */
}




#validator .api .table .cad {
    font-family: 'Inter';
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
}


#validator .solana {
    max-width: 1110px;
}


#validator .solana h4 strong {
    font-weight: inherit;
    font-family: 'Tomato';
    color: #fff;
    padding: 0 9px;
	border-radius: 69px;
    background: #591FE4;
}


#invest {
    position: relative;
    height: auto;
    padding-top: 160px;
    background-image: none;
}
#invest:before{
	display: none;
}








/*------------------------------------------------------------------

	ABOUT

-------------------------------------------------------------------*/



.page-about #hero .pinear {
    z-index: -1;
    width: 100%;
    height: calc(100% + 152px);
    top: -152px;
    overflow: hidden;
}


.page-about #hero .bg.pinear img{

}


.page-about #hero .pinear > img {
    position: absolute;
    width: 61%;
    mix-blend-mode: lighten;
}

.page-about #hero .pinear > img.ball1 {
    top: -547px;
    left: 40%;
    width: 41%;
}



.page-about #hero .pinear > img.ball2 {
    top: 20%;
    right: -11%;
}


.page-about #hero .container {
    position: relative;
    z-index: 2;
}




.page-about #hero .arrow {
    position: absolute;
    bottom: 40px;
    left: calc(((100vw - var(--container)) / 2) + 15px);
}

.page-about #hero .arrow img {
    width: 27px;
}






/*------------------------------------------------------------------

	CONTACT

-------------------------------------------------------------------*/



.btn.btnarrow.black {
    background-color: #000;
    border-color: #000;
}

.btn.btnarrow.black:hover {
	background-color: #fff;
    border-color: #fff;
    color: #000;
}


#contact-description {
	margin-bottom: 40px;
}

.page-contact #hero .bg.pinear {
    top: -170px;
}


.page-contact #hero
 .content-title {
    position: relative;
    max-width: 970px;
}

.rotate-wrapper{
	position: absolute;
    right: 0;
    top: -56px;
}


.rotate {
	display: block;
    width: 100%;
    animation: rotate-animation 10s infinite linear;
}


@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}



section#form {
    position: relative;
    z-index: 2;
	padding-bottom: 0;
}


.form {
    color: #fff;
}


.form > .row {
	margin-left: -50px;
	margin-right: -50px;
}
.form > .row > [class*="col-"]{
   padding-left: 50px;
	padding-right: 50px;
}


.form .num {
    font-size: 18px;
    color: #B2B2B2;
    font-family: 'Tomato';
    width: 70px;
}

label {
    font-size: var(--text20);
    font-family: 'Tomato';
    margin-bottom: 20px;
	display: block;
}

.form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    border-color: rgba(178, 178, 178, 0.50);
    padding: 30px 0;
    color: #B2B2B2;
    font-size: calc(var(--text) - 4px);
    font-family: 'Tomato';
	margin-top: 20px;
}

.form-group {
/* 	margin-bottom: 110px; */
/* 	margin-bottom: 60px; */
    width: 100%;
}

.col-sm-6.d-flex.btn-submit-contact-form {
    margin-top: 40px;
}

.form-control:focus {
    background-color: transparent!important;
    border-color: #fff;
    color: #B2B2B2;
    box-shadow: none;
}


input:autofill {
  	background-color: transparent!important;
    border-color: #fff;
    color: #B2B2B2;
    box-shadow: none;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    -webkit-text-stroke-color: #000 !important;
    -webkit-text-fill-color: #fff !important;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}





.form-control::-webkit-input-placeholder{
	   color:#B2B2B2;
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:#B2B2B2;
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:#B2B2B2;
	}

.form-control:-ms-input-placeholder{
	   color:#B2B2B2;
	}




.form-control:focus::-webkit-input-placeholder {
	   color:transparent;
	}

.form-control:focus:-moz-placeholder { /* Firefox 18- */
	   color:transparent;
	}

.form-control:focus::-moz-placeholder {  /* Firefox 19+ */
	   color:transparent;
	}

.form-control:focus:-ms-input-placeholder {
	   color:transparent;
	}




.wpcf7-validation-errors, .wpcf7-mail-sent-ok,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	margin: 0;
	margin-top: 4px;
    border: none !important;
	}


/*------------------------------------------------------------------

	INVESTORS

-------------------------------------------------------------------*/



.page-investors #hero{}

.page-investors #hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(81, 49, 198, 0.00) 68.75%, #5133C6 100%);
}



.page-investors #hero .container {
    position: relative;
    z-index: 2;
}


.page-investors #hero .pinear {
    z-index: -1;
    background-image: url(images/invest-herobg.png);
    background-repeat: repeat;
    width: 100%;
    height: calc(100% + 152px);
    top: -152px;
    overflow: hidden;
}

.page-investors #hero .bg.pinear img{

}


.page-investors #hero .pinear > img {
    position: absolute;
    width: 46%;
    mix-blend-mode: lighten;
}

.page-investors #hero .pinear > img.ball1 {
    top: -410px;
    left: 10%;
    width: 41%;
}

.page-investors #hero .pinear > img.ball3 {
    right: -130px;
    top: -50px;
}

.page-investors #hero .pinear > img.ball2 {
    bottom: -430px;
    left: 4%;
}





section .border-content{
	padding-bottom: 60px;
}


section .border-content + .border-content{
    border-top: 1px solid #FFF;
    padding-top: 30px;
    margin-top: 50px;
}

#financial .table {
    border-top: 0;
}

#financial .table .item {
    padding: 32px 0;
}




#financial .text.content p {
    line-height: 130%;
}


#financial .text.content p strong {
    color: var(--color-lavander);
}

#financial .text.content p + p{
	margin-top: 6px;
}



#financial a.underline{
	border-bottom: 1px solid #fff;
}



#financial a.underline:hover{
    border-color: var(--color-lavander);
	color: var(--color-lavander);
}


#financial a:hover {
	color: var(--color-lavander);
}


/*------------------------------------------------------------------

	BLOG

-------------------------------------------------------------------*/


section.blog {
    padding-top: 100px;
}



body.blog #hero .pinear {
    top: -152px;
    left: 0;
    margin: 20px;
    overflow: hidden;
    border-radius: 13px;
	height: calc(100vh - 40px);
}

body.blog #hero .pinear:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
	z-index: 1;
}


body.blog #hero .pinear img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.blog #hero {
    align-items: flex-end;
    padding-bottom: 100px;
}

body.blog #hero h3 {
    line-height: 110%;
}

body.blog #hero .meta p {
    font-size: 18px;
}

body.blog #hero .author p {
    color: var(--color-lavander);
}




body.blog #hero .meta p {
    font-size: 17px;
}

.author p {
    color: var(--color-lavander);
}

body.blog #hero {align-items: flex-end;padding-bottom: 100px;}

body.blog #hero h3 {
    line-height: 110%;
	height: 198px;
    overflow: hidden;
}

body.blog #hero .txt {
    height: 110px;
    overflow: hidden;
}

.tags-content {
    justify-content: flex-end;
    gap: 25px;
}


.tag {
    color: #fff;
    padding: 7px 20px;
    display: table;
    border-radius: 57px;
    border: 1px solid #FFF;
}

a.tag:hover {
    background-color: #fff;
    color: #000;
}



body.blog #hero .tag {
    margin-bottom: 60px;
}

body.blog #hero .tag {
    display: none;
}

body.blog #hero .tag:first-child {
    display: table;
}



.blogs-content {

}


#owlBlog {
    height: 510px;
	/*overflow: hidden;*/
}


/*
#owlBlog .owl-stage-outer {
    margin-right: 20px;
}
*/
#owlBlog .owl-item {
	height: 100%;
    padding-bottom: 130px;
}


#owlBlog .slide {
/*	display: block;*/
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 23px;
    overflow: hidden;

	width: auto;
	--owlh: 320px;
	height:var(--owlh);
	background-image: url(images/contact-heroBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*
#owlBlog div#post-27 {
    display: none;
}

#owlBlog .owl-item:has(#post-27){
	display: none

}
*/

#owlBlog .slide .img{
    border-radius: 23px;
    overflow: hidden;
	width: 100%;
	height: var(--owlh);
	position: relative;
	display: block;
}


#owlBlog .slide .img.bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    top: unset;
	bottom: 0;
	opacity: 0;
    border-radius: 0px 0px 23px 22px;
    background: linear-gradient(180deg, rgba(81, 49, 198, 0.00) 68.75%, #5133C6 100%);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}


#owlBlog .slide:hover .img.bg:after {
    bottom: 0;
	opacity: 1
}


#owlBlog .slide.Portrait .img {
	display: block;
    width: auto;
    aspect-ratio: 2.4 / 3;

}


#owlBlog .slide.Landscape .img {
    width: auto;
    aspect-ratio: 3 / 2;
}




#owlBlog .slide .img img{
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}


#owlBlog .slide:hover .img img{
	transform: scale(1.1);
	transform-origin: center;
}





#owlBlog .slide .content {
    position: absolute;
    width: 100%;
    height: 100px;
    top: var(--owlh);
    left: 0;
    margin-top: 20px;
	overflow: hidden;
}

#owlBlog .slide .tag {
    font-size: 13px;
    margin-bottom: 15px;
}


#owlBlog .slide .tag {
    display: none;
}

#owlBlog .slide .tag:first-child {
    display: table;
}

#owlBlog .slide .text a {
    font-size: 22px;
	line-height: normal;
}


#owlBlog .slide .text a:hover {
    color: #fff;
    opacity: 0.7;
}


#owlBlog .owl-nav, #team-carousel .owl-nav {
	position: relative;
    top: -6px;
    height: 100%;
    width: 118px;
    /* background-color: #000; */
    display: flex;
    color: #fff;
    justify-content: flex-end;
    gap: 8px;
    align-items: end;
    padding-bottom: 176px;
    padding-right: 0;
    transform: translateX(30px);
}


#owlBlog .owl-nav .arrow-bg, #team-carousel .owl-nav .arrow-bg {
    background-color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    display: block;
	background-image: url(images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#owlBlog .owl-nav .arrow-bg.prev, #team-carousel .owl-nav .arrow-bg.prev {
	transform: rotate(180deg);
}


#owlBlog .owl-nav button, #team-carousel .owl-nav button{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


#owlBlog .owl-nav button:hover, #team-carousel .owl-nav button:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------

	CATEGORY

-------------------------------------------------------------------*/


.category-contents {
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: 'Helvetica';
}

.category-contents .content + .content {
    border-top: 1px solid #fff;
}




.category-contents h6{
	font-family: 'Helvetica';
}

.category-contents .content {
    padding: 70px 0;
	display: block;
}


.col-sm-6.d-flex {
    justify-content: flex-end;
}

.category-contents .img.bg {
    border-radius: 13px;
    overflow: hidden;
	height: 230px;
	background-image: url("images/contact-heroBg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}



.category-contents .img.bg img{
    -webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.category-contents .content:hover .img.bg img{
	transform: scale(1.2);
}






.category-contents .title-content {
    padding-left: 20px;
}






.pagination {
    margin: 50px 0;
    border: 0;
    justify-content: center;
}

.pagination .nav-links {
    display: flex;
    gap: 30px;
    color: #fff;
}

.pagination .nav-links a {
    color: #fff;
}

a.next.page-numbers {
    padding-left: 20px;
}


.pagination h2 {
    display: none;
}

.pagination a.next.page-numbers,
.pagination a.prev.page-numbers{
	position: relative;
    width: 67px;
    height: 30px;
}




.pagination a.next.page-numbers:after,
.pagination a.prev.page-numbers:after{
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000 url(images/arrow-pagination.svg) no-repeat center;
    background-size: 40px auto;
}


.pagination a.prev.page-numbers:after {
    transform: rotate(180deg);
}

.pagination a:hover{
	opacity: 0.7
}

.pagination span.page-numbers.current {
    color: var(--color-lavander);
}





/*------------------------------------------------------------------

	SINGLE

-------------------------------------------------------------------*/

body.white:not(.single-team){
	background-color: #fff;
}


body.white:not(.single-team) div#logo img:last-child,
body.white:not(.single-team) #owlBlog .owl-nav .arrow-bg img,
body.white:not(.single-team) #owlBlog .slide .content .text,
body.white:not(.single-team) .tag,
body.white:not(.single-team) footer .row.contact a img,
body.white:not(.single-team) footer .sol img.logofooter{
    filter: invert(1);
}

body.white:not(.single-team) .navbar-nav>li>a {
    color: #000;
}


body.white:not(.single-team) .navbar-nav>li>a:hover,
body.white:not(.single-team) .navbar-nav>li.current-menu-item a {
    text-stroke: 0.7px #000;
    -webkit-text-stroke: 0.7px #000;
}


body.white:not(.single-team) .btn.btnarrow:hover {
    background-color: transparent;
    color: var(--color-lavander);
}

body.white:not(.single-team) .btn.btnarrow:hover {
    background-color: transparent;
    color: var(--color-lavander);
}


body.white:not(.single-team) footer .row.contact a,
body.white:not(.single-team) footer .row.contact p{
	color: #000;
}

body.white:not(.single-team) footer .row.contact a:hover{
	color: var(--color-lavander);
}


body.white:not(.single-team) #owlBlog .owl-nav{
/*	background-color: #fff;*/
}


body.white:not(.single-team) #owlBlog .owl-nav .arrow-bg {
    background-color: var(--color-lavander);
}


body.white:not(.single-team) footer{
	background-color: #F8F8F8;
}


body.white:not(.single-team) footer,
body.white:not(.single-team) footer p,
body.white:not(.single-team) footer p.copy,
body.white:not(.single-team) footer a {
    color: #000;
}



/*
body.white .tag{
	color: #000;
	border-color: #000;
	background-color: transparent;
}
body.white a.tag:hover{
	color: #fff;
	background-color: #000;
	border-collapse: #000;
}
*/

.white-content .container {
    position: relative;
}

.white-content .metas {
    position: absolute;
    width: 100%;
}




.single .white-content .metas a.tag {}

.single .white-content .metas a.tag + a.tag {
    margin-top: 10px;
}





.single-wrapper {
    margin: 0 auto;
    max-width: 1190px;
}


.single-wrapper .title-content {
    margin-bottom: 80px;
}



.single-wrapper {
    margin: 0 auto;
    max-width: 1090px;
}

.single-wrapper .thumbnail {
    border-radius: 30px;
    overflow: hidden;
	width: auto;
    display: inline-block;
}


.single-wrapper .thumbnail .img img{
	height: auto
}



.single-wrapper .thumbnail + .single-content {
    border-top: 1px solid #B2B2B2;
    margin-top: 100px;
    padding-top: 90px;
}

.single-content p + p {
	margin-top: 30px;
}


.single-wrapper .title-content p, .single-wrapper .single-content p {
    font-family: 'Helvetica';
}

.single-content p {
    font-size: 16px;
}



.single-content :is(h1, h2, h3, h4, h5, h6) {
    color: var(--color-lavander);
    font-family: "Helvetica";
    font-size: 22px;
    letter-spacing: 0;
    display: block;
    margin: 50px 0;
}




.page-financials h5{
	padding-left: 40px;
    padding-bottom: 40px;
}

.page-financials #financial .table {
    display: flex;
	flex-wrap: wrap;
}

.page-financials #financial .table .item {
    margin: 0 40px;
    width: calc(50% - 80px);
}





.single-content table {
    margin: 10px 0;
    width: 100%;
}

.single-content table tr {
    line-height: 130%;
}









/*------------------------------------------------------------------

	LEGALS

-------------------------------------------------------------------*/



.single-content  ul li {
    position: relative;
    padding-left: 25px;
}

.single-content ul {
    margin: 5px 0 10px;
}



.single-content  ul li:before {
    position: absolute;
    content: '•';
    left: 0;
    top: -1px;
    display: block;
    font-size: 19px;
}

.single-content ul li ul li:before {
    content: '°';
    top: 5px;
}


ol {
    list-style-type: auto;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
    padding: 140px 0 0px;
    line-height: 23px;
    color: #fff;
}

footer .container {
    position: relative;
    z-index: 2;
}

footer .contact p.text20 {
    margin-bottom: 20px;
}


footer .navbar-nav>li>a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 150%;
}
footer .contact p, footer .contact li {
    line-height: 150%;
	margin: 0;
}

footer .contact .follow {
    gap: 10px;
}

footer a:hover {
    color: var(--color-lavander);
}


footer .sol{
	padding-top: 190px;
	width: 100%;
	background: linear-gradient(180deg, rgba(81, 49, 198, 0.00) 68.75%, #5133C6 100%);
}

footer .sol img{
	width: 100%;
}



footer .copyright .col-sm-6 ul, footer .copyright .col-sm-6 > div.d-flex {
    display: flex;
    gap: 30px;
	letter-spacing: 0.343px;
}



footer .copyright {
    padding: 40px 0 40px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.343px;
}

footer p.copy {
    padding-top: 50px;
    font-size: 8px;
    line-height: 127%;
}

footer .copyright .col-sm-6 > div.d-flex {
    justify-content: flex-end;
}








/*------------------------------------------------------------------

	SINGLE TEAM

------------------------------------------------------------------- */



body.single-team {
    background-color: #000;
    background-image: url(images/singleteamBg.webp);
    background-position: right top;
	background-repeat: no-repeat;
	background-size: 80%;
}




body.single-team #team {
    padding-top: 0;
}


body.single-team .title {
    margin-top: 50px;
}


body.single-team .col-img {
    width: 430px;
}

body.single-team .col-img .img {
    max-width: 85%;
    height: auto;
	aspect-ratio: 4 / 5;
	border-radius: 15px;
	overflow: hidden;
}

body.single-team .col-img .img img, .owl-carousel .owl-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
/* 	filter: grayscale(1); */
}

body.single-team, body.single-team h2, body.single-team p {
	color: #fff;
}


body.single-team .role p {
    font-size: 20px;
}

body.single-team .bio {
    justify-self: end;
    display: flex;
    justify-content: flex-end;
    max-width: 616px;
    margin-top: 100px;
}


body.single-team .bio p {
    line-height: 126%;
}


#team-carousel {
    margin-top: 100px;
}

#team-carousel .img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3.3;
    overflow: hidden;
    border-radius: 16px;
}

#team-carousel .text {
    margin-top: 30px;
}

#team-carousel .text h6 {
    color: #fff;
    font-size: 30px;
    font-family: 'Tomato';
    margin-bottom: 7px;
}



#team-carousel .owl-dots {
    display: none;
	}







/*------------------------------------------------------------------

	404

------------------------------------------------------------------- */

body.error404 {
   background: url(images/e404.webp) #000 0px -255.068px / 100% 153.783% no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
}

#e404 {
    overflow: hidden;
    height: calc(100vh - 103px);
    position: relative;
}
#e404 .sectioncardin{
	display: flex;
    align-items: center;
}

body.error404 .container{
	z-index: 1;
	position: relative;
}

body.error404 #cta, body.error404 footer {
    display: none;
}



#e404 h1 {
	font-size: 160px;
    font-weight: 500;
    line-height: 92%;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-family: 'Tomato';
}


#e404 h6 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 127%;
    font-family: 'Tomato';
	margin-bottom: 5px;
}

#e404 p {
    font-size: 15px;
}

#e404 .cta {
    display: flex;
    gap: 20px;
    justify-content: center;
	margin-top: 50px;
}

#e404 a.btn {
    background-color: transparent;
    padding: 9px 32px;
    font-family: 'TomatoLight';
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 83px;
    text-transform: uppercase;
}

#e404 a.btn:hover {
    background-color: #fff;
    color: #000;
}




@media only screen and (min-width: 768px) {
	:root {
    --container: 720px;
	}
	.container {
	max-width: var(--container);
	}
}

@media only screen and (min-width: 768px) {
	:root {
    --container: 720px;
	}
}
@media only screen and (min-width: 992px) {
	:root {
/*     --container: 960px; */
    --container: 1250px;
		
	}
}



@media only screen and (min-width: 1200px) {
	:root {
    --container: 1170px;
	}

}



/*para que se vea en 1440 y + */
@media only screen and (min-width: 1390px) {
	:root {
    --container: 1290px;
	}
}


/* para que se vea en 1512 y poquito + */
@media only screen and (min-width: 1490px) {
	:root {
    --container: 1350px;
	}
/*
	header .container {
	max-width: 95%;
	}
*/
}




/* para que se vea en 1680 y + */
@media only screen and (min-width: 1590px) {
	:root {
    --container: 1500px;
	}

}

/* para que se vea en 1680 y + */
@media only screen and (min-width: 1720px) {
	:root {
    --container: 1700px;
	 --hscale: 100px;
	}

	#owlBlog .slide.Landscape .img {
    aspect-ratio: 3.2 / 2;
	}
	#owlBlog .slide.Portrait .img {
    aspect-ratio: 2.4 / 3;
	}
	#owlBlog .slide {
    --owlh: 358px;
	}
	#owlBlog .owl-nav, #team-carousel .owl-nav {
    width: 154px;
	}

	#owlBlog .owl-stage-outer {
    width: 1520px;
	}
}



@media only screen and (max-width: 1680px) {
	:root {
     --hscale: 100px;
	}


	h1{font-size: calc(var(--hscale) - 10px);  /* 100px */}

	h2{font-size: calc(var(--hscale) - 30px); /* 70px */  }
	h3{font-size: calc(var(--hscale) - 40px); /* 60px */ }
	h4{font-size: calc(var(--hscale) - 50px); /* 50px */ }
	h5{font-size: calc(var(--hscale) - 60px); /* 42px */}
	h6{font-size: calc(var(--hscale) - 74px); /* 26px */}

	.single-wrapper {
    max-width: 1040px;
	}



}




@media only screen and (max-width: 1512px) {
	:root {
	--hscale: 85px;
	--text: 16px;
	--text20: 18px;
    }

	h2{font-size: calc(var(--hscale) - 25px); /* 60px */  }
	h3{font-size: calc(var(--hscale) - 30px); /* 55px */ }
	h4{font-size: calc(var(--hscale) - 40px); /* 45px */ }
	h5{font-size: calc(var(--hscale) - 53px); /* 32px */}
	h6{font-size: calc(var(--hscale) - 57px); /* 28px */}

	#ball {
	--wball: 880px;
	top: -120px;
	}

	#why .bg .video {
    width: 420px;
	}


	#focus .num {
    font-size: 120px;
    letter-spacing: -3px;
    top: 12px;
	}


	#hero p {
    font-size: 17px;
	}

	.w-medium {
    max-width: 490px;
	}
	#team .table .item {
    font-size: 14px;
	}

	.single-wrapper {
	max-width: 930px;
    }

	#owlBlog .slide {
    --owlh: 290px;
	}
	#owlBlog .slide.Portrait .img {
    aspect-ratio: 2.3 / 3;
	}

	#owlBlog .owl-nav, #team-carousel .owl-nav {
    top: -46px;
    width: 133px;
	}

	#owlBlog .owl-stage-outer {
    width: 1224px;
	}

	header .navbar-nav>li>a {
    font-size: 75px;
	}

	header .navbar-nav>li:after {
    top: 40%;
	}


	#validator .solana {
    max-width: 1000px;
	}




	#holdings .card .num {
    font-size: 70px;
	}


	.page-about #hero .pre p {
	font-size: 16px;
    }

}


@media only screen and (max-width: 1512px) and (min-height: 900px) {

	#why h4 {
	margin-bottom: 100px;
	}
	#owlBlog .slide {
    --owlh: 280px;
	}

}
@media only screen and (max-width: 1512px) and (max-height: 800px) {

	.heroBall img {
    max-width: 890px;
    margin: 80px auto;
	}
	#why .bg {
    padding-top: 100px;
	}


	#ball {
	--wball: 790px;
	top: -200px;
	}
	header .navbar-nav>li>a {
	font-size: 65px;
    }

}



@media only screen and (max-width: 1440px) {
	body, html {
    font-size: 16px;
	}
	div#logo a {
    height: 28px;
	}
	:root {
	--hscale: 80px;
	--text: 15px;
	--text20: 17px;
    }
	.btn.btnarrow {
    padding: 3px 4px 3px 20px;
	}
	.btn .arrow-bg {
    width: 40px;
    height: 40px;
    line-height: 40px;
	}
	.table .item{
	font-size: calc(var(--text) + 2px);
	}
	.w-medium {
	max-width: 460px;
    }

	#owlBlog .slide {
    --owlh: 280px;
	}
	#owlBlog .slide.Portrait .img {
    aspect-ratio: 2.2 / 3;
	}

	#owlBlog .owl-nav, #team-carousel .owl-nav {
    width: 154px;
	}

	#owlBlog .owl-stage-outer {
    width: 1200px;
	}

	.page-about #hero .pinear > img.ball1 {
    top: -487px;
	}
}



@media only screen and (max-width: 1366px) {
	#hero {
    height: calc(100vh - 152px);
    padding-bottom: 152px;
	}
	.btn-nav ul {
    min-width: inherit;
	}
	#validator .api .table .num .number {
    font-size: 119px;
	}

	#validator .solana {
	max-width: 1100px;
    }

	#validator .solana h3 {
    font-size: 47px;
	}

}





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



	.btn-nav ul {
    min-width: unset;
	}
	#why .num {
    font-size: 50px;
	}

	div#logo a {
	height: 28px;
    }

	#focus .num {
	font-size: 100px;
	margin-right: 40px;
	}
	#why .num {
    font-size: 50px;
	}
	#why .bg .video {
	width: 300px;
    }

	.page-investors #hero .pinear > img.ball1 {
    top: -270px;
	}
	.page-investors #hero .pinear > img.ball2 {
    bottom: -260px;
	}

	.white-content .metas {
    position: relative;
    margin-bottom: 50px;
	}




	#owlBlog .owl-nav, #team-carousel .owl-nav {
    padding-bottom: 276px;
	}

	#validator .solana h3 {
    font-size: 42px;
	}


	.hodl-script {
    max-width: 650px;
    margin: 80px auto 0;
	}

	#validator .logos > div:first-child {
    padding-left: 0px;
	}

} /*1199*/


@media only screen and (max-width: 1024px) {
	:root {
    --container: 960px;
	}

    #hero {
	height: calc(100vh - 140px);
	padding-bottom: 0px;
    }
	#focus .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
	}

	footer .contact [class*="col-"] {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
    }
	.tradingview-widget-container {
    max-width: 100%;
	}

	.page-about #hero .pinear > img.ball1 {
	top: -403px;
	width: 51%;
    }

	.page-about #hero .pinear > img.ball2 {
    top: 20%;
    right: -31%;
    width: 81%;
	}

}


@media only screen and (max-width: 1024px)  and (orientation:portrait){
	#ball {
	top: 0;
    }
	.heroBall{
    position: relative;
	}

	#why .bg {
    position: relative;
    height: 410px;
	margin-bottom: 40px;
	}
	#why .col-sm-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
    }
	#team {
	padding-left:calc(((100vw - var(--container)) / 2) + 15px) ;
	padding-right:calc(((100vw - var(--container)) / 2) + 15px) ;
/*		--ml: calc(((100vw - var(--container)) / 2) + 15px);*/
	}
	#team .col-sm-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}

	.page-about #hero .pinear > img.ball1 {
	top: -403px;
	width: 61%;
	left: unset;
	right: 10%;
    }
	.page-about #hero .pinear > img.ball2 {
    top: 20%;
    right: -11%;
	}
}


@media only screen and (min-width: 992px) {
	#holdings .cards {
/*     width: 766px; */
	width: 600px;
	margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
	}


	#holdings .cards .card {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	}

	#owlBlog {
	display: flex;
	}
}


@media only screen and (max-width: 991px) {
	.category-contents .title-content {
    padding-left: 0;
	}
	.category-contents .img.bg {
    margin-bottom: 60px;
	}

	div#logo {
    position: relative;
    z-index: 10;
	}


	body.white:not(.single-team) button.navbar-toggler span.line {
	background-color:#000;
	}



	.hidden-sm {
    display: none!important;
	}

	#owlBlog .owl-stage-outer {
	width: auto;
    }
	#owlBlog .owl-nav, #team-carousel .owl-nav {
	padding-bottom: 0;
	height: auto;
	top: 0;
	width: 100%;
	justify-content: center;
	transform: translateX(0px);
	margin-top: 40px;
    }

	#holdings .cards {
    flex-direction: column;
	width: 100%;
	}


	#holdings .logos img {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 36%;
	}

	nav.navbar>div:last-child {
	margin-right: 0px;
	position: relative;
	z-index: 10;
    }

	#validator .logos > div img {
    max-height: 40px;
    max-width: 240px;
	}




} /* 991 */

@media only screen and (min-width: 768px) {


	.row.col-equal {
    display: table;
	width: 100%;
	height: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: top;
	}
	.visible-xs {
    display: none!important;
	}

	#team-carousel .owl-dots, #team-carousel .owl-nav {
    display: none;
	}
} /* min 768 */


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

	.hidden-xs{
    display: none!important;
	}
	#validator .logos {
    max-width: 80%;
    margin: auto;
	}

	#validator .logos img {
    max-width: 100%;
	}

	#validator .api .table {
    gap: 50px;
	}

	#validator .api {
    margin-top: 120px;
    margin-bottom: 100px;
	}

	#validator .api .table .num .number {
	font-size: 113px;
    }

	header .navbar-nav>li>a {
	font-size: 55px;
    }

	.page-about #hero .pinear > img.ball2 {
	top: 30%;
	right: -21%;
	width: 86%;
    }

	.page-about #hero .pinear > img.ball1 {
	top: -353px;
    }

	footer .row.contact {
    gap: 30px;
	}

	.page-home #future .img {
    margin-top: -90px;
	}

	.page-about h1 {
    letter-spacing: -1.6px;
	}

	div#navbar {
    padding-left: 30px;
    padding-right: 30px;
	}
	#navbar .navbar-nav>li>a {
    font-size: 70px;
	}

	#navbar .navbar-nav>li:after {
    top: unset;
	}



	body.single-team .col-img {
    width: 40%;
	padding: 0 15px;
	}

	#validator h2 {
    font-size: 55px;
	}
	#validator .logos > div {
    width: 100%;
	}

	#validator .logos > div + div {
    margin-top: 40px;
	}

} /* max 768 */



@media only screen and (max-width: 767px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}



	#partners .marquee {
	--gap: 70px;
	}


	#partners .marquee__content {
	animation: scroll 25s infinite linear;
	}

	div#navbar {
    padding-left: 15px;
    padding-right: 15px;
	}


/* 	#validator .api .table:after{
	display: none;
	}
	#validator .api .table .content {
    margin-top: 5px;
    border-top: 1px solid #000;
	width: 100vw;
    left: -15px;
    padding: 0 15px;
    position: relative;
	} */

	#validator .api .table .column + .column {
    margin-top: 50px;
	}

	#validator .solana h4 strong {
    font-family: 'TomatoBold';
    background: transparent;
    color: #591FE4;
	padding: 0;
	}



	#focus , #why{
    height: auto;
	}

	#focus {
    padding-bottom: 0;
	}

	#why {
    padding: 0px 0 0;
	}


	#validator .logos {
    flex-direction: column;
	}

	body.single-team .col-img {
    width: 100%;
	}


	body.single-team .col-img .img {
    max-width: 100%;
    margin-bottom: 30px;
	}


	body.single-team .bio {
    margin-top: 40px;
	}

} /* 767 */



@media only screen and (min-width: 544px) {
	.visible-xxs {
    display: none;
	}
}

@media only screen and (max-width: 543px) {
/*
	body, html {
	overflow-x: hidden;
    } */


	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}

	:root {
	--hscale: 50px;
	--text: 15px;
	--text20: 17px;
    }


	h2{font-size: 44px; /* 60px */  }
	h3{font-size: 36px; /* 55px */ }
	h4{font-size: 30px; /* 45px */ }
	h5{font-size: 25px; /* 32px */}
	h6{font-size: 22px; /* 28px */}

	#focus {
    height: auto;
	padding-bottom: 40px;
	padding-top: 0;
	}

	#why {
    position: relative;
    height: auto;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    padding: 0px 0 0;
	}

	#why .col-sm-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 100%;
	max-width: 100%;
	}

	footer .contact [class*="col-"] {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }

	.rotate-wrapper {
    top: -126px;
	}

	.rotate {
    width: 130px;
	}

	.rotate img {
    max-width: 100%;
	}

	#owlInvest .owl-item .slide {
    left: 0;
	}


	div#logo a {
	height: 31px;
}
	div#logo a img{
    height: 92%;
	}

	header {
    padding: 20px 0 0;
	}

	.navbar-expand-lg .navbar-nav {
	margin: 0;
	padding-top: 0px;
    }
	.heroBall {
    transform: scale(0.5);
	}

	#focus {
	overflow: hidden;
	}

	#focus .bg {
    left: -20%;
    width: 300%;
	}

	#ball {
	--wball: 520px;
	top: 20px;
	}

	/*///////////////////////////////////*/

	#why .container {
    padding-left: 15px;
	}

	#invest .container {
    padding: 0;
	}

	#invest {
    padding-bottom: 100px;
	}

	.page-home #hodl .table {
    line-height: 140%;
    margin-top: 45px;
    margin-bottom: 105px;
	}

	.page-home #hodl .table .item {
    padding: 30px 0 25px;
	}


	#hodl .table .item {
	font-size: var(--text);
    }

	#purchase {
    padding-top: 90px;
	}

	#team {
	padding-top: 90px;
	padding-left: 15px;
	padding-right: 15px;
	}

	#team .table {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
	}

	#future {
    padding-bottom: 0;
    padding-top: 40px;
	}

	#why .content .item {
    padding: 30px 0 0px;
    border: none;
	}

	#why .content .item .text:not(.num) {
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 50px;
	}

	#team .table {
    margin-top: 80px;
	}

	header {
    z-index: 4;
	}
	.btn.btnarrow {
	margin-top: 20px;
    }

	#form {
    padding-top: 0;
	}


	.form-group {
    margin-bottom: 40px;
	}

	.page-contact #hero .bg.pinear {
    top: 80px;
    width: 200%;
    left: -10%;
	}

	footer .copyright .col-sm-6 > div.d-flex {
    justify-content: flex-start;
	}


	.category-contents h6 {
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 10px;
    margin-bottom: 20px;
	}

	.category {
    padding-top: 80px;
	}

	#validator .solana h3 {
	font-size: 25px;
    }
	#holdings .card .num {
	font-size: 60px;
	}

	#holdings .card .num .symbol {
    font-size: 52px;
	}


	#navbar .navbar-nav>li:after {
	top: unset;
	bottom: 10px;
    }

	button.navbar-toggler {
	width: 30px;
	height: 20px;;
	}

	button.navbar-toggler span.line + .line {
    margin-top: 0px;
	}

	#validator .api .table .title {
    font-size: 40px;
	}

	#validator .api .table .num .symbol, #validator .api .table .num .letter {
	font-size: 90px;
    }
	#validator .api .table .num .number {
	font-size: 94px;
    }

	#validator .api .table .cad {
    font-size: 19px;
    margin-left: 10px;
	}

	.page-about #hero .pinear > img.ball1 {
	top: -67px;
	right: -23%;
    }

	.page-about #hero .pinear > img.ball2 {
	top: 36%;
	right: -100px;
	width: 100%;
    }

	#navbar .navbar-nav>li>a {
    font-size: 35px;
    letter-spacing: -0.969px;
	}

	h1 {
    letter-spacing: -1.6px;
	}
	.page-about #hero .pre p {
	font-size: 15px;
    }

	div#logo a img:first-child {
    height: 92%;
    transform: translateY(-3px);
    margin-right: 3px;
	}

	#focus .content:not(.title-content) {
    flex-wrap: wrap;
	}

	#focus .content:not(.title-content) > div {
    flex-basis: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
	}

	#focus .num {
	max-width: 100px;
	position: relative;
	top: -1px;
	}


	#focus h4 {
	font-size: 37px;
    }

	.scrollers {
    margin-top: 50px;
	}

	.page-about .gradient-space {
    margin-top: -20px;
	}

	.page-about #team .text {
    margin-top: 40px;
	}


	#future h4 {
	font-size: 40px;
    }


	#future .img.imgData .img-responsive {
    max-width: 150%;
    position: relative;
    left: -25%;
	}


	#team .table .imgHover {
    height: 30px;
	}
	#team .table .imgHover h5 {
	font-size: 20px;
    }


	#team .table .item {
	font-size: 12px;
    }


	#holdings {
    padding-top: 0;
	}



	#team .table .last {
    width: 14%;
	gap: 4px;
	}

	.table .central {
    padding-left: 10px;
	}

	body.error404 {
    background-size: cover;
	}
	#e404 .cta {
    opacity: 1 !important;
    transform: none !important;
	}

	#e404 .sectioncardin {
    margin-top: -50px;
	}

	#e404 p, #e404 a.btn {
    font-size: 14px;
	}

	#e404 h1 {
    font-size: 140px;
	}

} /* 543 */

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

} /* 414 */

@media only screen and (max-width: 375px) {
	#holdings .cards .card {
    padding: 30px 20px;
	}
	#validator .api .table .title {
	font-size: 32px;
    }

	#validator .api .table .num .number {
	font-size: 80px;
    }


	#validator .api .table .num .symbol, #validator .api .table .num .letter {
	font-size: 74px;
    }

	#validator .solana h3 {
	font-size: 23px;
    }
}


@media only screen and (max-width: 360px) {
	header .navbar-nav>li>a {
	font-size: 30px;
    }
	#validator .solana h3 {
	font-size: 22px;
    }

	#focus .num {
	max-width: 80px;
	position: relative;
	top: 6px;
	font-size: 80px;
    }
}

@media only screen and (max-width: 320px) {
}

@media only screen and (max-height: 610px) and (orientation:landscape){

	#navbar .navbar-nav>li>a {
    font-size: 40px;
	}
}

@media only screen and (max-height: 710px) and (orientation:landscape){

	#navbar .navbar-nav {
    padding-top: 30px;
	}
	#navbar .navbar-nav>li>a {
    font-size: 60px;
	}
}


@media only screen and (max-height: 840px) and (orientation:landscape){

	#navbar .navbar-nav>li>a {
    font-size: 70px;
	}
}




@media only screen and (orientation:landscape)
	and (max-device-width: 736px) {
	#navbar .navbar-nav {
	padding-top: 0px;
	overflow: scroll;
    }

	#navbar .navbar-nav>li>a {
	font-size: 40px;
    }
}






section#upcoming-events {
    background: white;
	padding: 0px;
	padding-bottom: 160px;
}


#upcoming-top {
	padding-top: 60px;
}
.events-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 20px 0;
}

.events-header .dot {
    width: 8px;
    height: 8px;
    background: #5133C6;
    border-radius: 50%;
}

.event-label {
    color: #5133C6;
    font-size: 14px;
    margin-bottom: 16px;
}

.event-details h3 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 1.3;
}

.event-description {
    color: black;
    margin-bottom: 48px;
}

.upcoming-event-grid {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .upcoming-event-grid {
	display: flex;
    flex-direction: row;
	gap: 48px;
    justify-content: space-between;
    align-items: center;
  }
}


.event-info {
    margin-bottom: 30px;
    border-top: 1px solid black;
    border-bottom: 1px black;
}

.info-item {
    padding: 10px 0;
    border-bottom: 1px solid black;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item strong {
    display: block;
    margin-bottom: 8px;
}

.btn-webcast {
    background: #5133C6;
    color: white;
    padding: 24px 52px;
    border-radius: 1000px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-webcast:hover {
    background: #6550D4;
    text-decoration: none;
    color: white;
}

.row-event {
/*     align-items: center; */
	display: flex;
	flex-direction: column;
	gap: 32px;
}

@media (min-width: 1024px) {
	.row-event {
    align-items: center;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
}
}

@media (max-width: 991px) {
    .row-event .col-lg-6 img {
        margin-top: 40px;
        max-width: 100%;
        height: auto;
    }
}




/* INVESTOR PAGE */

.subdescription {
	max-width: 554px;
	margin: 0 auto;
		margin-top: 40px;
	text-align: center;
}
.subdescription > p > div {
font-family: Helvetica Neue;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
text-align: center;
margin: 0 auto;
	color: #A5A5A5 !important;
}

.tbox {
	visibility: hidden !important;
}

.flipbook-container {
	margin-top: 160px;
}

.btn-financial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
    height: 60px;
    background-color: var(--color-lavander);
    border: 0.88px solid #978FED;
    border-radius: 101.86px;
    color: white;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
	font-family: Inter;
font-size: 16px;
line-height: 22.4px;
letter-spacing: 0%;

}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46PX;
    height: 45PX;
    background-color: #EBEBEB;
    border-radius: 50%;
}

.btn-financial:hover {
    background-color: transparent;
    color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

}

/* Modal Base Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    outline: 0;
    align-content: center;
}

	div#signup-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    outline: 0;
    align-content: center;
}

.modal-content {
	position: relative
	overflow: scroll;
  background-color: #1a1a2e;
  background-image: linear-gradient(0deg, rgba(26, 26, 46, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%),
                    repeating-linear-gradient(90deg, rgba(70, 70, 120, 0.1) 0px, rgba(70, 70, 120, 0.1) 1px, transparent 1px, transparent 3px);
  margin: 10% auto;
  padding: 40px;
  width: 90%;
  max-width: 800px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(100, 100, 255, 0.2);
  color: white;
  font-family: Arial, sans-serif;
}

/* @media(max-width: 543px) {
	.modal-content {
		max-height: 80vh;
  overflow-y: scroll;
		overflow-x: hidden;
		padding: 20px;
	}

	.modal-content h2 {
		padding-top: 120px;
	}
} */


/* Close Button */
.close {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #f1f1f1;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #6b6bff;
}

/* Heading Styles */
.modal-content h2 {
    font-family: 'TomatoLight';
    font-weight: 300;
    font-size: 36px;
    line-height: 42.8px;
    letter-spacing: 0%;
	margin-bottom: 36.14px;
}


.sol-text {
  color: white;
  font-weight: 500;
}

.updates-text {
  color: #6b6bff;
  font-weight: 500;
}

/* Form Styles */
/* .modal-content form {
  display: grid;
  gap: 30px;
} *//* Modal title styling */

.updates-text {
    display: block;
    color: #6b6bff;
}

/* Form layout adjustments */
.mc4wp-form-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Input Fields - Updated styling */
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="tel"] {
    width: 100%;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 16px;
    margin-top: 10px;
    transition: border-color 0.3s ease;
}

.mc4wp-form-fields input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.mc4wp-form-fields input:focus {
    outline: none;
    border-bottom: 1px solid #6b6bff;
}

/* Labels - Updated styling */
.mc4wp-form-fields label {
    display: block;
    margin-bottom: 0px;
    font-size: 20px;
    color: white;
    font-weight: 400;
}

/* Optional text styling */
.optional {
    color: rgba(255, 255, 255, 0.5);
}

/* Bottom row layout */
.form-bottom-row {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/* Checkbox container */
.mc4wp-form-fields .checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

/* Checkbox styling */
.mc4wp-form-fields input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background-color: white;
    cursor: pointer;
    position: relative;
}

p#investor-agree > label {
    font-family: Inter;
    font-weight: 300;
    font-size: 12px;
    line-height: 18.84px;
    letter-spacing: 0%;
}

@media(min-width: 768px) {
	.modal-content {
		min-height: 583px;
		min-width: 906px;
	}
}

.mc4wp-form-fields input[type="checkbox"]:checked {
    background-color: #6b6bff;
    border-color: #6b6bff;
}

.mc4wp-form-fields input[type="checkbox"]:checked::before {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Checkbox label */
.mc4wp-form-fields .checkbox-label {
    font-size: 16px;
    line-height: 1.4;
    color: white;
}

/* Submit button */
.mc4wp-form-fields input[type="submit"] {
    background-color: white;
    color: #1a1a2e;
    border: none;
    border-radius: 100px;
    padding: 16px 48px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 20px;
}

.mc4wp-form-fields input[type="submit"]:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

/* Modal background pattern */
.modal-content {
	position: relative;
    background-color: #1a1a2e;
	border: 1px solid #5C7AE5;
    background-image:
        linear-gradient(0deg, rgba(26, 26, 46, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%),
        repeating-linear-gradient(45deg, rgba(70, 70, 120, 0.1) 0px, rgba(70, 70, 120, 0.1) 1px, transparent 1px, transparent 3px);
    padding: 48px;
    border-radius: 24px;
	justify-content: center;
	 box-sizing: border-box;
}
.modal-lines {
    padding: 0px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}


@media (max-width: 768px) {
.modal-content {
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        justify-content: start;
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}


.loading-spinner {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #00bcd4;
}

.loading-spinner::before {
    content: "⌛";
    font-size: 20px;
    animation: spin 1s infinite linear;
}

#submit-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

body.modal-open {
    overflow: hidden;
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#investor-checkboxes {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

p#investor-agree {
	grid-column: 1 / -1;
    display: flex;
    gap: 16px;
	align-items: center;
}

p#investor-submit {
    grid-column: 1;
    justify-content: end;
    justify-self: end;
}

@media (min-width: 768px) {
	p#investor-submit {
    grid-column: 2;
    justify-content: end;
    display: flex
;
}
}

#investor-popup-highlight {
	color: #797DE1;
}
h2#investor-popup-thank-you-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 47px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    text-align: center;
	margin-bottom: 25px;
}

p#investor-popup-thank-you-description {
    max-width: 313px;
    text-align: center;
    margin: 0 auto;
}

h2#investor-popup-thank-you-title span {
	color: #978FED;
}

#investor-popup-thank-you > span {
	color: #978FED;
}


p#investor-head-description {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
}


p.subdescription-text.txt.fadeStart > div {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
}

#investor-popup-thank-you-description {
font-weight: 400;
font-size: 18px;
line-height: 24.55px;
letter-spacing: 0%;
text-align: center;
color: #E5E5E5;
}


h3#investor-hero-title {
    font-family: 'TomatoLight';
    font-weight: 300;
    font-size: 48px;
    line-height: 76.29px;
    letter-spacing: 0%;
    text-align: center;
}

@media(min-width: 768px) {
	h3#investor-hero-title {
    font-family: 'TomatoLight';
    font-weight: 300;
    font-size: 64px;
    line-height: 76.29px;
    letter-spacing: 0%;
    text-align: center;
}
}

#investor-agree > label > a {
	text-decoration: underline;
	color: white;
}

span.asterisk {
    color: #797DE1;
    font-weight: 100;
}

span.optional {
    font-weight: 100;
    font-size: 16px;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mc4wp-form-fields {
        grid-template-columns: 1fr;
    }



    .form-bottom-row {
        flex-direction: column;
        gap: 20px;
    }

    .mc4wp-form-fields input[type="submit"] {
        width: 100%;
        margin-left: 0;
    }

    .modal-content h2 {
        font-size: 2rem;
    }
}


/* AUDIO SECTION */
.audio-section {
    position: relative;
    width: 100%;
    height: 745px;
    overflow: hidden;
    color: white;
}

.audio-section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.audio-section-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 95px 24px;
}


/* AUDIO PLAYER */
.audio-player {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.audio-player-info-title {
    font-family: 'Tomato';
    font-weight: 400;
    font-size: 32px;
    line-height: 38.4px;
    text-align: left;
    z-index: 3;
}

.audio-player-info {
    margin-bottom: 41px;
}
.audio-player-info > span {
    font-weight: 500;
    font-size: 24px;
    line-height: 29.3px;
    color: white;
    letter-spacing: 0%;
}

/* CONTROLS */
.audio-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

/* Progress Bar */
.progress-bar {
    flex-grow: 1;
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.progress {
    width: 0%;
    height: 100%;
    background: white;
    border-radius: 3px;
}

.progress-handle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
}

/* Buttons */
.player-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.player-buttons button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    width: 50px;
    height: 50px;
}

span.play-icon, span.pause-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    align-content: center;
}



.player-buttons button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.current-time, .total-time {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .audio-player-info-title {
        font-size: 1.8rem;
    }

    .audio-player {
        max-width: 100%;
        padding: 15px;
    }
}

/* VIDEO PLAYER  */

.video-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: white;
}

.video-section-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 95px 24px;
}

.audio-player-content {
	display: flex;
	flex-direction: column;
	max-width: 720px;
	margin-top: 48px;
	margin: 0 auto;
	gap: 16px;
}


.video-section-title {
	font-family: 'Helvetica';
	margin-top: 18px;
font-weight: 500;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;

}

@media (max-width: 768px) {

    .video-player {
        max-width: 100%;
        padding: 15px;
    }
}



/*  NEW HEADER */
.new-sol-header-wrapper {
  display: none;
  visibility: hidden;
}
.contact-page-hide {
	display: none;
	visibility: hidden;
}

.desktop-contact-navbar-item {
  display: none;
  visibility: hidden;
}

@media (min-width: 1148px) {
	
	.contact-page-hide {
	display: none !important;
	visibility: hidden !important;
}

	.sol-homepage {
		padding-top: 130px;
	}

	.navbar-toggler {
		display: none !important;
		visibility: hidden;
	}

  .new-sol-header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    visibility: visible;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
  }

  .new-sol-header {
    padding: 14px 32px;
    border-radius: 9999px;
    position: fixed;
    overflow: hidden;
    backdrop-filter: blur(13.6702px);
  }

/*   .new-sol-header-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
  } */
	
	
	  .new-sol-header-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #222225;
  }

  .new-sol-header-content {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
    color: white;
  }

  .new-sol-header-content a {
    text-decoration: none;
    color: white;
    font-weight: lighter;
	font-size: 16px;
	font-family: 'HelveticaLt';
  }

  .new-sol-header-content a:hover {
    text-decoration: none;
    color: var(--color-lavander);
    font-weight: 400;
	font-family: 'HelveticaLt';
	  
  }

a.new-sol-header-bold {
    font-weight: 400 !important;
}


  .new-sol-header-content span {
    color: #686868;
  }

  .new-sol-header-bold {
    font-weight: bold;
  }

  .desktop-contact-navbar-item {
    display: block !important;
    background-color: white;
    color: black;
    padding: 15px 38px;
	font-size: 14px;
    border-radius: 100px;
	z-index: 99999;
	visibility: visible;
  }
}
/* ON WHITE SECTION */
.white .new-sol-header {
  background-color: rgba(0, 0, 0, 0.8);
}

.white .new-sol-header-background {
  opacity: 0.05;
}

.white .new-sol-header-content a {
  color: white;
}

.white .desktop-contact-navbar-item {
  background-color: white;
  color: black;
}

.white .new-sol-header-content span {
  color: #888888;
}

.new-sol-header-wrapper.over-white .new-sol-header {
  background-color: rgba(0, 0, 0, 0.8);
}

.new-sol-header-wrapper.over-white .new-sol-header-background {
  opacity: 0.05;
}

.new-sol-header-wrapper.over-white .new-sol-header-content a {
  color: white;
}

.new-sol-header-wrapper.over-white .new-sol-header-content span {
  color: #888888;
}

.new-sol-header-wrapper .new-sol-header,
.new-sol-header-wrapper .new-sol-header-background,
.new-sol-header-wrapper .new-sol-header-content a,
.new-sol-header-wrapper .new-sol-header-content span {
  transition: all 0.5s ease;
}


/* NEW LATEST FINANCIALS & INFORMATION SECTION INVESTORS PAGE */

.new-latest-financial-bg {
	background-color: #f5f5f5;
}

.new-latest-financial-grid {
	display: grid;
	grid-template-columns: 1fr;
	height: 100%;
}

/* Moved styles outside of media query so they apply to all screen sizes */
.new-latest-financial-financials {
	width: 100%;
	height: 100%;
	border-radius: 32px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.new-latest-financials__item.fadeinUp {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #cfcfcf;
}

.new-latest-financials__item > a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}

.new-latest-financials__item > a:hover {
    color: #7a7de1;
}


.new-latest-financials-see-all {
    padding-right: 54px;
    width: fit-content;
    padding-left: 54px;
    padding-top: 21px;
    padding-bottom: 21px;
    border-radius: 100px;
    border: none;
    background-color: white;
	transition: background-color 0.3s ease;
}

.new-latest-financials-see-all:hover {
	background-color: #f5f5f5
}

.new-latest-financial-press {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: white;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.new-latest-financial-press__item.fadeinUp {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.new-latest-financial-press__content {
    display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}


.new-latest-financial-press__date {
    font-size: 14px;
    color: #7a7de1;
}


.new-latest-press-see-all {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 65px;
    padding-right: 65px;
    border-radius: 100px;
    background-color: #f0f0f0;
	width: fit-content;
	border: none;
	transition: background-color 0.3s ease;
}

.new-latest-press-see-all:hover {
	background-color: #e1e1e3;
}

.new-latest-financial-press__content > h6 {
	font-size: 20px;
}
.new-latest-financial-press__content > p {
    font-size: 13px;
	max-width: 100%;
}

.new-latest-financial-press__content > h6, p {
	color: #171717;
	transition: color 0.3s ease;
}

.new-latest-financial-press__content > h6:hover, p:hover {
	color: #7a7de1;
}

/* Media query now only controls the grid layout */
@media(min-width: 1024px) {
	.new-latest-financial-grid {
		display: grid;
		grid-template-columns: auto 1fr;
		height: 100%;
	    min-height: 800px;
		gap: 48px;
	}

	.new-latest-financial-press__content {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 16px;
	}

	.new-latest-financial-press__content > p {
    max-width: 170px;
    font-size: 13px;
	}
}


/* NEW CONTACT FORM */

.new-contact-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	gap: 32px;

}

@media(min-width: 1024px) {
	.new-contact-form-grid {
		display: grid;
		grid-template-columns: 550px 1fr;
		justify-content: space-between;
		gap: 32px;
	}
}

.new-contact-form-form {
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-color: white;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
}

h3.new-contact-form-form-title.fadein {
    color: black;
	line-height: 105%;
}

p.new-contact-form-form-description.fadein {
	font-size: 18px;
	letter-spacing: -5%;
	font-weight: 400;
	color: black;
	margin-bottom: 16px;
}

/*  FORM */

.new-contact-form-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media(min-width: 1024px) {
	.new-contact-form-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
	}
}

.new-contact-form-form-textarea {
  border-radius: 25px;
  min-height: 200px;
  resize: vertical;
  width: 100%;
  padding: 16px;
}

.new-contact-form-form-submit {
    border-radius: 40px;
    display: flex;
    background-color: var(--color-lavander);
    padding: 12px 40px;
    color: #fff;
    border: 2px solid var(--color-lavander);
    display: inline-block;
    font-weight: 400;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	z-index: 99999;
}

.new-contact-form-form-submit:hover {
    background-color: transparent;
	color: black;
	border: 1px solid var(--color-lavander);
	z-index: 99999;
}
.new-contact-form-form-field,
.new-contact-form-form-field select {
  width: 100%;
  padding: 16px 24px !important;
  border: 1px solid #999;
  border-radius: 50px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.new-contact-form-form-field::placeholder {
  color: #888;
}

.new-contact-form-form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.new-contact-page {
    margin-top: 120px;
}

@media(min-width: 1024px) {
	.new-contact-page {
    margin-top: 0px;
}
	.h3.new-contact-form-form-title.fadein {
    color: black;
	line-height: auto;
}
}

#hero-contact {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

#hero-contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#hero-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* evita espaço extra de img */
}

#hero-contact .new-contact-page {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* centraliza vertical */
  justify-content: center; /* centraliza horizontal, se quiser */
  padding: 2rem;
}

.new-contact-form-gradient {
    height: 120px;
    width: 100%;
    background: linear-gradient(to bottom, #978FED00 0%, #5133C6 100%);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    opacity: 100%;
}

.new-contact-form-submit-wrapper {
	z-index: 99999999
}

.new-contact-form-recaptcha {}

.new-contact-form-header-titles {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 8px;
}

.new-contact-form-inner {
padding: 32px;
}



.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}


#validator-list p,
#avg-uptime,
#validatorStats {
  color: white;
}
