#neomanUnicornFullPage {
	padding: 0;
	margin: 0;
}
#client-logo img,
#neomanUnicornFooter,
#neomanUnicornHeader,
#scroll-top-btn img,
#show-more-btn {
	width: 100%;
}
#neomanUnicornFullPage,
#neomanUnicornHeader,
#search-wrapper,
#table-wrapper {
	position: relative;
}
#neomamUnicornSearch,
body {
	font-family: Lato, sans-serif;
}
#grid-overlay,
#time-bucket-labels-container {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#category-inner-wrapper,
#charts-header-wrapper,
#neomanUnicornFooter,
#table-wrapper,
.category-selector .icon,
.charts-header,
.dropbtn {
	box-sizing: border-box;
}
#category-selector-title,
.btn1,
.charts-header,
.dropbtn,
.popup-subtitle {
	text-transform: uppercase;
}
#grid-overlay,
#popup-wrapper,
.tooltiptext {
	pointer-events: none;
}
body {
	font-weight: 400;
	font-size: 1em;
	color: #271d1b;
}
html {
	scroll-behavior: smooth;
}
.bold {
	font-weight: 700;
}
#popup-title,
.black,
.popup-subtitle {
	font-weight: 900;
}
.box-shadow {
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
		0 8px 10px -6px rgb(0 0 0 / 0.1);
}
#neomanUnicornFullPage {
	max-width: 820px;
	background-color: #121e24;
	color: #fff;
}
#neomanUnicornHeader {
	height: 0;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(https://res.cloudinary.com/zenbusiness/q_auto/v1/shared-assets/illustration/desktop-header.svg);
	padding-bottom: 68%;
}
#table-wrapper {
	padding-left: 4%;
	padding-right: 4%;
}
#neomanUnicornFooter {
	padding: 20px 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#social-buttons-container {
	display: flex;
	align-items: center;
}
#social-buttons-container a {
	cursor: pointer;
	height: 28px;
}
#client-logo {
	width: 158px;
	flex-shrink: 0;
}
#scroll-top-btn {
	position: sticky;
	bottom: 50px;
	width: 0;
	height: 0;
	cursor: pointer;
	display: none;
	z-index: 5;
	float: right;
}
.scroll-wrapper {
	position: relative;
	width: 40px;
	height: 40px;
	right: 30px;
	bottom: 78px;
}
#show-more-btn {
	text-align: center;
	padding: 8px 0;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	border-radius: 4px;
}
#category-wrapper {
	padding: 4%;
	background-color: #242e33;
}
#category-inner-wrapper {
	width: 100%;
	padding: 16px;
	border: 1px solid #36444d;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	row-gap: 4px;
	column-gap: 10px;
}
#category-selector-title {
	grid-column: 1/4;
	grid-row: 1;
	font-weight: 700;
	font-size: 12px;
	display: flex;
	align-items: center;
	padding-left: 4px;
}
#category-selector-overall {
	grid-column: 1/2;
	grid-row: 2;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
}
.category-selector-dummy {
	grid-column: 2/4;
}
.category-selector {
	background-color: #2d3940;
	border-radius: 1000px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 4px;
	transition: all 0.2s ease;
	cursor: pointer;
	font-size: 13px;
}
#neomamUnicornSearch,
.dropbtn {
	font-weight: 700;
	font-size: 12px;
}
.category-selector .icon {
	border-radius: 50%;
	margin-right: 6px;
	height: 24px;
	width: 24px;
	border: 2px solid;
	background-color: transparent;
	transition: all 0.2s ease;
}
#hand,
#neomamUnicornSearch,
#whole-icon,
.dropbtn,
.modal {
	height: 100%;
}
.category-selector.selected {
	background-color: #121e24;
}
.category-selector.selected .category_0 {
	background-color: #fff;
}
.category-selector.selected .category_1 {
	background-color: #fe5e53;
}
.category-selector.selected .category_2 {
	background-color: #fe9e98;
}
.category-selector.selected .category_3 {
	background-color: #ffff8c;
}
.category-selector.selected .category_4 {
	background-color: #f3991f;
}
.category-selector.selected .category_5 {
	background-color: #eb6100;
}
.category-selector.selected .category_6 {
	background-color: #f8c279;
}
.category-selector.selected .category_7 {
	background-color: #485ebb;
}
.category-selector.selected .category_8 {
	background-color: #c5eaec;
}
.category-selector.selected .category_9 {
	background-color: #579e34;
}
.category-selector.selected .category_10 {
	background-color: #3fb9bd;
}
.category-selector.selected .category_11 {
	background-color: #329498;
}
.category-selector.selected .category_12 {
	background-color: #f0c3f9;
}
.category-selector.selected .category_13 {
	background-color: #ff6cff;
}
.category-selector.selected .category_14 {
	background-color: #cc37ea;
}
.category-selector.selected .category_15 {
	background-color: #878787;
}
#neomamUnicornSearch,
#search-wrapper {
	background-color: transparent;
}
#search-and-country-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 4%;
	box-sizing: border-box;
}
#search-wrapper {
	width: 200px;
	border-radius: 6px;
	padding: 0 14px;
	border: 1px solid #fff;
	height: 33px;
	margin-right: 16px;
}
#search-wrapper img {
	width: 18px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#neomamUnicornSearch {
	border: 0;
	outline: 0;
	color: #fff;
	width: calc(100% - 20px);
}
.dropbtn,
.dropdown-content {
	width: 200px;
	background-color: #fff;
}
#neomamUnicornSearch::placeholder {
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
#country-dropdown-wrapper {
	height: 35px;
}
#country-dropdown-wrapper img {
	opacity: 1 !important;
}
.dropbtn {
	color: #000;
	cursor: pointer;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	border: 2px solid #fff;
}
.dropbtn.open {
	border-radius: 6px 6px 0 0;
}
.dropdown-content.open {
	display: block !important;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 4;
	max-height: 300px;
	overflow-y: auto;
}
#charts-scroll-box,
.charts-header {
	position: relative;
}
.country-dropdown-item {
	padding: 6px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #fff;
	color: #121e24;
}
.country-dropdown-item:hover {
	background-color: #2d3940;
	color: #fff;
}
#charts-container {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
#charts-header-wrapper {
	width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 10px;
}
.charts-header {
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.sort-arrow {
	width: 16px;
	opacity: 0.4;
	transition: all 0.2s ease;
	margin-left: 6px;
}
#popup-founded-date-container,
#popup-unicorn-date-container {
	padding: 16px;
	width: 50%;
	box-sizing: border-box;
}
#grid-overlay,
#header-col-time,
#popup-wrapper {
	width: calc(100% - 220px);
}
.charts-header.sort-desc .sort-arrow {
	opacity: 1;
	transform: rotate(0);
}
.charts-header.sort-asc .sort-arrow {
	opacity: 1;
	transform: rotate(180deg);
}
#header-col-company {
	width: 220px;
}
#header-col-time {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#time-bucket-labels-container {
	width: 100%;
	display: grid;
	grid-template-rows: 1fr;
}
.time-bucket-label {
	font-size: 14px;
	text-align: right;
	transform: translateX(6px);
}
.time-bucket-label:first-of-type {
	position: absolute;
	transform: translateX(-3px) !important;
}
.time-bucket-label:nth-of-type(2) {
	transform: translateX(4px) !important;
}
.time-bucket-label:last-of-type {
	transform: translateX(0) !important;
}
#popup.hidden {
	display: none;
}
#popup-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#popup {
	position: sticky;
	top: 55px;
	right: 40px;
	opacity: 0;
	transition: opacity 0.1s ease;
	padding: 16px;
	color: #121e24;
	z-index: 3;
	width: 300px;
	margin-left: calc(100% - 376px);
	margin-top: 55px;
}
#popup-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	cursor: pointer;
}
#popup-close-btn img {
	width: 100%;
}
#popup-title {
	font-size: 29px;
	margin-bottom: 10px;
}
.popup-subtitle {
	font-size: 10px;
}
#popup-founder,
#popup-value {
	font-size: 15px;
	margin-bottom: 16px;
}
#popup-dates-container {
	border: 1px solid;
	display: flex;
}
#popup-founded-date-container {
	border-right: 1px solid;
}
#popup-founded-date,
#popup-unicorn-date {
	font-size: 15px;
}
#time-to-unicorn-text-container {
	margin-top: 16px;
}
#grid-overlay {
	display: grid;
	position: absolute;
	grid-template-rows: 1fr;
	right: 0;
	z-index: 2;
	top: 40px;
	height: calc(100% - 40px);
}
.grid-overlay-cell {
	border-left: 1px solid #36444d;
}
.grid-overlay-cell:last-of-type {
	border-right: 1px solid #36444d;
}
.single-chart-container {
	width: 100%;
	position: relative;
	display: flex;
	box-sizing: border-box;
}
.single-chart-container:nth-child(even) {
	background-color: #2d3940;
}
.single-chart-container:last-of-type {
	border-bottom: 0;
	margin-bottom: 10px;
}
.bar-chart {
	height: 12px;
	box-sizing: border-box;
}
.tooltip {
	position: absolute;
}
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #121e24;
	color: #fff;
	text-align: center;
	padding: 2px 8px;
	position: absolute;
	bottom: 135%;
	left: 10px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
	border: 1px solid #fff;
	z-index: 9999;
	white-space: nowrap;
}
.chart-col,
.chart-col.chart-col-name {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
.tooltip.narrow .tooltiptext {
	left: -10px !important;
}
.tooltip.very-narrow .tooltiptext {
	left: -16px !important;
}
.tooltiptext::after,
.tooltiptext::before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 100%;
	left: 20px;
	margin-left: -10px;
}
.tooltiptext::before {
	border-top: 10px solid #fff;
	margin-top: 0;
}
.tooltiptext::after {
	border-top: 10px solid #121e24;
	margin-top: -2px;
	z-index: 1;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.chart-col {
	box-sizing: border-box;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	position: relative;
}
.chart-col:nth-of-type(1) {
	width: 220px;
	cursor: pointer;
}
.chart-col:nth-of-type(2) {
	width: calc(100% - 220px);
	padding-left: 0;
	padding-right: 0;
}
.chart-col.chart-col-name {
	width: 40%;
}
.chart-col.chart-col-name img {
	width: 16px;
	margin-left: 4px;
	transform: translateY(3px);
	opacity: 0.8;
}
.chart-col.chart-col-name a {
	text-decoration: none;
	color: #223435;
}
.chart-col.chart-col-name a:hover img {
	opacity: 1;
}
.chart-col.chart-col-name a:hover {
	text-decoration: underline;
}
.chart-col.chart-col-cuisine {
	width: 35%;
	font-weight: 900;
	font-size: 11px;
	text-transform: uppercase;
}
.chart-col.chart-col-state {
	width: 25%;
	font-weight: 400;
	font-size: 16px;
}
.chart-col.chart-col-city {
	width: 0%;
	font-weight: 400;
	font-size: 16px;
}
.cuisine-wrapper {
	padding: 6px;
}
.hidden {
	display: none !important;
}
.jssocials-share-logo {
	height: 28px !important;
	width: 28px !important;
}
.jssocials-share-twitter {
	margin-left: 6px;
}
.jssocials-share-facebook {
	margin: 0;
}
.jssocials-share {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.jssocials-shares {
	margin: 0 !important;
}
.info-icon img {
	width: 28px;
}
#info-icon-img {
	margin-left: 4px;
}
#embed-icon-img {
	margin-left: 0;
}
.modal {
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	transition: 0.3s;
}
.m-content {
	position: absolute;
	z-index: 1;
	padding: 20px 40px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: calc(100% - 40px);
	box-sizing: border-box;
	text-align: left;
	border-radius: 0;
	background-color: #3fb8bd;
	color: #121e24;
	font-size: 14px;
	width: 100%;
	max-width: 500px;
}
.open {
	-ms-transform: scaleY(1) !important;
	transform: scaleY(1) !important;
	opacity: 1 !important;
}
#hand,
#scroll-icon-overlay {
	position: absolute;
	opacity: 0;
}
.m-header {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	align-items: center;
}
.m-header h2 {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 48px;
	margin: 0;
	color: #fff;
}
.btn1,
.m-body a {
	text-decoration: none;
	font-weight: 900;
}
.btn-close {
	cursor: pointer;
}
.btn-close img {
	width: 32px;
}
textarea {
	width: 100%;
	min-height: 180px;
	padding: 15px;
	font-size: 12px;
	outline: 0;
	resize: none;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 10px;
	line-height: 14px;
	border: 0;
}
.m-footer {
	margin-top: 10px;
	text-align: right;
}
.btn1 {
	padding: 8px 14px;
	background: #121e24;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1.2px;
	border-radius: 6px;
	cursor: pointer;
}
.m-body a {
	color: #121e24;
}
.m-content p {
	line-height: 1.4;
	margin-bottom: 0;
}
#scroll-icon-overlay {
	transition: opacity 0.15s ease;
	z-index: 10;
	left: calc(50% - 75px);
	top: calc(30% - 20px);
	width: 150px;
	height: 150px;
	pointer-events: none;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.4);
}
@keyframes horizontal-scroll {
	0% {
		left: 30%;
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		left: -30%;
		opacity: 0;
	}
}
#hand {
	width: 100%;
	animation-name: horizontal-scroll;
	animation-duration: 1s;
	left: 30%;
	animation-iteration-count: infinite;
	animation-delay: 0.5s;
}
#whole-icon {
	width: 100%;
	opacity: 1;
	transition: opacity 0.3s ease;
}

@media only screen and (min-width: 600px) {
	#scroll-top-btn {
		left: calc(100% - 100px);
	}
	::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	::-webkit-scrollbar-thumb {
		background: #ccc;
	}
	::-webkit-scrollbar-thumb:hover {
		background: #2d3940;
	}
}
@media only screen and (max-width: 600px) {
	#neomanUnicornHeader {
		background-image: url(https://res.cloudinary.com/zenbusiness/q_auto/v1/shared-assets/illustration/mobile-header.svg);
		padding-bottom: 117%;
		background-position: top center;
	}
	#category-inner-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		row-gap: 4px;
		column-gap: 10px;
		box-sizing: border-box;
	}
	#category-selector-title {
		margin-bottom: 0;
		justify-content: center;
		font-size: 10px;
		grid-column: 1/3;
	}
	.category-selector-dummy {
		grid-column: 2/3;
	}
	.category-selector {
		font-size: 9px;
	}
	#category-selector-overall {
		font-size: 10px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.category-selector .icon {
		width: 16px;
		height: 16px;
	}
	#search-wrapper {
		height: 30px;
	}
	#neomamUnicornSearch {
		font-size: 10px;
	}
	#neomamUnicornSearch::placeholder {
		font-size: 10px;
	}
	#search-wrapper img {
		top: 7px;
	}
	#country-dropdown-wrapper {
		height: 32px;
	}
	.country-dropdown-item {
		font-size: 12px;
	}
	.dropbtn {
		font-size: 10px;
	}
	.charts-header {
		font-size: 9.8px;
	}
	.time-bucket-label {
		font-size: 10px;
	}
	#header-col-company {
		width: 160px;
	}
	#grid-overlay,
	#header-col-time {
		width: calc(100% - 160px);
	}
	.chart-col:nth-of-type(1) {
		font-size: 11px;
		width: 160px;
	}
	.chart-col:nth-of-type(2) {
		width: calc(100% - 160px);
	}
	#client-logo {
		width: 78px;
		flex-shrink: 0;
	}
	#neomanUnicornFooter {
		padding: 10px 6.5%;
	}
	.m-content {
		width: 94%;
	}
	.dropbtn {
		width: 190px;
	}
	#popup {
		width: 180px;
		margin-left: calc(100% - 235px);
		margin-top: 45px;
	}
	#popup-title {
		font-size: 18px;
	}
	.popup-subtitle {
		font-size: 7px;
	}
	#popup-founded-date,
	#popup-founder,
	#popup-unicorn-date,
	#popup-value,
	#time-to-unicorn-text-container {
		font-size: 10px;
	}
	#popup-value {
		margin-bottom: 8px;
	}
	#popup-founded-date-container,
	#popup-unicorn-date-container {
		padding: 6px;
	}
	#popup-close-btn {
		width: 14px;
	}
	.tooltip .tooltiptext {
		left: -10px !important;
	}
	.tooltip.narrow .tooltiptext {
		left: -18px !important;
	}
	.tooltip.very-narrow .tooltiptext {
		left: -20px !important;
	}
}
@media only screen and (max-width: 500px) {
	#country-dropdown-content,
	.dropbtn {
		width: 160px;
	}
}
@media only screen and (max-width: 350px) {
	.time-bucket-label {
		font-size: 8px;
		transform: translateX(5px);
	}
	#header-col-company {
		width: 140px;
	}
	#grid-overlay,
	#header-col-time {
		width: calc(100% - 140px);
	}
	.chart-col:nth-of-type(1) {
		font-size: 11px;
		width: 140px;
	}
	.chart-col:nth-of-type(2) {
		width: calc(100% - 140px);
	}
	#search-and-country-wrapper {
		flex-wrap: wrap;
	}
	#search-wrapper {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	#country-dropdown-content,
	.dropbtn {
		width: 200px;
	}
}
