@font-face {
	font-family: "Manrope";
	src:
		local("/fonts/Manrope-VariableFont_wght"),
		local("/fonts/Manrope-VariableFont_wght"),
		url("/fonts/Manrope-VariableFont_wght.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GT Flexa";
	src:
		local("GT Flexa"),
		local("/fonts/GT-Flexa-Compressed-Black-Trial"),
		url("/fonts/GT-Flexa-Compressed-Black-Trial.woff2") format("woff2"),
		url("/fonts/GT-Flexa-Compressed-Black-Trial.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GT Flexa Medium";
	src:
		local("GT-Flexa-X-Compressed-Medium.woff2"),
		local("GT-Flexa-X-Compressed-Medium.woff2"),
		url("/fonts/GT-Flexa-X-Compressed-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--bg: #0e0e0e;
	--bg-2: #1a1a1a;
	--text: #cfcfcf;
	--accent: #d6ff00;
	--umbrella-lime: #d7f128;
	--muted: #8a8a8a;
}

body {
	padding-bottom: 6rem;
	--sb-track-color: #232e33;
	--sb-thumb-color: #585858;
	--sb-size: 8px;
}

.scrollbar::-webkit-scrollbar {
	width: var(--sb-size);
}

.scrollbar::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 0;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 8px;
	border: 1px solid #232e33;
}

@supports not selector(::-webkit-scrollbar) {
	.scrollbar {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}

.description-html a {
	color: var(--umbrella-lime);
	white-space: nowrap;
}

.text-umbrella-lime {
	color: var(--umbrella-lime);
}

.bg-umbrella-lime {
	background-color: var(--umbrella-lime);
}

.border-umbrella-lime {
	border-color: var(--umbrella-lime);
}

.nav_container {
	background-color: black;
	display: flex;
	flex-direction: row;
	position: fixed !important;
	bottom: 0;
	right: 0;
	width: 100vw;
	z-index: 1000 !important;
}
.navbar {
	border: 1px solid var(--accent);
	color: var(--text);
	font:
		500 16px/1.2 system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Helvetica,
		Arial;
	background-color: black;
	width: 100%;
}
.nav-top {
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: stretch;
	height: 100%;
}
.logo_image {
	width: 6rem;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid var(--umbrella-lime);
	padding-left: 0.2rem;
}
.logo_image img {
	width: 70%;
	height: 70%;
	object-position: center;
	object-fit: contain;
}

.nav-top {
	width: 100%;
	display: flex;
}
.main-tabs {
	display: flex;
	width: 100%;
}
.main-tab {
	padding: 15px 24px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	border-left: 1px solid var(--accent);
	cursor: pointer;
	width: 100%;
	color: #525252;
	border: 1px solid var(--umbrella-lime);
	border-right: 0.5px solid var(--umbrella-lime);
	transition: 0.3s;
}
.main-tab:hover {
	color: var(--umbrella-lime);
}
.main-tab:first-child {
	border-left: none;
}
.main-tab[aria-selected="true"] {
	background: #242424;
	color: var(--umbrella-lime);
	border-bottom: 1px solid #242424;
}

.nav-subwrap {
	background: #242424;
	display: flex;
	grid-template-columns: 160px 1fr;
}
.spacer {
	width: 0px;
}
.sub {
	display: none;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 10px 20px;
	width: 100%;
}
.sub[aria-hidden="false"] {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sub a {
	color: white;
	opacity: 0.9;
	text-decoration: none;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7rem;
}
.sub a:hover,
.sub a:focus {
	opacity: 1;
	color: var(--umbrella-lime);
}
.sub .sep {
	height: 24px;
	width: 1px;
	background: rgba(255, 255, 255, 0.543);
	margin-right: 8px;
}
@media (max-width: 900px) {
	.nav-top {
		grid-template-columns: 120px 1fr;
	}
	.logo::after {
		width: 56px;
		height: 56px;
	}
	.main-tab {
		padding: 16px 12px;
		font-size: 14px;
	}
	.nav-subwrap {
		grid-template-columns: 120px 1fr;
	}
	.sub {
		flex-wrap: wrap;
		row-gap: 10px;
	}
}
@media (max-width: 640px) {
	.nav-top {
		grid-template-columns: 1fr;
	}
	.logo {
		display: none;
	}
	.nav-subwrap {
		grid-template-columns: 1fr;
	}
	.spacer {
		display: none;
	}
}

.deepdive-BTN {
	display: none !important;
}

.touchpoint-BTN {
	border-color: rgb(132 204 22) !important;
	opacity: 1 !important;
}

.touchpoint-popup {
	position: absolute !important;
	bottom: 5rem !important;
}

.scale-in-bl {
	-webkit-animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: scale-in-bl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
 * ----------------------------------------
 * animation scale-in-bl
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-bl {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}
@keyframes scale-in-bl {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}
