/* Eric Meyer's Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*,
:before,
:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
}

body img {
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	-o-user-select: none;
	user-select: none;
}

figure {
	margin-bottom: 0;
	margin: 0;
}

*:focus {
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
 2.0.3) Form Elements
 -----------------------------*/
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

a {
	display: inline-block;
	text-decoration: none;
	color: white;
}

li {
	list-style: none;
}

a:focus {
	outline: none;
	border: none;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/

/*
 2.0.4) List Styles
 ---------------------------------*/
button {
	border: none;
	background: transparent;
}

/*global heading*/
h1 {
	font-size: 100px;
	color: white;
	/* text-transform: uppercase; */
	font-weight: bold;

}
.hero_custom__headline {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 0;
	font-weight: 600;
	line-height: 1.15;
	height: max-content;
	text-wrap: balance;
	padding-bottom: 40px;
	animation: hero-custom-headline 750ms var(--animation-timing-2) var(--animation-delay-1) backwards;
	grid-column: 1 / -1;
	font-size: 48px;
	font-size: clamp(42px, 11vw, 50px);
	letter-spacing: -1.44px;
	font-size: 30px;
	color: #fff
  }
  .hero_custom__headline__text {
	--animation-translation-x: 10%;
	--animation-duration: 750ms;
	--animation-timing: var(--animation-timing-2);
	--animation-delay: var(--animation-delay-2);
	/* /* text-transform: uppercase; */ */
  }
  .hero_custom__headline__text--left {
	text-align: left;
	animation: hero-custom-headline-left var(--animation-duration) var(--animation-timing) var(--animation-delay) backwards;
  }
  .hero_custom__headline__text {
	--animation-translation-x: 10%;
	--animation-duration: 750ms;
	--animation-timing: var(--animation-timing-2);
	--animation-delay: var(--animation-delay-2);
	/* /* text-transform: uppercase; */ */
  }
  .hero_custom__headline__text--right {
	display: relative;
	animation: hero-custom-headline-right var(--animation-duration) var(--animation-timing) var(--animation-delay) backwards;
	display: flex;
	align-items: center;
	justify-content: end;
  }
  .hero_custom__headline__text--V {
	position: relative;
	bottom: 0.04em;
	fill: #A100FF;
	height: 0.78em;
	width: 0.78em;
	transform: rotate(90deg);
	animation: hero-custom-headline-V var(--animation-duration) var(--animation-timing) calc(var(--animation-delay) * 2) forwards;
  }
  .hero_custom__headline__text--V {
	fill: #A100FF;
	rotate: -90deg;
  }

h2{
	font-size: 50px;
	color: #fff;
}

h3 {}

h4 {}

h5 {}

h6 {}

/* Containers*/
.container {
	max-width: 1440px;
	padding: 0px 20px;
	width: 100%;
	margin: 0 auto;
}


img {
	width: 100%;
}



@media only screen and (min-width: 600px) {
	.hero_custom__headline {
		grid-column: 1 / -1;
		line-height: 1.1;
		font-size: 60px;
		font-size: clamp(48px, 12vw, 80px);
		letter-spacing: -2.7px;
		letter-spacing: clamp(-2.4px, 0.35vw, -3px);
	  }
}
@media only screen and (min-width: 1024px) {
.hero_custom__headline {
    grid-column: 1 / span 8;
    font-size: 80px;
    letter-spacing: -3px;
  }
  .banner .container {
	display: flex;
}
}
@media only screen and (min-width: 1440px) {
	.hero_custom__headline {
		font-size: 100px;
	  }
	}