

@font-face {
	font-family: 'blackoutregular';
	src: url('../lib/fonts/blackout-webfont.woff2') format('woff2'),
	     url('../lib/fonts/blackout-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'hacked_crtregular';
    src: url('../lib/fonts/hacked_crt-webfont.woff2') format('woff2'),
         url('../lib/fonts/hacked_crt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'h19a_lunaluna';
    src: url('../lib/fonts/h19a-luna-webfont.woff2') format('woff2'),
         url('../lib/fonts/h19a-luna-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'capsule3regular';
    src: url('../lib/fonts/capsule3-webfont.woff2') format('woff2'),
         url('../lib/fonts/capsule3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'raydis';
    src: url('../lib/fonts/RAYDIS/raydis.woff2') format('woff2'),
         url('../lib/fonts/RAYDIS/raydis.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'beast';
    src: url('../lib/fonts/beast-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html, body {
	width: 100%;
	overflow-x: hidden;
}




.content {
	min-height: 60vh;
	margin: 15vh auto;
	/* display: grid;
	place-items: center; */
}

.content--flex {
	display: flex;
	justify-content: center;
}

.content--more {
	margin-top: 40vh;
}

.content--text {
	place-items: initial;
	align-content: center;
	/* max-width: 950px; */
	padding: 0 10vw;
	margin: 0 0 0 auto;
}

.content > h4 {
    line-height: 1;
    font-size: 5vw;
	background-color: #0245C8;
	background-image: linear-gradient(172deg, #B9C8E9, #FE94D2, #0245C8);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	font-family: "Dela Gothic One";
	/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif; */
	
}
@media (max-width: 768px) {
   .content > h4 {
        line-height: 1.25;
        font-size: 9vw;  
        
   }
   
   
}




.content > p {
	font-weight: 300;
	font-size: clamp(1.5rem,5vw,2.25rem);
	line-height: 1.25;
}

.content__title {
	font-size: 2rem;
	font-weight: normal;
}

.poster {
	width: 100%;
	height: 100vh;
	display: grid;
	place-items: center;
	--offset-x: 0%;
	--offset-y: 0%;
}

.poster--half {
	height: 28vw;
}

.poster__inner {
	width: calc(100% + var(--offset-x) * 2);
	height: calc(100% + var(--offset-y) * 2);
	background-size: cover;
	background-position: 50% 50%;
}

.poster__inner video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.poster__inner--fixed {
	background-attachment: fixed;
}

.font-1 {
    
	font-family: "blackoutregular";
	font-weight: 400;
}

.font-2 {
	font-family: "hacked_crtregular", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.font-3 {
	font-family: "macula-solid", sans-serif;
	font-weight: 500;
}

.font-4 {
	font-family: "macula-line", sans-serif;
	font-weight: 400;
}

.font-5 {
	font-family: "octothorpe-pe", sans-serif;
	font-weight: 400;
}

.font-6 {
    
	font-family: "h19a_lunaluna", sans-serif;
	font-weight: 400;
}

.font-7 {
    font-family: "beast", sans-serif;
    /* font-family: "Dela Gothic One"; */
	/* font-family: "capsule3regular", sans-serif; */
	font-weight: 400;
}

.font-8 {
    
	/* font-family: "flegrei", sans-serif; */
	font-family: "raydis", sans-serif;
	font-weight: 400;
}

.font-9 {
	font-family: gigantic, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.size-1 {
	font-size: 70vw;
}

.size-2 {
	font-size: 50vw;
}

.size-3 {
	font-size: 30vw;
}

.size-4 {
	font-size: 20vh;
}

svg {
	opacity: 0;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100vh;
	overflow: visible;
}

/* svg * {
    transition:all 100ms;
    
}

.poster__inner {
    transition:all 254ms;
} */

.h-200 {
	height: 200vh;
}

.w-25 {
	width: 50vw!important;
}

svg text {
	line-height: 1;
}

.credits {
	font-size: 2rem;
	text-align: center;
	margin: 50vh auto;
}


@media screen and (min-width: 53em) {

		.w-25 {
			width: 25vw !important;
		}
}	
