* { 
	box-sizing: border-box; 
}
@font-face {
	font-family: Antagonia Sans;
	font-weight: 400;
  	src: url("/fonts/Antagonia-Light.otf");
}
@font-face {
	font-family: Antagonia Sans;
	font-weight: 500;
  	src: url("/fonts/Antagonia-Regular.otf");
}
@font-face {
	font-family: Antagonia Sans;
	font-weight: 600;
  	src: url("/fonts/Antagonia-Medium.otf");
}
@font-face {
	font-family: Antagonia Sans;
	font-weight: 700;
  	src: url("/fonts/Antagonia-Bold.otf");
}
body {
	margin: 0;
	background-color: #242628;
}
body::selection {
	background-color: #ed0d61;
	color: #242628;
}
.os-theme-custom {
	--os-size: 8px;
	--os-padding-perpendicular: 5px;
	--os-padding-axis: -x;
	--os-track-border-radius: 0;
	--os-track-bg: none;
	--os-track-bg-hover: #242628;
	--os-track-bg-active: #191919;
	--os-track-border: none;
	--os-track-border-hover: none;
	--os-track-border-active: none;
	--os-handle-border-radius: 0;
	--os-handle-bg: #ED0D61;
	--os-handle-bg-hover: #F4F4F4;
	--os-handle-bg-active: #FFFFFF;
	--os-handle-border: none;
	--os-handle-border-hover: none;
	--os-handle-border-active: none;
	--os-handle-min-size: 33px;
	--os-handle-max-size: none;
	--os-handle-perpendicular-size: 100%;
	--os-handle-perpendicular-size-hover: 100%;
	--os-handle-perpendicular-size-active: 100%;
	--os-handle-interactive-area-offset: 0;
}
.os-theme-hidden {
	--os-size: 0;
}
.os-scrollbar {
	transition: all 0.3s ease-in-out;
}
#header{
	align-content:center;
	align-items:center;
	display:flex;
	flex-direction:column;
	height: 100svh;
	justify-content:center;
	margin:0% 0% 0% 0%;
	min-width:100%;
	position:relative;
	width:100%;
}
#header_size {
	align-content:center;
	align-self:center;
	background-attachment:scroll;
	background-image:url("../assets/logo_background_2.svg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	flex-direction:column;
	height:100svh;
	justify-content:center;
	margin:0% 0% 0% 0%;
	min-height:100px;
	width:100%;
}
#payoff_text {
	align-self:center;
	color:#f4f4f4;
	display:block;
	font-family:"Fira Code", monospace;
	font-size:2.5rem;
	font-weight:700;
	padding:0px 0px 0px 0px;
	text-shadow:unset;
}
#logo_hero {
	align-self:center;
	color:black;
	display:block;
	left:0%;
	margin:0px 11% 0px;
	object-position:center center;
	right:0%;
}
#header_space {
	align-content:center;
	align-items:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:0% 0% 0% 0%;
	min-height:100px;
	padding:0px 0px 0px;
	width:100%;
}
#payoff {
	align-content:center;
	align-items:center;
	bottom:0px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	left:0px;
	max-width:768px;
	right:0px;
	top:0px;
}
#nav {
	mix-blend-mode: exclusion;
    display: flex;
    height: 80px;
    justify-content: space-between;
    max-height: 100px;
    min-width: 100%;
    position: fixed;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
#nav.nav-visible {
    opacity: 1;
    pointer-events: auto;
}
#top_nav {
	display: flex;
    height: 80px;
	justify-content: space-between;
	max-height: 100px;
    min-width: 100%;
}
#logo_nav_container {
	z-index: 100;
	mix-blend-mode: exclusion;
	opacity: 1;
	align-self:center;
	display:block;
	height:45px;
	left:0%;
	margin:0px 11% 0px;
	object-position:center center;
	right:0%;
}
#logo_nav {
	cursor:pointer;
	display:block;
	height:45px;
}
#logo_nav, #hamburger-icon {
    z-index: 101;
}
#hamburger-icon {
	align-self:center;
	color:black;
	cursor:pointer;
	height:50px;
	margin:0% 11% 0% 11%;
}
.lottie-hamburger {
    height: 50px;
    width: 50px;
}
.menu {
	isolation: isolate;
    visibility: hidden;
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191919;
    color: #f4f4f4;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 10vw;
    z-index: 99;
    transition: all 0.4s ease-in-out;
    transform: translateY(-100%);
}
.menu.open {
	visibility: visible;
	transition: all 0.4s ease-in-out;
	transform: translateY(0);
}
.menu_link {
	isolation: isolate;
	color: #ed0d61;
	font-family: "Antagonia Sans", sans-serif;
	font-weight: 500;
	font-size: 13vh;
	text-decoration: none;
	margin-left: 11%;
	margin-bottom: 0px;
	letter-spacing: 3pt;
}
.menu_link:hover {
	color: #f4f4f4;
	font-family: "Antagonia Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0pt;
}
#down_arrow {
	align-self:center;
	color:black;
	max-height:200px;
	max-width:200px;
}
#cta_link {
	align-self:center;
	bottom: 20px;
	cursor:pointer;
	display:flex;
	justify-content:center;
	max-height:200px;
	max-width:100px;
	position:absolute;
}
#home_body {
	background-attachment:scroll;
	background-image:url("../assets/Page_Background.svg");
	background-position:left top;
	background-repeat:repeat;
	background-size:cover;
}
#ShortManifesto {
	width: 100%;
	display: flex;
	align-content: center;
	padding-top: 120px;
}
.manifesto_brief {
	margin: auto;
	max-width: 1165px;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.brief_manifesto_h1 {
	font-family: "Fira Code", monospace;
	font-weight: 700;
	color: #F4F4F4;
}
.text_back {
	background-color: #ed0d61;
	color: #242628;
}
.text_back::selection {
	background-color: #F4F4F4;
	color: #242628;
}
.manifesto_link_h1 {
	padding-top: 20px;
	align-self: center;
}
.manifesto_link {
	color: #ed0d61;
	font-family: "Antagonia Sans", sans-serif;
	font-weight: 800;
	font-size:0;
}
.manifesto_link span {
	font-size: 50pt;
	margin: 0;
	display: inline-block;
	animation: wave 1.5s ease-in-out infinite;
}
.manifesto_link span:nth-child(1) {
	animation-delay: 0s;
}
.manifesto_link span:nth-child(2) {
	animation-delay: 0.15s;
}
.manifesto_link span:nth-child(3) {
	animation-delay: 0.3s;
}
.manifesto_link span:nth-child(4) {
	animation-delay: 0.45s;
}
.manifesto_link span:nth-child(5) {
	animation-delay: 0.6s;
}
.manifesto_link span:nth-child(6) {
	animation-delay: 0.75s;
}
.manifesto_link span:nth-child(7) {
	animation-delay: 0.9s;
}
.manifesto_link span:nth-child(8) {
	animation-delay: 1.05s;
}
.manifesto_link span:nth-child(9) {
	animation-delay: 1.2s;
}
@keyframes wave {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
.manifesto_link:hover{
	color: #F4F4F4;
}
#GalleryTitleContainer {
	width: 100%;
	display: flex;
	align-content: center;
	padding-bottom: 20px;
}
#GalleryTitle {
	margin: auto;
	width: 100%;
	max-width: 1165px;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.IndexGalleryH2 {
	font-family: "Fira Code", monospace;
	font-weight: 700;
	color: #F4F4F4;
}
#GalleryBody {
	padding-top: 20px;
}
.grid-wrapper {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.gallery-grid {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	contain: layout;
}
.gallery-grid:after {
	content: '';
	display: block;
	clear: both;
}
.gallery-item {
	cursor: pointer;
	width: 280px;
	contain: layout;
	margin-bottom: 15px;
	margin-right: 15px;
	background: #f9f9f9;
	border-radius: 0px;
	overflow: hidden;
}
.gallery-item img {
	user-select: none;
	width: 100%;
	height: auto;
	display: block;
}
.gallery-item:hover {
	transform: scale(1.04);
	transition: transform 0.1s ease-in-out;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.protected-image {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* MODALE */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	inset: 0;
	background-color: rgba(0,0,0,0.8);
}
.modal_container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.modal_section {
	display: flex;
	align-items: center;
}
.modal_content-wrapper {
	display: flex;
	flex-direction: row;
	max-width: 1000px;
	width: 90vw;
	max-height: 80vh;
}
.modal_section--image {
	flex: 0 0 60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal_section--info {
	flex: 0 0 40%;
	justify-content: center;
}
.modal-content {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.modal_content-wrapper.horizontal-layout {
	max-width: 1300px;
	width: 95vw;
	max-height: 70vh;
}
.modal_content-wrapper.horizontal-layout .modal_section--image {
	flex: 0 0 70%;
}
.modal_content-wrapper.horizontal-layout .modal_section--info {
	flex: 0 0 30%;
}
.modal-content.horizontal {
	max-width: 100%;
	max-height: 70vh;
}
.modal-content.vertical {
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	height: auto;
	object-fit: contain;
}
.modal-info {
	padding: 30px;
	background-color:#242628;
	text-align: left;
	overflow-y: auto;
}
.modal_date {
	font-family:"Fira Code", monospace;
	font-size:0.8rem;
	color: #f4f4f4;
}
.modal_description {
	font-family:"Fira Code", monospace;
	font-size:1.2rem;
	color: #f4f4f4;
}
.modal_tags {
	font-family:"Fira Code", monospace;
	font-size:1rem;
	color: #f4f4f4;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}
.tag-chip {
	cursor: pointer;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 0px;
	background-color: #ed0d61;
	color: #242628;
	font-family: "Fira Code", monospace;
	font-weight: 700;
	font-size: 0.8rem;
}
.close {
	position: relative;
	float: right;
	top: -20px;
	right: -10px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
#GalleryLinkContainer {
	width: 100%;
	display: flex;
	align-content: center;
	padding-bottom: 20px;
}
#GalleryLink {
	margin: auto;
	max-width: 1165px;
	display: flex;
	flex-direction: column;
	align-content: center;
	padding-top: 40px;
	align-self: center;
	justify-content: center;
}
#GalleryBottomLink {
	justify-content: center;
	color: #ed0d61;
	font-family: "Antagonia Sans", sans-serif;
	text-decoration: none;
	font-weight: 700;
	font-size:0;
}
#GalleryBottomLink span {
	font-size: 50pt;
	margin: 0;
	display: inline-block;
	animation: wave 1.5s ease-in-out infinite;
}
#GalleryBottomLink span:nth-child(1) {
	animation-delay: 0s;
}
#GalleryBottomLink span:nth-child(2) {
	animation-delay: 0.15s;
}
#GalleryBottomLink span:nth-child(3) {
	animation-delay: 0.3s;
}
#GalleryBottomLink span:nth-child(4) {
	animation-delay: 0.45s;
}
#GalleryBottomLink span:nth-child(5) {
	animation-delay: 0.6s;
}
#GalleryBottomLink span:nth-child(6) {
	animation-delay: 0.75s;
}
#GalleryBottomLink span:nth-child(7) {
	animation-delay: 0.9s;
}
#GalleryBottomLink span:nth-child(8) {
	animation-delay: 1.05s;
}
#GalleryBottomLink span:nth-child(9) {
	animation-delay: 1.2s;
}
#GalleryBottomLink:hover {
	color: #F4F4F4;
}
#footer {
	bottom: 0;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	background-color: #2C2C2C;
}

/* CONTACT FORM */
#contact {
	max-width: 700px;
	margin: 40px auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Fira Code", monospace;
	color: #f4f4f4;
}
label {
	margin-left: 20px;
}
input, textarea, select {
	background-color: #242628;
	color: #A5A5A5;
	border: none;
}
input:focus, textarea:focus, select:focus {
	background-color: #191919;
	outline: none;
}
input.filled, textarea.filled, select.filled {
	background-color: #191919;
	color: #f4f4f4;
}
select:hover option:hover {
	background-color: #ed0d61;
	color: #191919;
}
.contact_title {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.contact_label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 0.9rem;
}
.contact_input,
.contact_select,
.contact_textarea {
	width: 100%;
	padding: 8px 10px;
	border: none;
	font-family: "Fira Code", monospace;
	font-size: 0.9rem;
}
.contact_textarea {
	min-height: 120px;
	resize: vertical;
}
.contact_section,
.contact_info {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}
.contact_section--visible,
.contact_info--visible {
	max-height: 1000px;
	opacity: 1;
}
.contact_section-inner {
	margin-top: 10px;
}
.contact_button {
	margin-top: 20px;
	padding: 10px 20px;
	border: none;
	background-color: #ed0d61;
	color: #242628;
	font-family: "Fira Code", monospace;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	display: none;
}
.contact_feedback {
	margin-top: 10px;
	font-size: 0.85rem;
}
input.email-error {
	background-color: #ed0d61 !important;
	color: #191919 !important;
	font-weight: 800;
	border: none;
	padding: 5px;
	border-radius: 0;
}
#social_container {
	display: flex;
	align-content: center;
	justify-content: center;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.social_phrase {
	font-family: "Fira Code", monospace;
	font-weight: 500;
	color: #f4f4f4
}
.social_link {
	text-decoration: none;
	background-color: #ed0d61;
	color: #191919;
	cursor: pointer;
	font-weight: 800;
}
.social_link:hover {
	background-color: #f4f4f4;
	color: #ed0d61;
}
.policy-content {
	overflow-y: auto;
}
body.modal-open {
    overflow: hidden;
}
.policy-link {
	font-family: "Fira Code", monospace;
	text-decoration: none;
	background-color: #ed0d61;
	color: #191919;
	cursor: pointer;
	font-weight: 800;
}
.policy-link:hover {
	background-color: #f4f4f4;
	color: #ed0d61;
}
.policy-flex {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
#policy_container {
	display: flex;
	align-self: center;
	justify-content: center;
}
.policy-title {
	font-family: "Fira Code", monospace;
	font-weight: 700;
	color: #F4F4F4;
	margin-bottom: 10px;
}
.policy-text {
	font-family: "Fira Code", monospace;
	font-size: 1.2rem;
	color: #f4f4f4;
	margin-bottom: 15px;
}
.policy-chapter {
	font-family: "Fira Code", monospace;
	font-weight: 700;
	color: #ed0d61;
	margin-top: 15px;
	margin-bottom: 5px;
}
.policy-text {
	font-size: 12pt;
}
.span-highlight {
	background-color: #ed0d61;
	color: #191919;
	font-weight: 800;
}
.policy-list {
	margin-left: 20px;
	color: #f4f4f4;
}
.policy-list-element {
	font-family: "Fira Code", monospace;
	font-size: 1.2rem;
	color: #f4f4f4;
}
.policy-date {
	font-family: "Fira Code", monospace;
	font-size: 0.8rem;
	color: #f4f4f4;
}
.modal-scrollable {
	max-height: 70vh;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ED0D61 transparent;
}
.modal-scrollable::-webkit-scrollbar {
	width: 8px;
}
.modal-scrollable::-webkit-scrollbar-track {
	background: none;
}
.modal-scrollable::-webkit-scrollbar-thumb {
	background-color: #ED0D61;
	border-radius: 0;
}
.modal-scrollable::-webkit-scrollbar-thumb:hover {
	background-color: #F4F4F4;
}
.modal-scrollable::-webkit-scrollbar-thumb:active {
	background-color: #FFFFFF;
}

/* MEDIA BREAKOUT */
@media (max-width: 1164px){
	.manifesto_brief {
		padding-left: 50px;
		padding-right: 50px;
	}
	#GalleryTitleContainer {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 992px){
	#payoff_text{
		font-size:4.3vw;
	}
	.menu_link {
		font-size: 9vh;
	}
}
@media (max-width: 575px) {
	.menu_link {
		font-size: 14vw;
	}
	.gallery-item {
		width: 150px;
	}
	.gallery-grid {
		width: 320px;
	}
	.manifesto_link span {
		font-size: 35pt;
	}
	#GalleryBottomLink span {
		font-size: 35pt;
	}
	.brief_manifesto_h1 {
		font-size: 1.5em;
	}
	.IndexGalleryH2 {
		font-size: 1em;
	}
	.manifesto_brief {
		padding-left: 20px;
		padding-right: 20px;
	}
	#GalleryTitleContainer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal_content-wrapper {
		flex-direction: column !important;
		max-width: 95vw;
		max-height: 90vh;
		width: 95vw;
	}
	.modal_section--image {
		flex: 0 0 auto;
		width: 100%;
		max-height: 55vh;
	}
	.modal_section--info {
		flex: 0 0 auto;
		width: 100%;
	}
	.modal-info {
		padding: 20px;
	}
	.modal-content {
		max-height: 55vh;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.modal-content.vertical {
		max-height: 55vh;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.close {
		top: -15px;
		right: -5px;
		font-size: 32px;
	}
}
@media (min-width: 1024px) and (min-height: 1200px) {
	.manifesto_link span {
		font-size: 75pt;
	}
	#GalleryBottomLink span {
		font-size: 75pt;
	}
	.menu_link {
		font-size: 9vh;
	}
}
img:focus,
button:focus,
a:focus,
input:focus,
div:focus {
	-webkit-tap-highlight-color: transparent;
}
.touch-device button:focus,
.touch-device a:focus,
.touch-device input:focus,
.touch-device div:focus {
    outline: none;
}
@media (pointer: fine) {
    button:focus,
    a:focus,
    input:focus,
    div:focus {
        -webkit-tap-highlight-color: #ed0d61;
    }
}