:root {
	--color1: #000;
	--color2: #000919;
	--color3: #0161FF;
	--color4: #002054;
	--color5: #0547E9;
	--color6: #A87FFF;
	--color7: #fff;
}

html,
body {
	scroll-behavior: smooth;
	background-color: var(--color2);
}

/* Example of custom scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #000914;
}

::-webkit-scrollbar-thumb {
	background-color: #0161FF;
	border-radius: 10px;
	border: 2px solid #000914;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

body {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 20px;
	background-color: var(--color2);
}

a {
	color: var(--color7);
	text-decoration: none;
	transition: 0.3s ease;
}

a:hover {
	text-decoration: underline;
	color: var(--color3);
}

.themeBtn {
	display: inline-block;
	transition: 0.3s ease !important;
	position: relative !important;
	color: var(--color7) !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
	font-weight: 400 !important;
	padding: 1px !important;
	z-index: 1 !important;
	text-decoration: none !important;
	border-radius: 77px !important;
	background: linear-gradient(180deg, #458BFF 0%, #003EA5 100%) !important;
	min-width: 150px;
	text-align: center !important;
}

.themeBtn span, .themeBtn #gform_submit_button_3 {
	display: block;
	border-radius: 83px;
	background: linear-gradient(90deg, #0161FF 0%, #002054 100%);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.10), 0px 7px 12px -14px rgba(0, 0, 0, 0.10);
	padding: 8px 12px;
	transition: 0.3s ease;
}

.themeBtn:hover {
	text-decoration: none;
	color: var(--color7);
}

.themeBtn:hover span {
	background: linear-gradient(90deg, #002054 0%, #0161FF 100%);
	transition: 0.3s ease;
}

p {
	line-height: 1.55;
	color: var(--color7);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 20px;
}

h1,
.h1 {
	letter-spacing: -1.04px;
	font-size: 70px;
	font-weight: 500;
	line-height: 1.11;
	color: var(--color7);
}

h2,
.h2 {
	letter-spacing: -1.04px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25;
	color: var(--color7);
}

h3,
.h3 {
	font-size: 20px;
	color: #252334;
	font-weight: 700;
	line-height: 1.200;
	color: var(--color7);
}

h4,
.h4 {
	letter-spacing: -0.6px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.125;
	color: var(--color7);
}

.pageHeader .navbar {
	padding: 16px 0;
	background-color: var(--color2);
}

.pageHeader .navbar-nav {
	gap: 19px;
	padding: 0;
}

.pageHeader .navbar-nav .nav-link {
	border: 1px solid transparent;
	padding: 7px 12px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	position: relative;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 42px;
	text-align: center;
}

.pageHeader .navbar-nav .nav-link:hover {
	color: #458BFF;
	text-decoration: none;
	border: 1px solid #8EACFF;
	background: rgba(244, 244, 244, 0.00);
}

.pageHeader .navbar-nav .headerBtn .nav-link:after {
	width: 100%;
	height: 100%;
	z-index: -1;
	background: transparent;
	border: 1.5px solid #C79E4A;
}

.pageHeader .navbar-nav .headerBtn .nav-link {
	padding: 10px 20px;
}

.pageHeader .navbar-nav .headerBtn:hover .nav-link {
	color: var(--white);
}

.pageHeader .navbar-nav .headerBtn:hover .nav-link:after {
	background: #C79E4A;
}

.pageHeader .current-menu-item .nav-link {
	color: #458BFF;
	text-decoration: none;
	border: 1px solid #8EACFF;
	background: rgba(244, 244, 244, 0.00);
}



.pageContent {
	position: relative;
}

.hero {
	position: relative;
	min-height: 720px;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero video {
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100vw;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.hero .overlayvideo {
	opacity: 0.5;
}

.hero .overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-image: url(/wp-content/uploads/2025/07/overlay2.png);
	opacity: 0.2;
}

.hero .overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #000919 10%, rgba(0, 9, 25, 0.40) 49.79%, #000919 89.59%);
}

.hero .overlay3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(270deg, #000919 10%, rgba(0, 9, 25, 0.40) 49.79%, #000919 89.59%);
}

.hero .overlay4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-position: top center;
	background-image: url(/wp-content/uploads/2025/07/overly4.svg);
	background-size: cover;
}

.hero .overlay5 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 190px;
	background: linear-gradient(0deg, #000919 0%, rgba(3, 12, 32, 0.00) 91.45%);
}

.heroContent {
	position: relative;
	margin-top: -32px;
}

.heroContent h1 {
	letter-spacing: 1.3px;
	padding-bottom: 5px;
	max-width: 900px;
	margin: 0 auto 0px;
	background: linear-gradient(90deg, #FFF 15.91%, #0547E9 102.32%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heroContent p {
	color: var(--color7);
	opacity: 0.8;
	max-width: 523px;
	margin: 15px auto 40px;
	line-height: 1.25;
	font-weight: 500;
}

.heroContent .themeBtn {
	background: linear-gradient(180deg, #458BFF 0%, #003EA5 100%);
}

.heroContent .themeBtn span {
	background: linear-gradient(90deg, #0161FF 0%, #013283 100%);
}

.heroContent .themeBtn:hover span {
	background: linear-gradient(90deg, #013283 0%, #0161FF 100%);
}

.sectionWrap {
	margin-top: -52px;
	position: relative;
	min-height: 1000px;
	z-index: 9;
}

.sectionWrap .decorLeft {
	position: absolute;
	top: -20vh;
	height: 100%;
	width: 1px;
	left: 0;
	border-width: 0;
	border-left-width: 1px;
	border-color: rgba(255, 255, 255, 0.12);
	border-style: dashed;
}

.sectionWrap .decorLeft:before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #0161FF;
	border-radius: 7px;
	position: absolute;
	top: 0;
	left: -4px;
}

.sectionWrap .decorRight {
	position: absolute;
	top: -20vh;
	height: 100%;
	width: 1px;
	right: 0;
	border-width: 0;
	border-left-width: 1px;
	border-color: rgba(255, 255, 255, 0.12);
	border-style: dashed;
}

.sectionWrap .decorRight:before {
	content: "";
	width: 7px;
	height: 7px;
	background-color: #0161FF;
	border-radius: 7px;
	position: absolute;
	top: 0;
	left: -4px;
}

.introContentWrap {
	margin-bottom: 30px;
	padding: 0 23px 0 93px;
	border-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	position: relative;
	background-image: url(/wp-content/uploads/2025/07/introBg.png);
	background-size: cover;
	background-position: center;
}

.maskWrap {
	position: relative;
}

.maskWrap:after {
	content: "";
	width: 406.401px;
	height: 2.258px;
	opacity: 0.5;
	background: linear-gradient(90deg, rgba(201, 177, 255, 0.00) 0%, #B6D1FF 50%, rgba(201, 177, 255, 0.00) 100%);
	position: absolute;
	top: 0;
	right: 120px;
}

.introCopy {
	max-width: 524px;
}

.introCopy p {
	letter-spacing: -1px;
}

.introCopy p span {
	background: linear-gradient(94deg, #E4F0FF 32.78%, #0475FF 92.14%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.networkWrap {
	z-index: 2;
	overflow: hidden;
	position: relative;
	padding: 77px 65px;
	border-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: radial-gradient(50% 71.86% at 50% 0%, rgba(168, 127, 255, 0.04) 0%, rgba(168, 127, 255, 0.00) 100%), rgba(4, 1, 21, 0.10);
	backdrop-filter: blur(16.933391571044922px);
}

.networkWrap:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/07/ListingsContainerBg.png);
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}

.listingHeader {
	margin-top: 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 85px;
}

.listingHeader h2 {
	background: linear-gradient(90deg, #FFF 15.91%, #0547E9 102.32%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ListingsInner {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding: 30px 40px 45px;
	border-radius: 16px;
}

.ListingsInner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

.ListingsInnerWrap {
	position: relative;
}

.ListingsTop p {
	color: rgba(244, 240, 255, 1);
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.ListingsTop .aboutSpeed p {
	font-weight: 400;
	color: rgb(239 237 253 / 70%);
	line-height: 30px;
}

.ListingsWrap .ListingsInner.listingThree .aboutSpeed p {
	color: #EFEDFD;
	font-weight: 600;
}

.listingsDetails .ListingsTop:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.listingsDetails {
	margin-right: -40px;
	margin-bottom: 10px;
}

.listingsDetails .ListingsTop {
	padding-right: 40px;
}

.listingOne {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(353deg, rgba(0, 0, 0, 0.00) -21.17%, rgba(2, 97, 255, 0.20) 67.43%), linear-gradient(90deg, #010D22 4.55%, #041332 99.01%);
}

.listingTwo {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, #04327E 0%, #075AE4 134.31%);
}

.listingThree {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(173deg, #0361FF 5.29%, #2C7BFF 94.09%);
}

.listingOne:before {
	background-image: url(/wp-content/uploads/2025/07/listingContentBgOne.svg);
}

.listingTwo:before {
	background-image: url(/wp-content/uploads/2025/07/listingContentBgTwo.svg);
	background-position: right 6px;
}

.listingThree:before {
	background-image: url(/wp-content/uploads/2025/07/listingContentBgThree.svg);
	background-position: right 11px;
}

.aboutNetwork {
	margin-top: 74px;
	position: relative;
	padding: 95px 65px;
	border-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: radial-gradient(42.21% 60.97% at 50.04% 96%, rgba(1, 97, 255, 0.10) 0%, rgba(168, 127, 255, 0.00) 100%), rgba(4, 1, 21, 0.10);
	backdrop-filter: blur(16.933391571044922px);
}

.sectionHeading {
	margin-top: 20px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 85px;
}

.sectionHeading h2 {
	margin-bottom: 35px;
	background: linear-gradient(90deg, #FFF 15.91%, #739CFF 102.32%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aboutNetwork:before {
	content: "";
	width: 243px;
	height: 643px;
	background: linear-gradient(0deg, rgba(0, 9, 25, 0.00) 4.66%, #0161FF 73.39%, #000919 84.08%);
	position: absolute;
	top: -210px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.aboutNetworkInner {
	position: relative;
}

.networkLists ul {
	padding: 0;
	margin: 0 0 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.networkLists ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 60px;
}

.networkLists {
	max-width: 770px;
	margin: 0 auto;
}

.networkListsContent {
	max-width: 845px;
	margin: 0 auto 74px;
	opacity: 0.8;
}

.networkListsContent p {
	font-size: 18px;
	letter-spacing: -1px;
}

.pageFooter {
	background: linear-gradient(180deg, #030C1C 0%, #0456bc 100%);
	padding: 100px 0 50px;
	position: relative;
	z-index: 9;
}

.pageFooter:before {
	background-size: cover;
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2025/07/images/footerImage.svg);
	background-position: center 160px;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
}

.footerTop {
	position: relative;
	margin-bottom: 80px;
}

.footerLogo {
	margin-bottom: 35px;
}

.footerIcons ul {
	margin: 0;
	padding: 0;
}

.footerIcons ul li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}

.footerIcons ul li a {
	display: flex;
	width: 46px;
	height: 46px;
	padding: 13px;
	background-color: var(--color7);
	border-radius: 48px;
	font-size: 20px;
	color: rgba(3, 60, 131, 1);
	transition: 0.3s ease;
}

.footerIcons ul li a:hover {
	text-decoration: none;
	background-color: #000919;
}

.footerRight {
	padding-top: 30px;
	max-width: 447px;
	margin-left: auto;
}

.footerMenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footerMenu ul li {
	list-style: none;
	font-size: 0;
}

.footerMenu ul li a {
	transition: 0.3s ease;
	font-size: 16px;
	line-height: 15.6px;
	color: rgba(255, 255, 255, 0.60);
}

.footerMenu ul li a:hover,
.footerMenu ul li a:focus,
.footerContact p a:hover {
	color: #fff;
	text-decoration: none;
}

.footerContact {
	margin-top: 10px;
	max-width: 250px;
}

.footerContact p a {
	color: rgba(255, 255, 255, 0.60);
}

.footerContact p {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 13px;
	color: rgba(255, 255, 255, 0.60);
	line-height: 1.28;
}

.footerCopyright p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.60);
	line-height: 20px;
}

.footerNewsletter h4 {
	color: var(--color7);
	margin-bottom: 23px;
}

.footerBottom {
	position: relative;
}

.footerBottom .footerRight {
	padding-top: 0;
}

.footerBottom .footerRight .input-group {
	max-width: 420px;
}

.input-group .form-control::placeholder {
	color: rgba(239, 237, 253, 0.80);
}

.input-group .form-control {
	color: #fff;
	font-size: 14px;
	padding: 9px 12px 10px 12px;
	background-color: #2262b2;
	border-radius: 10px;
	border: 1px solid #3d73b7;
}

.input-group .btn {
	border-radius: 4px;
	font-weight: 500;
	background: #FFF;
	padding: 10px 26.75px 10px 27px;
	font-size: 12.695px;
	color: #000;
	transition: 0.3s ease;
}

.input-group .btn:hover {
	background-color: var(--color2);
	color: var(--color7);
}

.footerCopyright {
	margin-top: -36px;
}

.footerMenu ul .dropdown-menu {
	display: none;
	background: transparent;
	position: static;
	gap: 10px;
	padding-top: 5px;
	padding-left: 10px;
	border-width: 0;
}

.footerMenu ul li .arrow {
	display: inline-block;
	margin-left: 10px;
	z-index: 9;
	width: 10px;
	height: 10px;
	vertical-align: top;
	position: relative;
	top: 4px;
	cursor: pointer;
}

.footerMenu ul li.dropdown a {
	display: inline-block;
}

.footerMenu ul .dropdown-menu li {
	margin: 10px 0 0;
}

.footerNewsletter .gform_wrapper {
	position: relative;
	width: 100%;
}

.footerNewsletter .gform_wrapper .gform-body {
	flex: 1 1 auto;
}

.footerNewsletter .gform_wrapper form {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.footerNewsletter .gform_wrapper .gform_footer {
	margin: 0;
}

.footerNewsletter .gform_wrapper .gform-body .ginput_container input {
	color: #fff;
	font-size: 14px;
	padding: 9px 12px 10px 12px;
	background-color: #2262b2;
	border-radius: 10px;
	border: 1px solid #3d73b7;
	height: 42px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.footerNewsletter .gform_wrapper .gform-body .ginput_container input::placeholder {
	color: rgba(239, 237, 253, 0.80);
}

.footerNewsletter .gform_wrapper .gform_footer input {
	border-radius: 4px !important;
	font-weight: 500 !important;
	background: #FFF !important;
	padding: 10px 26.75px 10px 27px !important;
	font-size: 12.695px !important;
	color: #000 !important;
	transition: 0.3s ease !important;
}

.footerNewsletter .gform_wrapper .gform_footer input:hover {
	background-color: var(--color2) !important;
	color: var(--color7) !important;
}

.bottomVideo {
	position: absolute;
	min-height: 1190px;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	bottom: -46vh;
	width: 100%;
	opacity: 0.3;
	z-index: 0;
}

.bottomVideo video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100vw;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.bottomoverlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000919 0%, rgba(0, 0, 0, 0.00) 35.27%);
	z-index: 9;
}

/* About Page Specific Styles */
.hero-section {
	background: linear-gradient(135deg, #000919 0%, #001233 50%, #000919 100%);
	position: relative;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 20%, rgba(1, 97, 255, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 70% 80%, rgba(168, 127, 255, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.about-team-section {
	background: linear-gradient(135deg, rgba(0, 9, 25, 0.8) 0%, rgba(0, 18, 51, 0.6) 100%);
	position: relative;
}

.about-team-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3Cpattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"%3E%3Cpath d="M 10 0 L 0 0 0 10" fill="none" stroke="%230161FF" stroke-width="0.5" opacity="0.1"/%3E%3C/pattern%3E%3C/defs%3E%3Crect width="100" height="100" fill="url(%23grid)"/%3E%3C/svg%3E');
	opacity: 0.3;
	pointer-events: none;
}

.leadership-section {
	background: linear-gradient(135deg, #000919 0%, #001233 100%);
	position: relative;
}

.leadership-card {
	backdrop-filter: blur(10px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.leadership-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(1, 97, 255, 0.1) 0%, transparent 50%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.leadership-card:hover::before {
	opacity: 1;
}

.leadership-card:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 20px 40px rgba(1, 97, 255, 0.2);
}

.closing-section {
	background: linear-gradient(135deg, #000919 0%, #001233 50%, #000919 100%);
	position: relative;
}

.closing-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 50% 50%, rgba(1, 97, 255, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.about-heading {
	display: block;
	color: var(--color7);
	padding-bottom: 32px;
	margin: 0;
	font-weight: 500;
	font-size: 41px;
	line-height: 52px;
	letter-spacing: 0.5px;
}

.about-p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.55;
	letter-spacing: -1px;
	opacity: 0.8;
	color: var(--color7);
}

.leadership-social {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 9999px;
	/* full */
	background-color: white;
	color: #04306A;
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity 0.4s ease-in;
	display: flex;
	justify-content: center;
	align-items: center;
}

.leadership-card-text {
	position: relative;
}

.leadership-card-ab:before {
	content: "";
	position: absolute;
	border-radius: 14px;
	opacity: 0;
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	top: -1px;
	left: -1px;
	z-index: -1;
	transition: all 0.4s;
	background: linear-gradient(102.24deg, rgba(142, 172, 255, 1) 5.14%, rgba(40, 95, 246, 1) 95.02%);
}

.leadership-card-ab:hover.leadership-card-ab:before {
	opacity: 1;
}

.leadership-card-ab:hover .leadership-social {
	opacity: 1;
}

.leadership-card-ab:hover .leadership-card-text h3 {
	transform: translateY(-20px);
}

.leadership-card-ab:hover .leadership-card-text p {
	transform: translateY(-28px);
}

.leadership-bg-container {
	border-bottom-left-radius: 36.125px;
	border-bottom-right-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: radial-gradient(42.21% 60.97% at 50.04% 96%, rgba(1, 97, 255, 0.10) 0%, rgba(168, 127, 255, 0.00) 100%), rgba(4, 1, 21, 0.10);
	backdrop-filter: blur(16.933391571044922px);
}

.bottomMarquee span {
	font-size: 70px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	letter-spacing: -1.04px;
	white-space: nowrap;
	background: linear-gradient(90.32deg, #FFFFFF 15.91%, #0547E9 102.32%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@keyframes marqueeGroup {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.tw-animate-marqueeGroup {
	animation: marqueeGroup 20s linear infinite;
}

/* Contenedor de cada post */
.post-card {
	background-color: transparent;
	border-radius: 14px;
	border: 1px solid #FFFFFF14;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 101px;
	height: 456px;
}

/* Imagen destacada */
.post-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 423 / 355;
	object-fit: cover;
}

/* Contenido del post */
.post-content-container {
	padding: 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: linear-gradient(0deg, #0401151a, rgba(4, 1, 21, 0.1)), radial-gradient(60.62% 42.18% at 50.04% 96%, rgba(1, 97, 255, 0.1) 0%, rgba(168, 127, 255, 0) 100%);
	padding: 0 14px 18px 14px;
}

.post-content {
	border-radius: 11px;
	border: 1px solid #FFFFFF1A;
	padding: 16px 19px 27px 29px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 177px;
}

/* Título */
.post-title {
	color: #F4F0FF;
	font-weight: 600;
	font-size: 18px;
	line-height: 20.85px;
	letter-spacing: -0.03em;
	margin: 0;
}

.post-info {
	display: flex;
	gap: 4px;
	margin-bottom: 6px;
}

.post-category {
	font-weight: 500;
	font-size: 14px;
	line-height: 20.85px;
	letter-spacing: 0;
	margin: 0;
	color: #0161FF;
}

.post-category.videos {
	color: #FF9101;
}

.post-category.news {
	color: #0161FF;
}

.post-category.blogs {
	color: #01C8FF;
}

.post-category.documents {
	color: #FFF701;
}

/* Fecha */
.post-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 20.85px;
	letter-spacing: 0;
	margin: 0;
	color: #ABAABA;
}

/* Extracto */
.post-excerpt {
	font-size: 1rem;
	color: #4a5568;
	flex-grow: 1;
	margin-bottom: 1.25rem;
}

/* Botón de leer más */
.read-more {
	color: #0161FF;
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
	letter-spacing: 0;
	text-align: left;
}

.filter-btn {
	font-weight: 600;
	font-size: 18px;
	line-height: 20.85px;
	letter-spacing: -0.03em;
	color: #F4F0FF;
	background-color: transparent;
	opacity: 0.7;
	transition: all 0.4s;
	margin: 0;
	padding: 0;
	border: none;
}

.filter-btn:hover {
	opacity: 1;
}

.filter-btn.active {
	opacity: 1;
}

.blur-overlay {
	position: absolute;
	bottom: 0;
	z-index: 0;
	width: 100%;
}

#posts-container.fade-out {
	opacity: 0;
	transition: opacity 0.3s ease;
}

#posts-container.fade-in {
	opacity: 1;
	transition: opacity 0.3s ease;
}

#pagination {
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: center;
	padding: 77px 0 70px;
}

#pagination button {
	padding: 0;
	background-color: transparent;
	color: #EFEDFD;
	border: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.4s;
}

#pagination button:hover {
	opacity: 1;
}

#pagination button.active {
	opacity: 1;
}

.ctaContentWrap {
	margin: 40px 0;
	border-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	position: relative;
	background-image: url(/wp-content/uploads/2025/07/introBg.png);
	background-size: cover;
	background-position: center;
}

@media (min-width: 1280px) {
	.ctaContentWrap {
		margin: 110px 0 131px;
	}
}

.ctaContentWrap:before {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	background: radial-gradient(42.21% 60.97% at 50.04% 96%, rgba(1, 97, 255, 0.10) 0%, rgba(168, 127, 255, 0.00) 100%), rgba(4, 1, 21, 0.10);
	backdrop-filter: blur(8px);
	z-index: 1;
	border-radius: 36px;
}

.footer-cta {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-cta p {
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0;
	max-width: 370px;
}

@media (min-width: 1280px) {
	.footer-cta p {
		max-width: 541px;
		font-size: 41px;
		line-height: 50px;
	}
}

h1.blog-title {
	font-weight: 500 !important;
	font-size: 28px !important;
	line-height: 34px !important;
	letter-spacing: -0.8px !important;
	background: linear-gradient(90deg, #FFFFFF 40%, #0547E9 150%) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

@media (min-width: 640px) {
	h1.blog-title {
		font-size: 32px !important;
		line-height: 38px !important;
		letter-spacing: -0.9px !important;
	}
}

@media (min-width: 1024px) {
	h1.blog-title {
		font-size: 40px !important;
		line-height: 45px !important;
		letter-spacing: -1.04px !important;
	}
}

.blog-container {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 14px;
}

.blog-container table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	border-radius: 11px;
}

.blog-container td,
.blog-container th {
	white-space: nowrap;
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
}

.blog-container table {
	min-width: 100%;
	max-width: 100%;
}

@media (max-width: 768px) {

	.blog-container td,
	.blog-container th {
		padding: 0.5rem 0.75rem;
		font-size: 0.85rem;
	}
}


@media (min-width: 768px) {
	.blog-container {
		max-width: 700px;
	}
}

@media (min-width: 1280px) {
	.blog-container {
		max-width: 751px;
		padding: 0;
	}
}

@media (min-width: 1536px) {
	.blog-container {
		max-width: 1100px;
		padding: 0;
	}
}

.blog-container figure {
	max-width: 100%;
}

.blog-container .blog-content p {
	font-weight: 500;
	font-size: 14px;
	color: #F4F0FF;
	line-height: 20.85px;
	letter-spacing: 0;
	line-height: 1.49;
	opacity: 0.7;
}

.blog-container p:has(img) {
	opacity: 1 !important;
}

.blog-container .blog-content h1,
.blog-container .blog-content h2,
.blog-container .blog-content h3,
.blog-container .blog-content h4,
.blog-container .blog-content h5 {
	background: linear-gradient(90deg, #FFFFFF 10%, #0547E9 70%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.blog-container .blog-content ul li,
.blog-container .blog-content ol li {
	font-weight: 500;
	font-size: 14px;
	line-height: 20.85px;
	letter-spacing: 0;
	color: #F4F0FF;
	opacity: 0.7;
}

.blog-container .blog-content ul li::marker,
.blog-container .blog-content ol li::marker {
	color: #0475FF;
}

.recent-blogs {
	font-weight: 500;
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 0px;
	margin-bottom: 19px;
	color: #fff;
}

.share-article {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 58px;
	border: 1px solid #FFFFFF1A;
	padding: 36px 39px 34px 25px;
	border-radius: 11px;
	background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)), radial-gradient(60.62% 42.18% at 50.04% 96%, rgba(1, 97, 255, 0.1) 0%, rgba(168, 127, 255, 0) 100%);
}

.share-article p {
	color: #F4F0FF;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.49;
	letter-spacing: 0;
	margin: 0;
}

.contact-title {
	font-weight: 500;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: -1.04px;
	background: linear-gradient(90.32deg, #FFFFFF 5%, #0547E9 35%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 24px;
}

@media (min-width: 1280px) {
	.contact-title {
		margin-bottom: 62px;

	}
}

.join-community {
	font-weight: 400;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 0;
	color: #FFF;
	opacity: 0.6;
	text-align: center;
}

@media (min-width: 1280px) {
	.join-community {
		padding-top: 21px;
		text-align: left;
	}
}

.support {
	font-weight: 400;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: -1.04px;
	color: #FFF;
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	color: #EFEDFD;
	opacity: 0.8;
}

form.contact-form textarea::placeholder,
form.contact-form textarea {
	line-height: 1.49;
}

#gform_fields_3 {
	row-gap: 14px;
}

@media (min-width: 1280px) {
	#gform_fields_3 {
		row-gap: 0;
	}
}


.gform_heading {
	display: none !important;
}

#gform_ajax_spinner_3 {
	position: absolute !important;
    border-radius: 9999px !important;
    block-size: auto !important;
    inline-size: auto !important;
    border: none !important;
    aspect-ratio: 1 / 1 !important;
    margin-top: 8px !important;
    right: -32px !important;
    top: 0 !important;
}

#gform_3 input[type="text"],
#gform_3 input[type="email"] {
	width: 100%;
	background-color: rgba(255 255 255 / 0.1);
	/* blanco 10% */
	border: 1px solid rgba(255 255 255 / 0.12);
	/* #FFFFFF1F */
	color: #EFEDFDCC;
	font-size: 0.875rem;
	/* sm */
	line-height: 1;
	letter-spacing: normal;
	padding: 10px 12px 10px 16px;
	border-radius: 9999px;
	/* fully rounded */
	transition: outline-offset 0.2s ease, box-shadow 0.2s ease;
	outline: none;
	box-sizing: border-box;
}

@media (min-width: 1024px) {

	#gform_3 input[type="text"],
	#gform_3 input[type="email"] {
		padding-left: 23px;
	}
}

#gform_3 input[type="text"]:focus,
#gform_3 input[type="email"]:focus {
	outline: none;
	box-shadow: 0 0 0 2px #2563eb;
	/* azul-600 Tailwind */
	border-color: #2563eb;
}

#gform_3 textarea {
	width: 100%;
	background-color: rgba(255 255 255 / 0.1);
	border: 1px solid rgba(255 255 255 / 0.12);
	color: #EFEDFDCC;
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: normal;
	padding: 10px 12px 10px 16px;
	border-radius: 1rem;
	/* xl rounded */
	resize: none;
	transition: outline-offset 0.2s ease, box-shadow 0.2s ease;
	outline: none;
	box-sizing: border-box;
	margin-top: 13px;
	margin-bottom: 1.5rem;
	min-height: 120px;
	/* equivalente a rows=5 */
}

@media (min-width: 1024px) {
	#gform_3 textarea {
		padding-left: 23px;
	}
}

#gform_3 textarea:focus {
	outline: none;
	box-shadow: 0 0 0 2px #2563eb;
	border-color: #2563eb;
}

#gform_submit_button_3 {
	display: block;
	border-radius: 83px;
	background: linear-gradient(90deg, #0161FF 0%, #002054 100%);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.10), 0px 7px 12px -14px rgba(0, 0, 0, 0.10);
	padding: 8px 12px;
	transition: 0.3s ease;
	min-width: 202px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none !important;
}

#gform_submit_button_3:hover {
	background: linear-gradient(90deg, #002054 0%, #0161FF 100%);
	transition: 0.3s ease;
}

.gform_footer {
	display: flex !important;
	justify-content: center !important;
	margin: 0 !important;
}

@media (min-width: 1024px) {
	.gform_footer {
		justify-content: flex-end !important;
	}
}

.gform_confirmation_message_3 {
	color: #fff !important;
	max-width: 270px !important;
}

#contact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(/wp-content/uploads/2025/08/Horizontal-Divider-2.webp) no-repeat center center;
	background-size: cover;
	z-index: 10;
}

@media (min-width: 1024px) {
	#contact:before {
		left: 10vw;
	}
}

.divider-2:before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(/wp-content/uploads/2025/08/Horizontal-Divider.webp) no-repeat center center;
	background-size: cover;
	z-index: 10;
}

/* Responsive adjustments for About page */
@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1335px;
	}
}

@media (max-width:1399px) {
	.listingsDetails .ListingsTop:not(:last-child) {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.ListingsInner {
		padding-bottom: 35px;
	}

	.ListingsInner {
		padding: 25px 30px 30px;
	}

	.listingsDetails {
		margin-right: -30px;
	}
}

@media (max-width:1240px) {
	.listingsDetails .ListingsTop:not(:last-child) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.ListingsInner {
		padding-bottom: 25px;
	}

	.ListingsInner {
		padding: 20px 30px 35px;
	}

	.listingsDetails {
		margin-right: -30px;
	}
}

@media (max-width:1199px) {

	.h1,
	h1 {
		font-size: 56px;
	}

	p {
		font-size: 18px;
	}

	.heroContent p {
		max-width: 80%;
	}

	.introContentWrap {
		padding-left: 50px;
	}

	.ListingsTop p {
		font-size: 14px;
	}

}


@media (max-width:991px) {
	.pageHeader .navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-trigger {
		width: 30px;
		height: 21px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.menu-trigger span {
		width: 100%;
		height: 3px;
		display: inline-block;
		background-color: var(--color7);
		transition: all 0.3s ease;
		position: relative;
	}

	.navbar.open .menu-trigger span:nth-child(1) {
		transform: rotate(45deg);
		margin-top: 0;
		top: 9px;
	}

	.navbar.open .menu-trigger span:nth-child(2) {
		opacity: 0;
	}

	.navbar.open .menu-trigger span:nth-child(3) {
		transform: rotate(-45deg);
		margin-bottom: 0;
		bottom: 9px;
	}

	.navbar .navbar-collapse {
		width: 320px;
		height: 100vh;
		position: fixed;
		right: -330px;
		top: 61px;
		flex-wrap: wrap;
		justify-content: flex-start;
		background-color: rgba(1, 13, 34, 1);
		display: block;
		padding: 10px;
		transition: all ease 0.4s;
	}

	.navbar.open .navbar-collapse {
		right: 0;
	}

	.pageHeader .navbar-nav {
		gap: 10px;
		margin-bottom: 10px;
	}

	.pageHeader .navbar-nav .headerBtn {
		margin-top: 10px;
	}

	.headerBtn .themeBtn {
		width: 100%;
	}

	.pageHeader .navbar-expand-lg .navbar-collapse {
		margin-top: 0;
	}

	.h1,
	h1 {
		font-size: 48px;
	}

	.networkWrap {
		padding: 35px 30px;
	}

	.aboutNetwork {
		padding: 40px 30px;
	}

	.ListingsInner {
		padding: 15px 20px 20px;
	}

	.listingsDetails .ListingsTop:not(:last-child) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.listingsDetails .ListingsTop {
		padding-right: 20px;
	}

	.listingsDetails {
		margin-right: -20px;
	}

	.networkLists ul li {
		width: 33.33%;
		padding: 0;
		text-align: center;
	}

	.ListingsInner {
		padding: 30px 30px 35px;
	}

	.listingsDetails {
		margin-right: -30px;
	}

	h4,
	.h4 {
		font-size: 21px;
	}

	.aboutNetwork:before {
		height: 575px;
	}
}

@media (max-width:767px) {

	.h1,
	h1 {
		font-size: 42px;
	}

	.h2,
	h2 {
		font-size: 36px;
	}

	p {
		font-size: 16px;
	}

	.introContentWrap {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
	}

	.maskWrap:after {
		width: 30%;
	}

	.footerRight {
		padding-top: 15px;
	}

	.footerLogo,
	.footerIcons,
	.footerNewsletter h4 {
		text-align: center;
	}

	.footerMenu ul,
	.footerMenu ul li {
		align-items: center;
	}

	.footerMenu ul li.dropdown {
		text-align: center;
	}

	.footerMenu ul .dropdown-menu {
		padding-left: 0;
		text-align: center;
	}

	.footerLogo {
		margin-bottom: 25px;
	}

	.footerIcons {
		margin-bottom: 25px;
	}

	.footerContact {
		margin: 35px auto 0;
		text-align: center;
	}

	.footerCopyright {
		margin-top: 20px;
		text-align: center;
	}

	.footerTop {
		margin-bottom: 50px;
	}

	.networkLists ul {
		flex-direction: column;
		margin-bottom: 40px;
		gap: 20px;
	}

	.networkLists ul li {
		width: 100%;
	}

	.networkListsContent,
	.sectionHeading {
		margin-bottom: 40px;
	}

	.ListHeading,
	.IconWrap {
		padding-bottom: 20px;
	}

	.listingHeader {
		margin-bottom: 55px;
	}

	.aboutNetwork:before {
		width: 150px;
	}

	.ListingsInner {
		padding: 20px;
	}

	.pageHeader .current-menu-item .nav-link {
		text-align: center;
	}
}

@media (max-width:575px) {}

@media (max-width: 768px) {
	.hero-section h1 {
		font-size: 3rem;
		line-height: 1.1;
	}

	.hero-section p {
		font-size: 1.1rem;
	}

	.leadership-card {
		margin-bottom: 1rem;
	}

	.about-team-section .grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

@media (max-width: 480px) {
	.hero-section h1 {
		font-size: 2.5rem;
	}

	.closing-section h2 {
		font-size: 2.5rem;
	}
}

/* BLOG CONTENT */
.blog-content,
.blog-content p,
.blog-content li,
.blog-content a {
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
	letter-spacing: -1px !important;
	opacity: 0.8 !important;
	color: #fff !important;
}

.blog-content h2 {
	font-size: 35px !important;
	line-height: 40px !important;
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.blog-content h3 {
	font-size: 30px !important;
	line-height: 40px !important;
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.blog-content h4 {
	font-size: 26px !important;
	line-height: 40px !important;
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.blog-content h5 {
	font-size: 22px !important;
	line-height: 40px !important;
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.blog-content a {
	text-decoration: underline !important;

}

.blog-content img {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.blog-container table {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.blog-container table * {
	border: 1px solid white;
}

.blog-content a:hover {
	opacity: 1 !important;
}

.blog-content ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.blog-content p.small {
	font-size: 14px !important;
}