@view-transition {
	navigation: auto;
}
html summary::-webkit-details-marker {
	display: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: aktiv-grotesk, 'Helvetica Neue', 'Helvetica', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	shape-rendering: geometricPrecision;
	direction: ltr;
	line-height: 100%;
	-webkit-tap-highlight-color: transparent;
}
*::-webkit-scrollbar {
	display: none;
}
ul,
ol,
li {
	list-style: none;
}
body,
html {
	height: 100%;
	overflow: hidden;
}
body {
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	/* min-width: 375px; */
	position: relative;
	width: 100%;
	background: var(--color-background);
	font-size: 13px;
	color: var(--color-white);
}
a {
	color: var(--color-white);
}
svg {
	shape-rendering: geometricPrecision;
}
fieldset {
	outline: 0;
	border: 0;
}

.color-primary {
	color: var(--color-primary);
	font-weight: 600;
}
#section5 .color-primary {
	background: transparent;
	font-weight: 700;
	padding: 1px 5px 0 5px;
	margin: 0 0 5px -5px;
}

h3 {
	width: fit-content;
}
.columns {
	display: flex;
	flex-flow: row;
	grid-gap: 50px;
	align-items: center;
	margin-top: 30px;
}
.columns-2 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	width: 80%;
	grid-gap: 50px;
	align-items: flex-start;
	margin-top: 30px;
}
.columns-print {
	display: grid;
	grid-template-columns: 1.6fr 1.3fr max-content;
	width: 100%;
	grid-gap: 30px;
	align-items: flex-start;
}
.typeface-display {
	width: 35%;
	margin: 0 0 10px 0;
}
.clearspace-display img {
	height: 100%;
}

.section {
	text-align: center;
}
.section:before {
	position: absolute;
	top: 45px;
	left: 30px;
	padding: 0 0 0 45px;
	z-index: 999;
	font-size: 1.3rem;
	background: url('../../resources/images/brand-assets/overture-logomark.svg') top left / 30px 30px
		no-repeat;
	height: 30px;
	line-height: 140%;
}
.section#section0 .get-started {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.2rem;
	color: var(--color-primary);
	background: url('../../resources/images/icons/icon-arrow-up-overture-green.svg') top center / 20px
		20px no-repeat;
	padding: 30px 0 0 0;
}
.section#section0 .valuation-calc {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: var(--font-size-xlarge);
	background: var(--color-black);
	border-radius: var(--border-radius-10);
	color: var(--color-primary);
	padding: 12px 26px 12px 52px;
	text-decoration: none;
	border: 1px solid var(--color-primary-trans-30);
}
.section#section0 .valuation-calc:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	content: '';
	mask: var(--icon-calculator) top center / 22px 22px no-repeat;
	background: var(--color-primary);
}
.section#section0 .button-get-started {
	background: var(--color-primary);
	padding: 20px 50px;
	border-radius: var(--border-radius-20);
	font-size: var(--font-size-xxxlarge);
	color: var(--color-white);
	font-weight: 400;
	margin: 40px 0 0 0;
	display: block;
	width: fit-content;
	outline: 0;
	border: 0;
}
.section#section0 .button-get-started:hover {
	animation: light 1s;
	-webkit-animation: light 1s;
}

.section:before {
	display: none;
}
.section#section0:before {
	content: 'v.MVP';
	display: none;
}
.section#section1:before {
	content: 'Inspiration & Nomenclature';
}
.section#section2:before {
	content: 'Full Logo';
}
.section#section3:before {
	content: 'Logomark';
}
.section#section4:before {
	content: 'Wordmark';
}
.section#section5:before {
	content: 'Color Pallete';
}
.section#section6:before {
	content: 'Typography';
}
.section#section7:before {
	content: 'Imagery';
}
.section#section8:before {
	content: 'Clearspace';
}
.section#section9:before {
	content: 'Print';
}
.section#section6 .title {
	font-size: 2.3rem;
}
#menu li {
	display: inline-block;
	margin: 0;
	color: var(--color-white);
	/* background: hsla(0,0%,0%,.8); */
	-webkit-border-radius: 5px;
	border-radius: 8px;
	width: fit-content;
}
#menu li.logo {
	width: 70px;
	height: 70px;
	background: transparent;
	margin-right: 10px;
}
#menu li.logo img {
	width: 70px;
	height: 70px;
}
#menu li.active {
	background: var(--color-primary);
	color: var(--phthalo);
}
#menu li a {
	text-decoration: none;
	color: var(--color-white);
	font-size: 0.9rem;
	font-weight: 400;
}
#menu li a:hover {
	background: var(--color-background-black-trans-50);
	color: var(--color-white);
	border-radius: 8px;
}
#menu li:hover {
	background: var(--color-background-black-trans-70);
}
#menu li a,
#menu li.active a {
	padding: 6px 14px;
	display: block;
	white-space: nowrap;
}
#menu li.active a {
	color: var(--color-black);
	/* font-weight: 600; */
}
#menu li.active a:hover {
	background: var(--color-primary);
	cursor: default;
}
#menu {
	position: fixed;
	top: 0;
	right: 0;
	height: fit-content;
	z-index: 70;
	width: fit-content;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: column;
	grid-gap: 7px;
	background: var(--color-background-black-trans-30);
	backdrop-filter: blur(20px);
	padding: 95px 30px 30px 20px;
	border-radius: 0 0 30px 30px;
	align-items: end;
}

/* Buttons
* --------------------------------------- */

#download a {
	text-decoration: none;
}
#download,
#download:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button {
	margin: 20px 0 0 0;
	vertical-align: middle;
	display: inline-block;
}
.button a {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px 30px;
	border-radius: 5px;
	display: inline-block;
}
.button a:hover {
	color: #316f68;
	background-color: #fff;
}

/* Extensions preview menu
* --------------------------------------- */

.preview-extensions-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	border-top: 0;
	box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.8);
}
.preview-extensions-menu li {
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a {
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension {
	background: #3cc63c;
}
.preview-more-extensions {
	background: #fff;
}
.preview-buy-extension a {
	color: #fff;
}
.preview-buy-extension:hover {
	background-color: #1a961a;
}
.preview-more-extensions a {
	color: #333;
}
.code {
	background: rgba(255, 255, 255, 0.7);
	padding: 0px 5px;
	line-height: 25px;
}

/* Style for our header texts
* --------------------------------------- */

h1 {
	font-size: var(--font-size-h1);
	color: #fff;
	margin: 0 0 70px 0;
	font-weight: 200;
	letter-spacing: -0.01em;
}
.body-home h1 {
	text-align: center;
}
.content-section {
	padding: 0 0 20px 0;
	display: block;
}
.content-section.list {
	padding: 0 0 20px 0;
	display: grid;
	align-items: baseline;
	grid-column-gap: 15px;
	grid-template-columns: 25ch auto;
	justify-content: start;
}
.content-section .title {
	font-size: 2.4rem;
	margin: 0 0 15px 0;
	line-height: 140%;
	color: var(--color-primary);
	white-space: nowrap;
	text-align: left;
	font-weight: 200;
}
.content-section.list .title {
	text-align: right;
	font-size: 1.4rem;
	margin: 0 0 0 0;
	font-weight: 400;
}

.download-section .title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	color: var(--color-primary);
	letter-spacing: -0.01em;
}
.content-section .desc {
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	line-height: 150%;
	text-align: left;
}
#section5 .content-section .desc {
	margin-left: 5px;
}
/* #section5 .content-section .desc,
#section5 .content-section .desc p {
	color: var(--phthalo);
	font-weight: 400;
	line-height: 140%;
	}	 */
.content-section .desc p {
	padding: 0 0 15px 0;
	line-height: 150%;
}
.content-section .desc p:last-child {
	padding: 0;
}
.section p,
.intro p {
	color: #fff;
}
.download-section {
	display: flex;
	flex-flow: column;
	text-align: center;
}

.download-section ul {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 10px 0 0 0;
	border-radius: 20px;
	padding: 20px 0 0 0;
	width: 100%;
	/* border: 1px solid #ffffff50; */
	display: flex;
	justify-content: center;
}
.download-section li {
	margin: 0 0 20px 0;
	line-height: 110%;
	display: flex;
	grid-gap: 5px;
	flex-flow: column;
}
.download-section li:last-child {
	margin-bottom: 0;
}
.download-section .label {
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0 0 10px 0;
}
.download-section .date {
	font-size: 0.85rem;
	font-weight: 400;
}
.download-section .format {
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 130%;
	margin: 0 0 5px 0;
}
.download-section .file a {
	background: #ffffff20;
	padding: 8px 10px 10px 40px;
	border-radius: 10px;
	font-size: 0.9rem;
	color: var(--color-white);
	display: inline-block;
	text-decoration: none;
	border: 1px solid var(--color-primary);
	position: relative;
	line-height: 130%;
	/* margin: 10px 0 0 0; */
}
.download-section .file a:before {
	background: url('../../resources/images/icons/icon-download.svg') 0 -20px / 20px 40px no-repeat;
	overflow: hidden;
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.download-section .file a:hover:before {
	background: url('../../resources/images/icons/icon-download.svg') 0 0 / 20px 40px no-repeat;
	overflow: hidden;
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.download-section .file a:hover {
	background-color: hsla(205, 100%, 46%, 0.1);
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.download-section .pdf a {
	background: hsla(1, 63%, 43%, 0.1);
	padding: 8px 10px 10px 40px;
	border-radius: 10px;
	font-size: 0.9rem;
	color: #000;
	display: inline-block;
	text-decoration: none;
	border: 2px solid #b12a28;
	position: relative;
	line-height: 130%;
}
.download-section .pdf a:before {
	background: url('../../resources/images/icon-pdf.svg') 0 -20px / 20px 40px no-repeat;
	overflow: hidden;
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.download-section .pdf a:hover:before {
	background: url('../../resources/images/icon-pdf.svg') 0 0 / 20px 40px no-repeat;
	overflow: hidden;
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.download-section .pdf a:hover {
	background-color: hsla(1, 63%, 43%, 0.15);
	color: #b12a28;
}
.download-section strong {
	display: inline-block;
	font-weight: 600;
}
.download-section li.multi .format {
	margin-top: 10px;
}
.download-section .note {
	font-weight: 400;
	font-size: 0.8rem;
}

/* Centered texts in each section
* --------------------------------------- */

.section {
	text-align: center;
}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */

#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10 {
	background: linear-gradient(180deg, hsla(0, 0%, 0%, 1) 25%, hsla(211, 84%, 8%, 1) 100%);
}
#fullpage {
	position: realtive;
	top: -70px;
}
html.fp-enabled,
.fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;

	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
	height: 100%;
	display: block;
}
.fp-slide {
	float: left;
}
.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	text-align: left;
	align-items: center;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fp-prev {
	left: 100px;
}
.fp-next {
	right: 100px;
}
.fp-arrow {
	width: 0;
	height: 0;
	border-style: solid;
}
.fp-arrow.fp-prev {
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.fp-arrow.fp-next {
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	opacity: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translate3d(0, -50%, 0);
	pointer-events: none;
	display: none;
}
#fp-nav.fp-right {
	left: 17px;
	background: var(--phthalo-60);
	backdrop-filter: blur(20px);
	border-radius: 10px;
}
#fp-nav.fp-left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
	pointer-events: none;
}
.fp-slidesNav.fp-bottom {
	bottom: 17px;
}
.fp-slidesNav.fp-top {
	top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	pointer-events: all;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
	height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
	height: auto !important;
}

/* Tries to prevent overwrites #4657 */
.fp-enabled .fp-scrollable {
	overflow: visible;
	height: initial;
}

/* Used with autoScrolling: false */
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
	/* Fallback for browsers that do not support Custom Properties */
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
	/* Fallback for browsers that do not support Custom Properties */
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
	justify-content: flex-start;
	width: 100dvw;
}
/* #section5 .fp-overflow {
	width: 100dvw;
	margin-left: -200px;
	}
#section7 .fp-overflow {
	width: 100dvw;
	margin-left: -200px;
	margin-top: -60px;
	}
#section7 .fp-slide,
#section7 .fp-slidesContainer {
	height: 100dvh;
	}
#section7 .fp-table {
	display: flex;
	}	 */
.slide .copy {
	margin: 0;
	display: flex;
	font-size: 1.1rem;
	line-height: 140%;
	width: 100vw;
	position: relative;
	top: 109px;
	background: #00000040;
	backdrop-filter: blur(20px);
	padding: 30px 100px;
}
.photo img {
	width: 100%;
}
.my-arrow {
	font-size: 4em;
}
body:not(.fp-responsive) .fp-overflow {
	max-height: 100vh;
	max-height: 100dvh; /* fix for new browsers */
}

/* No scrollable when using auto-height */
.fp-scrollable .fp-auto-height .fp-overflow {
	max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow .fp-overflow {
	overflow-y: auto;
}
.fp-overflow {
	outline: none;
}

.fp-overflow.fp-table {
	display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-overflow {
	height: auto !important;
	min-height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Customize website's scrollbar like Mac OS
	Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	background-color: transparent;
	width: 9px;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
	background-color: transparent;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 16px;
	border: 4px solid transparent;
}
.fp-warning,
.fp-watermark {
	z-index: 9999999;
	position: absolute;
	bottom: 0;
}
.fp-warning,
.fp-watermark a {
	text-decoration: none;
	color: #000;
	background: rgba(255, 255, 255, 0.6);
	padding: 5px 8px;
	font-size: 14px;
	color: black;
	display: inline-block;
	border-radius: 3px;
	margin: 12px;
}
.fp-noscroll .fp-overflow {
	overflow: hidden;
}

.menuToggle {
	display: block;
	position: relative;
	top: 50px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}
/* .menuToggle a {
	transition: all 0.3s ease;
	} */
.menuToggle input {
	display: block;
	width: 60px;
	height: 35px;
	position: absolute;
	top: -7px;
	cursor: pointer;
	opacity: 0;
	z-index: 999;
	-webkit-touch-callout: none;
}
.menuToggle span {
	position: relative;
	display: block;
	width: 33px;
	width: 28px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	z-index: 99;
	transform-origin: 4px 0px;
	transition:
		transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		opacity 0.55s ease;
}
.menuToggle span:first-child {
	transform-origin: 0% 0%;
}
.menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}
.menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	transform: rotate(45deg) translate(-4px, -1px);
	background: #fff;
}
.menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}
.menuToggle input:checked ~ .menuItem {
	transform: none;
}
.menuItem {
	position: fixed;
	width: 300px;
	padding: 50px;
	padding-top: 125px;
	transform-origin: 0% 0%;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.menu--left {
	position: absolute;
	width: fit-content;
	right: 30px;
	display: none;
}
.menu--left .menuToggle {
	left: 0;
}
.menu--left .menuToggle input {
	left: 0;
}
.menu--left .menuToggle span {
	left: 0;
}
.menu--left .menuItem {
	right: 50px;
	margin: -100px 0 0 -50px;
	transform: translate(100%, 0);
}

.color-pallete-container {
	width: 100%;
	height: 65vh;
	display: grid;
}
.color-pallete-container ul {
	padding: 20px 60px 20px 80px;
	width: 100%;
	display: grid;
	grid-column-gap: 30px;
	/* justify-content: space-between; */
	grid-template-columns: auto min-content min-content min-content;
	grid-template-rows: 1fr;
	grid-template-areas: 'name hex rgb hsl';
	align-items: center;
}
.color-pallete-container ul.almost-black-bar {
	background: var(--color-almost-black);
}
.color-pallete-container ul.darkest-gray-bar {
	background: var(--color-darkest-gray);
}
.color-pallete-container ul.darker-gray-bar {
	background: var(--color-darker-gray);
}
.color-pallete-container ul.medium-gray-bar {
	background: var(--color-medium-gray);
}
.color-pallete-container ul.light-gray-bar {
	background: var(--color-light-gray);
}
.color-pallete-container ul.lightest-gray-bar {
	background: var(--color-lightest-gray);
}
.color-pallete-container ul.darkest-green-bar {
	background: var(--color-darkest-green);
}
.color-pallete-container ul.dark-green-bar {
	background: var(--color-dark-green);
}
.color-pallete-container ul.overture-green-bar {
	background: var(--color-primary);
}
.color-pallete-container ul.light-green-bar {
	background: var(--color-light-green);
}
.color-pallete-container ul.live-blue-bar {
	background: var(--color-live-blue);
}
.color-pallete-container ul.lightest-gray-bar li,
.color-pallete-container ul.overture-green-bar li,
.color-pallete-container ul.light-green-bar li,
.color-pallete-container ul.lightest-gray-bar li div,
.color-pallete-container ul.overture-green-bar li div,
.color-pallete-container ul.light-green-bar li div {
	color: var(--color-darker-gray);
}
.color-pallete-container li {
	display: flex;
	flex-flow: row;
	grid-gap: 10px;
}
.color-pallete-container li.name {
	font-size: 1.4rem;
	font-weight: 600;
	grid-area: name;
	align-items: center;
}
.color-pallete-container li.hex,
.color-pallete-container li.rgb,
.color-pallete-container li.hsl {
	font-size: 1rem;
}
.color-pallete-container li.hex {
	grid-area: hex;
}
.color-pallete-container li.rgb {
	grid-area: rgb;
}
.color-pallete-container li.hsl {
	grid-area: hsl;
}
.color-pallete-container li .label {
	font-weight: 600;
}

/* USAGE */

.allowed-container,
.not-allowed-container {
	display: grid;
	flex-flow: column;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
.allowed-container {
	margin: 0 0 15px 0;
	grid-template-areas:
		'dark yellow-mark'
		'white color-primary-mark'
		'dark-blue phthalo-mark'
		'orange hygge-red-mark';
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
}
.not-allowed-container {
	grid-template-areas:
		'hygge-red pattern-1-mark'
		'helse pink-mark'
		'blue pattern-2-mark';
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}
.allowed,
.not-allowed {
	padding: 10px;
	border-radius: var(--border-radius-20);
	display: flex;
	align-items: center;
	justify-content: center;
}
.allowed.phthalo {
	border: 1px solid #ffffff30;
}
.allowed img,
.not-allowed img {
	height: 45px;
}
.allowed img.mark,
.not-allowed img.mark {
	height: 45px;
}
.not-allowed {
	position: relative;
	overflow: hidden;
}
.cross {
	background: black;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	transform: translate(-50%, -50%) rotate(45deg);
	zoom: 0.8;
}
.cross:after {
	background: black;
	content: '';
	height: 20px;
	left: -40px;
	position: absolute;
	top: 40px;
	width: 100px;
}
.allowed.dark {
	background: var(--color-background);
	grid-area: dark;
}
.allowed.light {
	background: #fff;
	grid-area: white;
}
.allowed.yellow {
	background: #e7d442;
	grid-area: yellow-mark;
}
.allowed.orange {
	background: #d79701;
	grid-area: orange;
}
.allowed.phthalo {
	background: var(--phthalo);
	grid-area: phthalo-mark;
}
.allowed.dark-blue {
	background: #02205b;
	grid-area: dark-blue;
}
.allowed.red {
	background: var(--hygge-red);
	grid-area: hygge-red-mark;
}
.not-allowed.blue {
	background: #1457fe;
	grid-area: blue;
}
.not-allowed.pink {
	background: #9d0399;
	grid-area: pink-mark;
}
.allowed.color-primary {
	background: var(--color-primary);
	grid-area: color-primary-mark;
}
.not-allowed.helse {
	background: var(--helse);
	grid-area: helse;
}
.not-allowed.red {
	background: var(--hygge-red);
	grid-area: hygge-red;
}
.not-allowed.pattern-1 {
	background: url('../../resources/images/pattern-bg-1.jpg') center center / cover no-repeat;
	grid-area: pattern-1-mark;
}
.not-allowed.pattern-2 {
	background: url('../../resources/images/pattern-bg-2.jpg') center center / cover no-repeat;
	grid-area: pattern-2-mark;
}

.full-logo {
	width: 100%;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: center;
}
.full-logo img {
	width: 55%;
}
.logomark {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: center;
}
.logomark img {
	width: 25%;
}
.wordmark {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: center;
}
.wordmark img {
	width: 45%;
}
.color-wheel {
}
.color-wheel img {
	width: 30%;
}
.front-slogan {
	font-size: 2.2rem;
	padding: 30px 0 0 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.hero-content-container {
	width: 100vw;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
}
.hero-content-container .ms {
	z-index: 4;
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.6rem;
	line-height: 170%;
	width: 70%;
	font-weight: 300;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.hero-content-container .ms .logomark img {
	width: 180px;
	height: 180px;
}
.hero-content-container video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hero-content-container .gradient-1 {
	background: linear-gradient(180deg, hsla(209, 100%, 7%, 0.7) 0%, hsla(0, 0%, 0%, 0.85) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 980px) and (pointer: coarse) and (hover: none) {
	#menu {
		top: 0;
		padding-top: 140px;
	}
	.menuToggle span {
		position: relative;
		display: block;
		width: 66px;
		height: 6px;
		margin-bottom: 10px;
		transform-origin: 8px 0px;
	}
	.menuToggle input:checked ~ span {
		transform: rotate(45deg) translate(-5px, -5px);
	}
	.menuToggle input {
		width: 90px;
		height: 55px;
	}
	#menu li {
		border-radius: 16px;
	}
	#menu li a,
	#menu li.active a {
		font-size: 2.1rem;
		padding: 12px 30px;
		border-radius: 16px;
	}
	h1 {
		font-size: 3.6rem;
	}
	.section-title {
		top: -20px;
		left: 120px;
		font-size: 2.9rem;
	}
	.content-section {
		padding: 0 0 30px 0;
	}
	.content-section .title {
		font-size: 2.7rem;
		margin: 0 0 12px 0;
	}
	.download-section .title {
		font-size: 2.2rem;
	}
	.content-section .desc {
		font-size: 1.9rem;
		padding-right: 30px;
		line-height: 140%;
	}
	.content-section .desc p {
		line-height: 140%;
	}
	.download-section .label {
		font-size: 2.1rem;
	}
	.download-section .format {
		font-size: 1.7rem;
	}
	.download-section .file a {
		font-size: 1.9rem;
		padding: 16px 22px 18px 70px;
		border-radius: 15px;
	}
	.download-section ul {
		padding: 40px;
		width: 100%;
	}
	.download-section li {
		grid-gap: 5px;
	}
	.download-section .file a:before {
		width: 50px;
		height: 30px;
		background-size: 40px 60px;
		background-position: 10px -30px;
	}
	.download-section .file a:before:hover {
		width: 50px;
		height: 30px;
		background-size: 40px 60px;
		background-position: 10px 0;
	}
	#section1 .fp-overflow,
	#section2 .fp-overflow,
	#section3 .fp-overflow,
	#section4 .fp-overflow,
	#section5 .fp-overflow,
	#section6 .fp-overflow,
	#section7 .fp-overflow,
	#section8 .fp-overflow,
	#section9 .fp-overflow,
	#section10 .fp-overflow {
		width: 100dvw;
		position: absolute;
		top: calc(50% + 50px);
		transform: translateY(-50%);
	}
	/* SECTION 5 IS COLORS */

	#section5 .fp-overflow {
		width: 100dvw;
		margin-left: -80px;
		top: calc(50% + 30px);
	}
	#section7 .fp-overflow {
		width: 100dvw;
		margin-left: -80px;
		top: 50%;
		margin-top: 0;
	}
	.my-arrow {
		font-size: 6em;
	}
	.section:before {
		top: 45px;
		left: 160px;
		font-size: 2.4rem;
	}
	.section#section0 .get-started,
	.section#section0 .valuation-calc {
		font-size: 2.4rem;
	}
	.fp-table {
		padding: 0 80px 0 80px;
		justify-content: center;
	}
	#fp-nav {
		zoom: 1.3;
	}
	.logomark {
		margin: 0 0 20px 0;
	}
	.logomark img {
		width: 35%;
	}
	.full-logo {
		width: 100%;
		margin: 0 0 60px 0;
		display: flex;
	}
	.color-pallete-container {
		height: 60vh;
	}
	.color-pallete-container ul {
		padding: 30px 90px 30px 60px;
		grid-column-gap: 20px;
	}
	.color-pallete-container li {
		grid-gap: 5px;
	}
	.color-pallete-container li.name {
		font-size: 2.1rem;
		/* text-shadow: 2px 2px 40px #000000; */
	}
	.color-pallete-container li.hex,
	.color-pallete-container li.rgb,
	.color-pallete-container li.hsl {
		font-size: 1.5rem;
		/* text-shadow: 2px 2px 30px #00000090; */
	}
	.typeface-display {
		width: 50%;
	}
	.columns-2 {
		width: 95%;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
	}
	.columns-2 .clearspace-display:first-child img {
		width: 60%;
	}
	.columns-print {
		grid-template-columns: max-content;
		grid-gap: 10px;
	}
	#section10 .clearspace-display {
		display: none;
	}
	.allowed,
	.not-allowed {
		padding: 20px;
	}
	.allowed img,
	.not-allowed img {
		height: 55px;
	}
	.allowed img.mark,
	.not-allowed img.mark {
		height: 70px;
	}
	.download-section .note {
		font-weight: 300;
		font-size: 1.6rem;
	}
	.slide .copy {
		font-size: 1.9rem;
		top: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.slide .copy {
		padding-left: 50px;
		padding-right: 50px;
	}
	.slide .copy li {
		padding: 0 0 10px 0;
	}
	.helse,
	.color-primary,
	.hygge-red {
		border-radius: 10px;
	}
}
