/*!
Theme Name: Cal100 - California Considers
Theme URI: https://eachevery.com/
Author: Each+Every
Author URI: https://eachevery.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ca100
Tags: ca100, california
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

test is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Imports
	- Colors
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# pages
	- files

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Imports */

/* Typography */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
    --font-mono: 'IBM Plex Mono', monospace;
    --font-sans: 'Montserrat', sans-serif;
    --font-serif: 'Syncopate', sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	clear: both;
}

h1 {
	color: var(--black);
	font-family: var(--font-serif);
	font-size: 50px; /* 70px; */
	font-weight: 700;
	line-height: 1; /* 73px; */
	text-transform: uppercase;
}

h2 {
	color: transparent;
	font-family: var(--font-serif);
	font-size: 50px; /* 70px; */
	font-weight: 700;
	line-height: 1; /* 73px; */
	text-transform: uppercase;
	-webkit-text-stroke: 1px var(--black);
}

h3 {
	color: var(--black);
	font-family: var(--font-serif);	
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: uppercase;
}

h4 {
	color: var(--black);
	font-family: var(--font-serif);
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h5 {
	color: var(--black);
	font-family: var(--font-sans);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.16em;
}

h6 {
	font-family: var(--font-serif);
	/* font-size: 14px; */
	font-weight: 700;
	/* line-height: $font__line-height-heading; */
	text-transform: uppercase;
}

p {
	margin: 0px;
    /* margin-bottom: 1.5em; */
	font-family: var(--font-sans);
	/* font-size: 22px; */
	line-height: 1.2;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-family: var(--font-schoolbook);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}

address {
	margin: 0 0 1.5em;
}

pre {
    max-width: 100%;
	overflow: auto;
	margin-bottom: 1.6em;
	background: none;
	padding: 1.6em;
	font-family: 'IBM Plex Mono', monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-family: 'IBM Plex Mono', monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Colors */

:root {
	--orange: #FF6148;
	--black: #000000;
	--donutL: #000000;
	--donutR: #FF6148;
	--c1: #FF6148;
	--c2: #D6D5D5;
	--c3: #747474;
	--c4: #000000;
}

/* Box sizing */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

/* Add proper display to SVG's */

svg {
	display: block;
}

/* Reset Button Style */

button {
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* @import "base/base"; */

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* @import "layouts/content-sidebar"; // Uncomment this line for a sidebar on right side of your content. */

/* @import "layouts/sidebar-content"; // Uncomment this line for a sidebar on left side of your content. */

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* @import "components/components"; */

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* @import "utilities/accessibility"; */

/* Alignments
--------------------------------------------- */

/* @import "utilities/alignments"; */

@keyframes fadeIn {
	99% {
	  visibility: hidden;
	}
	100% {
	  visibility: visible;
	}
}

@keyframes fadeOut {
	99% {
	  visibility: visible;
	}
	100% {
	  visibility: hidden;
	}
}

/* Site Header CSS
--------------------------------------------- */

.site-header {
	display: flex;
	position: fixed;
	padding: 40px 48px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	left: 0;
	top: 0;
	z-index: 1000;
}

@media (max-width: 767px) {

.site-header {
		padding: 23px 20px
}
	}

.site-header .site-logo {
		display: block;
		flex: 0 0 auto;
		line-height: 0;
	}

.site-header .site-logo svg {
			display: block;
			height: auto;
			width: 100%;
		}

.site-header .site-actions {
		display: flex;
		align-items: center;
		gap: 45px;
	}

@media (max-width: 767px) {

.site-header .site-actions .full-report {
				display: none
		}
			}

.full-report {
	display: block;
	padding: 12px 20px;
	border: 1px solid var(--black);
	border-radius: 10px;
	color: var(--black);
	font-family: var(--font-serif);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 300ms;
}

.full-report:hover {
		background-color: var(--black);
		border-color: var(--black);
		color: #ffffff;
	}

.site-navigation {
	display: block;
	position: fixed;
	max-width: 638px;
	height: 100svh;
	width: 100%;
	left: 100%;
	top: 0;
	transform: translateX(0%);
	transition: transform 500ms;
	background-color: #F5F5F5;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	z-index: 1001;
}

.site-navigation.active {
		transform: translateX(-100%);
	}

.site-navigation .container {
		display: flex;
		height: 100svh;
		width: 100%;
		flex-direction: column;
		padding: 60px 50px;
	}

@media (max-width: 767px) {

.site-navigation .container {
			padding: 23px 20px 40px
	}
		}

.site-navigation .container h2 {
			margin: 0;
			flex: 0 0 auto;
			font-size: 36px;
			line-height: 1.1;
		}

@media (max-width: 767px) {

.site-navigation .container h2 {
				font-size: 32px
		}
			}

.site-navigation .container .menu-navigation-container {
			display: flex;
			flex: 1 1 auto;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-end;
			gap: 40px;
			
		}

.site-navigation .container .menu-navigation-container .sponsors {
				max-width: 280px;
				display: flex;
				flex-direction: column;
				gap: 30px;
				margin-top: 30px;
			}

@media (max-width: 767px) {

.site-navigation .container .menu-navigation-container .sponsors { 
					max-width: 140px;
					gap: 15px;
					margin-top: 0px
			}
				}

.site-navigation .container .menu-navigation-container .sponsors img {
					max-width: 100%;
					height: auto;
				}

.site-navigation .container .menu-main-navigation-container {
			width: 100%;
		}

.site-navigation .container #menu-main-navigation {
			margin: 0;
			padding: 0;
			border-top: 1px solid var(--black);
			list-style-type: none;
		}

.site-navigation .container #menu-main-navigation > .menu-item {
				display: block;
				border-bottom: 1px solid var(--black);
				font-size: 36px;
				line-height: 1.1;
			}

@media (max-width: 767px) {

.site-navigation .container #menu-main-navigation > .menu-item {
					font-size: 32px
			}
				}

.site-navigation .container #menu-main-navigation > .menu-item > a {
					display: block;
					padding: 20px 0;
					color: var(--black);
					font-family: var(--font-serif);
					font-size: 36px;
					line-height: 1.1;
					text-decoration: none;
					text-transform: uppercase;
					transition: 300ms;
				}

.site-navigation .container #menu-main-navigation > .menu-item > a:hover {
						color: var(--orange);
					}

@media (max-width: 767px) {

.site-navigation .container #menu-main-navigation > .menu-item > a {
						font-size: 32px
				}
					}

.site-navigation .close {
		display: block;
		position: absolute;
		height: auto;
		width: 46px;
		top: 56px;
		right: 50px;
		line-height: 0;
	}

@media (max-width: 767px) {

.site-navigation .close {
			top: 20px;
			right: 20px
	}
		}

.site-navigation .close svg {
			display: block;
			height: auto;
			width: 100%;
		}

/* Custom CSS
--------------------------------------------- */

.homepage #primary {
	position: relative;
	height: 100svh;
	width: 100vw;
	overflow: hidden;
}

.donut-left {
	position: absolute;
	height: 570px;
	width: 285px;
	right: 50%;
	top: calc(50svh - 285px);
	transform: translateX(0px);
	opacity: 0;
	overflow: hidden;
	z-index: 2;
	transition: transform 800ms;
}

@media (max-width: 1280px) {

.donut-left {
		height: 320px;
		width: 160px;
		top: calc(50svh - 160px)
}
	}

@media (max-width: 767px) {

.donut-left {
		height: 216px;
		width: 108px;
		top: calc(50svh - 108px)
}
	}

.donut-left::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 570px;
		border: 114px solid var(--donutL);
		border-radius: 999px;
		transition: 300ms;
	}

@media (max-width: 1280px) {

.donut-left::before {
			width: 320px;
			border-width: 65px
	}
		}

@media (max-width: 767px) {

.donut-left::before {
			width: 216px;
			border-width: 42px
	}
		}

.donut-left.spread {
		transform: translateX(-420px);
	}

@media (max-width: 1024px) {

.donut-left.spread {
			transform: translateX(-320px)
	}
		}

@media (max-width: 767px) {

.donut-left.spread {
			transform: translateX(-180px)
	}
		}

.donut-right {
	position: absolute;
	height: 570px;
	width: 285px;
	left: 50%;
	top: calc(50svh - 285px);
	transform: translateX(0px);
	opacity: 0;
	overflow: hidden;
	z-index: 1;
	transition: transform 800ms;
}

@media (max-width: 1280px) {

.donut-right {
		height: 320px;
		width: 160px;
		top: calc(50svh - 160px)
}
	}

@media (max-width: 767px) {

.donut-right {
		height: 216px;
		width: 108px;
		top: calc(50svh - 108px)
}
	}

.donut-right::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 570px;
		border: 114px solid var(--donutR);
		border-radius: 999px;
		transition: border 300ms;
	}

@media (max-width: 1280px) {

.donut-right::before {
			width: 320px;
			border-width: 65px
	}
		}

@media (max-width: 767px) {

.donut-right::before {
			width: 216px;
			border-width: 42px
	}
		}

.donut-right.spread {
		transform: translateX(420px);
	}

@media (max-width: 1024px) {

.donut-right.spread {
			transform: translateX(320px)
	}
		}

@media (max-width: 767px) {

.donut-right.spread {
			transform: translateX(180px)
	}
		}

.donut-right.white::before {
		border-color: #ffffff;
	}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	line-height: 0;
}

@media (max-width: 767px) {

.primary-nav {
		gap: 5px
}
	}

.primary-nav .prev, .primary-nav .next {
		display: block;
		border-radius: 999px;
		cursor: pointer;
		opacity: 1;
		transition: 300ms;
	}

.primary-nav svg {
		height: auto;
		width: 54px;
		pointer-events: none;
	}

@media (max-width: 767px) {

.primary-nav svg {
			width: 32px
	}
		}

.primary-nav .disabled {
		cursor: default;
		pointer-events: none;
		opacity: 0.25;
	}

.primary-nav .skip-to-data {
		margin-left: 25px;
		color: var(--black);
		font-family: var(--font-mono);
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		text-decoration: underline;
		transition: 300ms;
	}

@media (max-width: 767px) {

.primary-nav .skip-to-data {
			margin-left: 15px;
			font-size: 12px;
			line-height: 16px
	}
		}

.h-screen {
	height: 100svh;
}

.w-screen {
	width: 100vw;
}

.section {
	position: absolute;
	height: 100svh;
	width: 100vw;
	padding: 120px 50px;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 300ms;
	/* z-index: 1; */
}

.section.active {
	opacity: 1;
	visibility: visible;
}

.section-shape {
    position: absolute;
    width: 100%;
	bottom: -1px;
    left: 0;
	overflow: hidden;
	transform: rotate(180deg);
    direction: ltr;
    line-height: 0;
}

.section-shape svg {
		display: block;
		width: calc(100% + 1.3px);
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

/* z-index: -1; */

.section-shape svg .shape-fill {
			fill: #fff;
			transform-origin: center;
			transform: rotateY(0deg);
		}

.resize-container {
	position: fixed;
	height: 100svh;
	width: 100vw;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: -999;
}

@property --pie1 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pie2 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pie3 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pie4 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pieCurrent1 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pieCurrent2 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pieCurrent3 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@property --pieCurrent4 {
	syntax: '<number>';
	inherits: true;
	initial-value: 0;
}

@keyframes p {
	from {
		--pie1: var(--pieCurrent1);
		--pie2: var(--pieCurrent2);
		--pie3: var(--pieCurrent3);
		--pie4: var(--pieCurrent4);
	}
}

.graph {
	display: flex;
	position: relative;
	justify-content: center;
}

.graph .pie {
		height: 570px;
		width: 570px;
		background: conic-gradient(
			var(--c1) 0 calc(var(--pie1) * 1%), 
			var(--c2) calc(var(--pie1) * 1%) calc((var(--pie1) + var(--pie2)) * 1%), 
			var(--c3) calc((var(--pie1) + var(--pie2)) * 1%) calc((var(--pie1) + var(--pie2) + var(--pie3)) * 1%),
			var(--c4) calc((var(--pie1) + var(--pie2) + var(--pie3)) * 1%) calc((var(--pie1) + var(--pie2) + var(--pie3) + var(--pie4)) * 1%),
			transparent 0
		);
		border-radius: 999px;
		transition: 1000ms;
	}

.graph .pie.active {
			animation: p 1s forwards;
		}

@media (max-width: 1280px) {

.graph .pie {
			height: 320px;
			width: 320px
	}
		}

@media (max-width: 767px) {

.graph .pie {
			height: 216px;
			width: 216px
	}
		}

.graph .image {
		position: absolute;
		height: 350px;
		width: 350px;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		background-color: #cccccc;
		border-radius: 999px;
		overflow: hidden;
	}

@media (max-width: 1280px) {

.graph .image {
			height: 196px;
			width: 196px
	}
		}

@media (max-width: 767px) {

.graph .image {
			height: 132px;
			width: 132px
	}
		}

.graph .key {
		display: flex;
		position: absolute;
		align-items: flex-start;
		flex-direction: column;
		left: calc(100% + 17px);
		top: 50%;
		gap: 5px;
		transform: translateY(-50%);
	}

@media (max-width: 767px) {

.graph .key {
			align-items: flex-end;
			justify-content: flex-end;
			bottom: calc(0% - 30px);
			left: auto;
			right: 20px;
			transform: none
	}
		}

.graph .key > div {
			padding: 5px 10px;
			border-radius: 99px;
			font-family: var(--font-mono);
			font-size: 14px;
			font-weight: 400;
			line-height: 18px;
			text-transform: capitalize;
			white-space: nowrap;
		}

@media (max-width: 767px) {

.graph .key > div {
				font-size: 8px;
				line-height: 11px
		}
			}

.graph .key .for {
			background-color: var(--c1);
			color: var(--black);
		}

.graph .key .undecided {
			background-color: var(--c2);
			color: var(--black);
		}

.graph .key .na {
			background-color: var(--c3);
			color: #ffffff;
		}

.graph .key .against {
			background-color: var(--c4);
			color: #ffffff;
		}

.stats nav {
		display: flex;
		position: absolute;
		justify-content: center;
		width: 100%;
		top: calc(100% + 38px);
	}

@media (max-width: 767px) {

.stats nav {
			width: auto;
			bottom: calc(0% - 30px);
			left: 20px;
			top: auto
	}
		}

.stats nav.inactive button {
				pointer-events: none !important;
			}

.stats nav button {
			padding: 6px 13px;
			border: 1px solid transparent;
			border-radius: 99px;
			color: var(--black);
			font-family: var(--font-mono);
			font-size: 14px;
			font-weight: 400;
			line-height: 18px;
			text-transform: capitalize;
			white-space: nowrap;
			transition: border-color 300ms;
		}

@media (max-width: 767px) {

.stats nav button {
				padding: 4px 9px;
				font-size: 8px;
				line-height: 11px
		}
			}

.stats nav .active {
			border-color: var(--black);
		}

.initial-image {
	position: absolute;
	max-width: none;
	height: calc(100svh * 0.78961504028);
	width: auto;
	left: calc(100vw * 0.51909722222);
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
}

.initial-image.active {
		opacity: 1;
		visibility: visible;
	}

.section[data-section="initial"] {
	background-color: rgba(0, 0, 0, 0.03);
}

@media (max-width: 1420px) {

.section[data-section="initial"] {
		padding: 120px 50px 50px 50px
}
	}

@media (max-width: 767px) {

.section[data-section="initial"] {
		padding: 120px 20px 20px 20px
}
	}

.section[data-section="initial"] .container {
		display: flex;
		position: relative;
		max-width: 762px;
		height: 100%;
		flex-direction: column;
		justify-content: space-between;
		z-index: 2;
	}

@media (max-width: 767px) {

.section[data-section="initial"] h1 {
			font-size: 30px;
			line-height: 1.03
	}
		}

.section[data-section="initial"] .content {
		max-width: 412px;
	}

@media (max-width: 1420px) {

.section[data-section="initial"] .content {
			max-width: 320px
	}
		}

@media (max-width: 1280px) {

.section[data-section="initial"] .content {
			max-width: 80%
	}
		}

@media (max-width: 767px) {

.section[data-section="initial"] .content {
			max-width: 100%
	}
		}

.section[data-section="initial"] .content h3 {
			margin-bottom: 16px;
			color: var(--orange);
			font-size: 24px;
			line-height: 1.03em;
			letter-spacing: 0.04em;
		}

@media (max-width: 767px) {

.section[data-section="initial"] .content h3 {
				font-size: 22px
		}
			}

.section[data-section="initial"] .content p {
			margin-bottom: 27px;
			color: var(--black);
			font-family: var(--font-sans);
			font-size: 18px;
			font-weight: 500;
			line-height: 1.16em;
		}

@media (max-width: 767px) {

.section[data-section="initial"] .content p {
				margin-bottom: 16px;
				font-size: 14px;
				line-height: 17px
		}
			}

.section[data-section="initial"] .content .next-section {
			line-height: 0;
		}

.section[data-section="initial"] .content svg {
			height: auto;
			width: 68px;
		}

@media (max-width: 1280px) {

.section[data-section="initial"] .content svg {
				width: 52px
		}
			}

@media (max-width: 767px) {

.section[data-section="initial"] .content svg {
				width: 42px
		}
			}

/* img {
		position: absolute;
		max-width: none;
		height: calc(100vh * 0.78961504028);
		width: auto;
		left: calc(100vw * 0.51909722222);
		bottom: 0;
		transform: translateX(-50%);
		z-index: 1;
	} */

.section[data-section="initial"] .sponsors {
		display: flex;
		position: absolute;
		bottom: 220px;
		right: 50px;
		flex-direction: column;
		gap: 30px;
	}

@media (max-width: 1420px) {

.section[data-section="initial"] .sponsors {
			bottom: 145px
	}
		}

@media (max-width: 1280px) {

.section[data-section="initial"] .sponsors {
			bottom: 129px
	}
		}

@media (max-width: 1024px) {

.section[data-section="initial"] .sponsors {
			display: none
	}
		}

.section[data-section="initial"] .sponsors img {
			display: block;
			height: auto;
			max-width: 283px;
			width: 100%;
		}

.section[data-section="intro"] {
	background-color: rgba(0, 0, 0, 0.03);
}

.section[data-section="intro"].inactive {
		point-events: none !important;
	}

.section[data-section="intro"] .container {
		position: absolute;
		max-width: 550px;
		height: auto;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

@media (max-width: 767px) {

.section[data-section="intro"] .container {
			max-width: 270px
	}
		}

.section[data-section="intro"] .container svg {
			height: auto;
			width: 68px;
		}

@media (max-width: 767px) {

.section[data-section="intro"] .container svg {
				width: 50px
		}
			}

.section[data-section="intro"] h3 {
		margin-bottom: 20px;
		text-align: center;
		opacity: 1;
		transition: 300ms;
	}

.section[data-section="intro"] h3.fade {
			opacity: 0;
		}

@media (max-width: 767px) {

.section[data-section="intro"] h3 {
			font-size: 16px;
			line-height: 1.3
	}
		}

.section[data-section="intro"] p {
		margin-bottom: 115px;
		font-family: var(--font-sans);
		font-weight: 500;
		font-size: 18px;
		line-height: 1.16em;
		text-align: center;
		opacity: 1;
		transition: 300ms;
	}

.section[data-section="intro"] p.fade {
			opacity: 0;
		}

@media (max-width: 1024px) {

.section[data-section="intro"] p {
			margin-bottom: 45px
	}
		}

@media (max-width: 767px) {

.section[data-section="intro"] p {
			margin-bottom: 0;
			font-size: 14px;
			line-height: 17px
	}
		}

.section[data-section="intro"] button {
		display: block;
		margin: 0 auto;
		line-height: 0;
	}

@media (max-width: 767px) {

.section[data-section="intro"] button {
			position: absolute;
			left: 50%;
			top: calc(100% + 120px);
			transform: translateX(-50%)
	}
		}

.section[data-section="featured"] {
	z-index: 3;
	background-color: var(--orange);
}

@media (max-width: 1420px) {

.section[data-section="featured"] {
		padding: 120px 50px 50px 50px
}
	}

@media (max-width: 767px) {

.section[data-section="featured"] {
		padding: 120px 20px 20px 20px
}
	}

.section[data-section="featured"] .container {
		display: flex;
		max-width: 435px;
		flex-direction: column;
		justify-content: flex-start;
	}

@media (min-width: 1421px) and (max-width: 1600px) {

.section[data-section="featured"] .container {
			max-width: 350px
	}
		}

@media (max-width: 1420px) {

.section[data-section="featured"] .container {
			max-width: 650px;
			height: 100%;
			justify-content: space-between
	}
		}

@media (max-width: 767px) {

.section[data-section="featured"] .container {
			max-width: 100%
	}
		}

.section[data-section="featured"] h2 {
		margin-bottom: 120px;
		color: var(--orange);
	}

@media (max-width: 1420px) {

.section[data-section="featured"] h2 {
			margin-bottom: 18px
	}
		}

@media (max-width: 1024px) {

.section[data-section="featured"] h2 {
			font-size: 48px;
			line-height: 53px;
			margin-bottom: 15px
	}
		}

@media (max-width: 767px) {

.section[data-section="featured"] h2 {
			margin-bottom: 6px;
			font-size: 14px;
			line-height: 15px;
			letter-spacing: 0.04em
	}
		}

@media (max-width: 1420px) {

.section[data-section="featured"] h2 br {
				display: none !important
		}
			}

.section[data-section="featured"] .stats {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

@media (max-width: 767px) {

.section[data-section="featured"] .stats {
			width: 100%
	}
		}

.section[data-section="featured"] h3, .section[data-section="featured"] h4, .section[data-section="featured"] h5 {
		opacity: 1;
		transition: 300ms;
	}

@media (max-width: 1420px) {

.section[data-section="featured"] h3, .section[data-section="featured"] h4, .section[data-section="featured"] h5 {
			max-width: 320px
	}
		}

@media (max-width: 1280px) {

.section[data-section="featured"] h3, .section[data-section="featured"] h4, .section[data-section="featured"] h5 {
			max-width: none
	}
		}

.section[data-section="featured"] h3 {
		margin-bottom: 18px;
	}

@media (max-width: 767px) {

.section[data-section="featured"] h3 {
			margin-bottom: 6px;
			font-size: 14px;
			line-height: 15px;
			letter-spacing: 0.04em
	}
		}

.section[data-section="featured"] h4 {
		margin-bottom: 18px;
		color: #ffffff;
	}

@media (max-width: 767px) {

.section[data-section="featured"] h4 {
			margin-bottom: 0;
			font-size: 14px;
			line-height: 15px;
			letter-spacing: 0.04em
	}
		}

.section[data-section="featured"] h5 {
		margin-bottom: 48px;
	}

@media (max-width: 767px) {

.section[data-section="featured"] h5 {
			margin-bottom: 16px;
			font-size: 14px;
			line-height: 17px
	}
		}

.section[data-section="featured"] .featured-nav {
		display: flex;
		position: absolute;
		justify-content: center;
		bottom: 50px;
		left: 50%;
		gap: 15px;
		transform: translateX(-50%);
	}

@media (max-width: 1280px) {

.section[data-section="featured"] .featured-nav {
			display: none
	}
		}

.section[data-section="featured"] .featured-nav div {
			height: 14px;
			width: 14px;
			background-color: transparent;
			border: 1px solid var(--black);
			border-radius: 999px;
			transition: 300ms;
		}

.section[data-section="featured"] .featured-nav .active {
			background-color: var(--black);
		}

.section[data-section="featured"].fade h3, .section[data-section="featured"].fade h4, .section[data-section="featured"].fade h5 {
			opacity: 0;
		}

.section[data-section="featured"].inactive .primary-nav {
			pointer-events: none;
		}

.section[data-section="featured"] .graph {
		--c1: #ffffff;
	}

.section[data-section="data_intro"] {
	background-color: var(--orange);
}

.section[data-section="data_intro"] .container {
		display: flex;
		position: absolute;
		max-width: 440px;
		height: auto;
		width: 100%;
		align-items: center;
		flex-direction: column;
		gap: 40px;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

@media (max-width: 767px) {

.section[data-section="data_intro"] .container {
			max-width: 220px;
			gap: 20px
	}
		}

.section[data-section="data_intro"] h3 {
		margin: 0;
		font-family: 'Syncopate', sans-serif;
		text-align: center;
		opacity: 1;
		transition: 300ms;
	}

@media (max-width: 767px) {

.section[data-section="data_intro"] h3 {
			font-size: 16px;
			letter-spacing: 0.1em;
			line-height: 1.3
	}
		}

.section[data-section="data_intro"] button {
		display: block;
		padding: 15px 25px;
		border: 1px solid var(--black);
		border-radius: 999px;
		color: var(--black);
		font-family: var(--font-mono);
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		text-transform: capitalize;
	}

@media (max-width: 767px) {

.section[data-section="data_intro"] button {
			padding: 12px 20px;
			font-size: 12px;
			line-height: 15px
	}
		}

.section[data-section="data"] {
	background-color: #ffffff;
	z-index: 3;
}

@media (max-width: 1420px) {

.section[data-section="data"] {
		padding: 120px 50px 80px 50px
}
	}

@media (max-width: 1024px) {

.section[data-section="data"] {
		padding: 120px 50px 100px 50px
}
	}

@media (max-width: 767px) {

.section[data-section="data"] {
		padding: 120px 20px 74px 20px
}
	}

.section[data-section="data"] .container {
		display: flex;
		max-width: 455px;
		flex-direction: column;
		justify-content: flex-start;
	}

@media (min-width: 1421px) and (max-width: 1600px) {

.section[data-section="data"] .container {
			max-width: 350px
	}
		}

@media (max-width: 1420px) {

.section[data-section="data"] .container {
			max-width: 280px
	}
		}

@media (max-width: 1024px) {

.section[data-section="data"] .container {
			max-width: 100%;
			height: 100%;
			justify-content: space-between
	}
		}

.section[data-section="data"] h2 {
		margin-bottom: 80px;
		color: #ffffff;
	}

@media (max-width: 1024px) {

.section[data-section="data"] h2 {
			margin-bottom: 18px
	}
		}

@media (max-width: 767px) {

.section[data-section="data"] h2 {
			margin-bottom: 10px;
			font-size: 14px;
			line-height: 15px;
			letter-spacing: 0.04em
	}
		}

.section[data-section="data"] .stats {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

@media (max-width: 767px) {

.section[data-section="data"] .stats {
			width: 100%
	}
		}

.section[data-section="data"] h4 {
		margin-bottom: 8px;
		color: var(--orange);
	}

@media (max-width: 767px) {

.section[data-section="data"] h4 {
			margin-bottom: 2px;
			font-size: 14px;
			line-height: 15px;
			letter-spacing: 0.04em
	}
		}

.section[data-section="data"] .chapter button, .section[data-section="data"] .topic button, .section[data-section="data"] .question button, .section[data-section="data"] .quotes button {
			display: flex;
			align-items: center;
			gap: 8px;
			justify-content: flex-start;
			opacity: 1;
			transition: opacity 300ms;
		}

.section[data-section="data"] .chapter button span, .section[data-section="data"] .topic button span, .section[data-section="data"] .question button span, .section[data-section="data"] .quotes button span {
				color: var(--black);
				font-family: var(--font-mono);
				font-size: 14px;
				font-weight: 400;
				line-height: 18px;
				text-transform: capitalize;
			}

@media (max-width: 767px) {

.section[data-section="data"] .chapter button span, .section[data-section="data"] .topic button span, .section[data-section="data"] .question button span, .section[data-section="data"] .quotes button span {
					font-size: 12px;
					line-height: 16px
			}
				}

.section[data-section="data"] .chapter, .section[data-section="data"] .topic { /* .primary-nav */
		margin-bottom: 40px;
	}

@media (max-width: 1024px) {

.section[data-section="data"] .chapter, .section[data-section="data"] .topic {
			margin-bottom: 0
	}
		}

@media (max-width: 1024px) {

.section[data-section="data"] .chapter {
			margin-bottom: 18px
	}
		}

@media (max-width: 767px) {

.section[data-section="data"] .chapter {
			margin-bottom: 10px
	}
		}

.section[data-section="data"] .question {
		margin-bottom: 24px;
	}

@media (max-width: 767px) {

.section[data-section="data"] .question {
			margin-bottom: 12px
	}
		}

@media (max-width: 767px) {

.section[data-section="data"] .question h4 {
				display: none
		}
			}

.section[data-section="data"] .question h5 {
			opacity: 1;
			transition: opacity 300ms;
		}

@media (max-width: 767px) {

.section[data-section="data"] .question h5 {
				font-size: 12px;
				line-height: 16px
		}
			}

.section[data-section="data"].fade .chapter button, .section[data-section="data"].fade .topic button {
				opacity: 0;
			}

.section[data-section="data"].fade .question h5 {
				opacity: 0;
			}

.section[data-section="data"].inactive .primary-nav {
			pointer-events: none;
		}

.section[data-section="data"].inactive button {
			pointer-events: none;
		}

.change-questions {
	display: flex;
	position: fixed;
	height: auto;
	width: 100%;
	left: 0;
	top: 100%;
	transform: translateY(-79px);
	flex-direction: column;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	z-index: 2;
	transition: transform 500ms;
}

@media (max-width: 1024px) {

.change-questions {
		height: calc(100svh - 121px);
		transform: translateY(-74px);
		z-index: 1000;
		overflow: scroll
}
	}

@media (max-width: 767px) {

.change-questions {
		height: calc(100svh - 81px);
		transform: translateY(-60px)
}
	}

.change-questions.open {
		transform: translateY(-100%) !important;
	}

@media (min-width: 1421px) {

.change-questions.open {
			min-height: 570px
	}
		}

@media (min-width: 1025px) and (max-width: 1420px) {

.change-questions.open {
			min-height: 610px
	}
		}

.change-questions.open .label-mobile {
			transform: rotate(180deg);
			transition: .3s all ease;
		}

.change-questions .header {
		display: flex;
		width: 100%;
		align-items: flex-start;
		flex: 0 0 auto;
		gap: 20px;
		padding: 28px 44px 18px;
		cursor: pointer;
	}

@media (max-width: 1024px) {

.change-questions .header {
			margin-bottom: 24px;
			padding: 20px 50px;
			align-items: center;
			justify-content: space-between
	}
		}

@media (max-width: 767px) {

.change-questions .header {
			padding: 13px 20px
	}
		}

.change-questions .header > div {
			width: 100%;
			flex: 1 1 auto;
		}

.change-questions .header .title {
			color: #ffffff;
			font-family: var(--font-serif);
			font-size: 32px;
			font-weight: 700;
			letter-spacing: 0.04em;
			line-height: 33px;
			text-transform: uppercase;
			-webkit-text-stroke: 1px var(--black);
		}

.change-questions .header .label {
			display: flex;
			align-items: center;
			gap: 15px;
			color: var(--black);
			font-family: var(--font-serif);
			font-size: 32px;
			font-weight: 700;
			letter-spacing: 0.04em;
			line-height: 33px;
			text-transform: uppercase;
		}

@media (max-width: 1024px) {

.change-questions .header .label {
				display: none
		}
			}

.change-questions .header .label svg {
				height: auto;
				width: 15px;
			}

.change-questions .header .label-mobile {
			display: none;
			width: 26px;
			flex: 0 0 auto;
			pointer-events: none;
			line-height: 0;
			transition: .3s all ease;
		}

@media (max-width: 1024px) {

.change-questions .header .label-mobile {
				display: block
		}
			}

.change-questions .menu {
		display: flex;
		width: 100%;
		align-items: flex-start;
		flex: 0 0 auto;
		gap: 20px;
		padding: 0 44px 102px;
	}

@media (max-width: 1024px) {

.change-questions .menu {
			flex: 1 1 auto;
			flex-direction: column;
			justify-content: flex-start;
			gap: 40px;
			padding: 0 20px 102px
	}
		}

.change-questions .menu > div {
			width: 100%;
			flex: 1 1 auto;
		}

@media (max-width: 1024px) {

.change-questions .menu > div {
				flex: 0 0 auto
		}
			}

@media (max-width: 1024px) {

.change-questions .menu .spacer {
				width: 0
		}
			}

@media (max-width: 767px) {

.change-questions .menu .spacer {
				display: none
		}
			}

.change-questions .menu .list .heading {
				display: none;
				align-items: center;
				justify-content: flex-start;
				gap: 15px;
				cursor: pointer;
				background-color: #ffffff;
			}

@media (max-width: 1024px) {

.change-questions .menu .list .heading {
					display: flex
			}
				}

.change-questions .menu .list .heading h4 {
					margin: 0;
					color: var(--black);
					font-size: 32px;
					letter-spacing: 0.04em;
					line-height: 1;
				}

.change-questions .menu .list .list-items {
				display: block;
				border-top: 1px solid #D6D5D5;
				opacity: 1;
				transition: opacity 300ms;
			}

.change-questions .menu .list .list-items.hidden {
					opacity: 0;
				}

@media (min-width: 1025px) {

.change-questions .menu .list .list-items {
					height: auto !important
			}
				}

@media (max-width: 1024px) {

.change-questions .menu .list .list-items {
					transition: opacity 300ms;
					margin-top: 25px
			}
				}

.change-questions .menu .list .li {
				display: block;
				width: 100%;
				padding: 10px 0;
				border-bottom: 1px solid #D6D5D5;
				font-family: var(--font-mono);
				font-size: 14px;
				font-weight: 400;
				line-height: 18px;
				text-align: left;
			}

.change-questions .menu .list button {
				color: var(--black);
			}

.change-questions .menu .list span {
				color: var(--orange);
			}

.change-questions .update-results {
		padding: 0 20px 34px;
		display: none;
	}

@media (max-width: 1024px) {

.change-questions .update-results {
			display: block
	}
		}

.change-questions .update-results-button { 
		display: block;
		padding: 12px 20px;
		border: 1px solid var(--black);
		border-radius: 10px;
		color: var(--black);
		font-family: var(--font-serif);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 15px;
		text-decoration: none;
		text-transform: uppercase;
		transition: 300ms;
	}

.change-questions .update-results-button:hover {
			background-color: var(--black);
			border-color: var(--black);
			color: #ffffff;
		}

div[data-section="more-info"] {
	display: block;
	position: absolute;
	max-width: 800px;
	height: 100svh;
	width: 100%;
	left: 100%;
	top: 0;
	transform: translateX(0%);
	transition: transform 500ms;
	background-color: #F5F5F5;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	overflow: scroll;
	z-index: 1001;
}

div[data-section="more-info"].active {
		transform: translateX(-100%);
	}

div[data-section="more-info"] .container {
		width: 100%;
		padding: 60px 185px 60px 85px;
	}

@media (max-width: 767px) {

div[data-section="more-info"] .container {
			padding: 33px 20px
	}
		}

div[data-section="more-info"] .container > div {
			margin-bottom: 30px;
		}

div[data-section="more-info"] .container > div:last-of-type {
				margin-bottom: 0px;
			}

div[data-section="more-info"] .close {
		display: block;
		position: absolute;
		top: 42px;
		right: 50px;
		line-height: 0;
	}

@media (max-width: 767px) {

div[data-section="more-info"] .close {
			top: 20px;
			right: 20px
	}
		}

div[data-section="more-info"] h2 {
		margin-bottom: 132px;
		font-size: 36px;
		line-height: 1.1em;
	}

@media (max-width: 767px) {

div[data-section="more-info"] h2 {
			margin-bottom: 61px
	}
		}

div[data-section="more-info"] h4 {
		margin-bottom: 15px;
		color: var(--orange);
	}

div[data-section="more-info"] .content {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

div[data-section="more-info"] .content * {
			width: 100%;
			margin-top: 0;
			margin-bottom: 0;
		}

.overlay {
	display: block;
	position: fixed;
	height: 100svh;
	width: 100vw;
	left: 0;
	top: 0;
	background-color: rgba(255, 97, 72, 0.8);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
	z-index: 1000;
}

.overlay.active {
		opacity: 1;
		visibility: visible;
	}

/* Content Pages */

.subpage {

}

.page-container {
	padding: 136px 48px;
}

.page-title {
	max-width: 800px;
	margin: 0 auto 120px;
}

.page-content {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.subpage .page-content h2, .subpage .page-content h3, .subpage .page-content h4, .subpage .page-content h5, .subpage .page-content h6 {
		margin-bottom: 32px;
	}

.subpage .page-content h3 {
		color: var(--orange);
	}

.subpage .page-content p {
		margin-bottom: 25px;
		color: var(--black);
		font-family: var(--font-sans);
		font-size: 20px;
		line-height: 1.25;
	}

.subpage .page-content li {
		color: var(--black);
		font-family: var(--font-sans);
		font-size: 20px;
		line-height: 1.25;
	}

.subpage .page-content a {
		color: var(--black);
		text-decoration: underline;
		transition: 300ms;
	}

.subpage .page-content a:hover {
			color: var(--orange);
		}

.subpage .page-content figure {
		margin: 0;
	}