/* +++++++++++++++ */
/* +++++++++++++++ */
/* +++ GLOBALS +++ */
/* +++++++++++++++ */
/* +++++++++++++++ */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, form, label, canvas, header, footer, menu, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, *:after, *:before {
	box-sizing: border-box;
}
html, body {
	position: relative;
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
	color: #151515;
	line-height: 1;
    overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	font-variant-ligatures: no-common-ligatures;
	-webkit-font-variant-ligatures: no-common-ligatures;
}
button {
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	appearance: none;
	background-color: transparent;
	color: white;
	font-family: "Space Mono", monospace;
	font-weight: 700;
	line-height: 1;
}
img {
    height: 100%;
	width: 100%;
	object-fit: contain;
}
@media screen and (orientation: landscape) {
	.portrait {
		display: none;
	}
}
@media screen and (orientation: portrait) {
	.landscape {
		display: none;
	}
}
/* ++++++++++++ */
/* ++++++++++++ */
/* +++ TEXT +++ */
/* ++++++++++++ */
/* ++++++++++++ */
h1 {
	font-family: "DM Mono", monospace;
    font-weight: 500;
    text-align: center;
}
h2 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 500;
    text-align: center;
}
h3 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 400;
	line-height: 1.25;
    text-align: center;
}
h4 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 500;
    text-align: center;
}
h5 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 400;
    text-align: left;
}
h6 {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
}
p {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	text-align: center;
}
li {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	line-height: 1.5;
}
a {
    color: inherit;
    font-family: inherit;
	text-decoration: none;
	transition: all .3s ease;
}
a:hover {
	color: tomato;
	cursor: pointer;
}
.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 600,
	'GRAD' 0,
	'opsz' 24
}
.material-symbols-sharp {
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}
@media screen and (orientation: landscape) {
	h1 {
		font-size: 16vw;
	}
	h2 {
		font-size: 10vw;
	}
	h3 {
		max-width: 24ch;
		font-size: 5vw;
	}
	h4 {
		font-size: 16vw;
	}
	h5 {
		font-size: 4.25vw;
	}
	h6 {
		font-size: 3.25vw;
	}
	p {
		font-size: 1rem;
	}
	#marty {
		margin-top: 1.5rem;
	}
}
@media screen and (orientation: portrait) {
	h1 {
		font-size: 16vw;
	}
	h2 {
		font-size: 10vw;
	}
	h3 {
		font-size: 5vw;
	}
	h4 {
		font-size: 16vw;
	}
	h5 {
		font-size: 5.5vw;
	}
	h6 {
		font-size: 5vw;
	}
	p {
		font-size: 3.75vw;
	}
	#marty {
		margin-top: 4vw;
	}
}
/* ++++++++++++++ */
/* ++++++++++++++ */
/* +++ HEADER +++ */
/* ++++++++++++++ */
/* ++++++++++++++ */
header {
    display: flex;
    justify-content: space-between;
	align-items: center;
    position: fixed;
	top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}
#cell-tagger-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: "DM Mono", monospace;
    font-weight: 500;
    text-align: center;
}
#link-container {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
    font-weight: 700;
	text-transform: uppercase;
}
#product-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
header a {
	height: 100%;
}
header a:hover {
    transform: scale(.9);
}
@media screen and (orientation: landscape) {
	header {
		padding: 1vw 1vw 0;
	}
	#cell-tagger-logo {
		font-size: 3vw;
		height: 8vh;
	}
	#cell-tagger-logo .material-symbols-outlined {
		font-size: inherit;
	}
	#cell-tagger-logo .material-symbols-sharp {
		font-size: 4vw;
	}
	#link-container {
		flex-direction: row;
		gap: 1rem;
		font-size: .875rem;
	}
	#product-links {
		gap: .5rem;
		height: 3rem;
	}
	#excel-link {
		padding: .2rem 0;
	}
}
@media screen and (orientation: portrait) {
	header {
		padding: 5vw 5vw 0;
	}
	#cell-tagger-logo {
		font-size: 12vw;
		height: 12vw;
	}
	#cell-tagger-logo .material-symbols-outlined {
		font-size: inherit;
	}
	#cell-tagger-logo .material-symbols-sharp {
		font-size: inherit;
	}
	#link-container {
		gap: 3vw;
		font-size: 3.75vw;
	}
	#product-links {
		gap: 5vw;
		height: 10vw;
	}
	#excel-link {
		padding: .75vw 0;
	}
}
/* ++++++++++++ */
/* ++++++++++++ */
/* +++ BODY +++ */
/* ++++++++++++ */
/* ++++++++++++ */
#scroll-controller {
	position: relative;
	z-index: 1;
	background-color: #f5f5f5;
}
#scene {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	perspective: 400px; /* set by js */
	transform-style: preserve-3d;
	z-index: 2;
}
#section-block-wrapper {
	position: relative;
	transform-style: preserve-3d;
	/* Control initial z-depth */
	/* Negative value is deeper into the page */
	transform: translateZ(0px);
}
.section-block {
    display: block;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
    overflow: hidden;
    transform-origin: center;
	transform-style: preserve-3d;
}
.section-content-container {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
	transform-style: preserve-3d;
}
.half {
    position: absolute;
    overflow: hidden;
    transition: transform 0.3s ease-out;
	transform-style: preserve-3d;
	background-color: #f5f5f5;
	backface-visibility: hidden;
    transform-origin: center center;
}
section:nth-child(odd) .half {
    height: 50%;
    width: 100%;
	transform-origin: center center;
}
section:nth-child(even) .half {
    height: 100%;
    width: 50%;
	transform-origin: center center;
}
.first-half {
    top: 0;
    left: 0;
}
section:nth-child(odd) .second-half {
    bottom: 0;
    left: 0;
}
section:nth-child(even) .second-half {
    top: 0;
    right: 0;
}
.half-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section:nth-child(odd) .half-content {
    height: 200%;
    width: 100%;
}
section:nth-child(even) .half-content {
    height: 100%;
    width: 200%;
}
section:nth-child(odd) .second-half .half-content {
    transform: translateY(-50%);
}
section:nth-child(even) .second-half .half-content {
    transform: translateX(-50%);
}
#availability {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
section:last-child .second-half {
	display: none;
}
section:last-child .first-half {
	width: 100%;
}
section:last-child .first-half .half-content {
	width: 100%;
}
.image {
	object-fit: contain;
	object-position: center;
}
.gif {
	height: auto;
	width: 100%;
}
.gif-with-text {
	margin-top: 2rem;
}
@media screen and (orientation: landscape) {
	section:first-child h3 {
		margin-top: 3rem;
	}
	.half-content {
		padding: 0;
	}
	#availability {
		gap: 2.5vw;
		height: 14vw;
		margin-top: 3vw;
	}
	#availability img:first-child {
		padding: 1vw 0;
	}
}
@media screen and (orientation: portrait) {
	section:first-child h3 {
		margin-top: 1rem;
	}
	.half-content {
		padding: 5vw;
	}
	#availability {
		gap: 5vw;
		height: 20vw;
		margin-top: 5vw;
	}
	#availability img:first-child {
		padding: 1.5vw 0;
	}
	section:last-child h1 {
		font-size: 12rem;
	}
}
/* ++++++++++++++ */
/* ++++++++++++++ */
/* +++ FOOTER +++ */
/* ++++++++++++++ */
/* ++++++++++++++ */
footer {
    display: flex;
    justify-content: space-between;
    position: fixed;
	bottom: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99;
}
footer p {
	color: #999;
}
footer a {
	text-decoration: underline;
}
@media screen and (orientation: landscape) {
	footer {
		padding: 0 1vw 1vw;
	}
}
@media screen and (orientation: portrait) {
	footer {
		padding: 0 5vw 5vw;
	}
}
/* +++++++++++++++ */
/* +++++++++++++++ */
/* +++ PRIVACY +++ */
/* +++++++++++++++ */
/* +++++++++++++++ */
#legal h2 {
	text-align: left;
}
#legal h3 {
	font-family: "DM Mono", monospace;
	text-align: left;
	font-weight: 500;
}
#legal p {
	text-align: left;
	line-height: 1.25;
}
#legal br {
	display: block;
	content: "";
}
@media screen and (orientation: landscape) {
	#legal {
		padding: 20vh 8vw;
	}
	.legal-content-container {
		margin-top: 10vh;
	}
	#legal section {
		margin-bottom: 15vh;
	}
	#legal h5 {
		margin: 0 0 3vh;
	}
	#legal h6 {
		margin: 8vh 0 3vh;
	}
	#legal p {
		max-width: 47ch;
		font-size: 3vh;
	}
	#legal ol {
		margin: 5vh 0;
	}
	#legal li {
		max-width: 43ch;
		font-size: 3vh;
	}
	#legal br {
		margin-bottom: 1rem;
	}
}
@media screen and (orientation: portrait) {
	#legal {
		padding: 15vh 5vw;
	}
	.legal-content-container {
		margin-top: 20vw;
	}
	#legal section {
		margin-bottom: 15vw;
	}
	#legal h2 {
		margin-top: 1vw;
		font-size: 12vw;
	}
	#legal h3 {
		font-size: 6vw;
	}
	#legal h5 {
		font-size: 6vw;
		margin: 0 0 4vw;
	}
	#legal h6 {
		margin: 5vw 0 3vw;
	}
	.legal-content-container {
		margin-top: 10vh;
	}
	#legal p {
		font-size: 4.125vw;
		font-weight: 300;
	}
	#legal ol {
		margin: 5vw 0;
		padding-left: 6vw;
	}
	#legal li {
		font-size: 4.125vw;
		font-weight: 300;
	}
	#legal br {
		margin-bottom: 4vw;
	}
}