/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 480px){

	.container{
		max-width: 480px;
	}
}
@media (min-width: 600px){

	.container{
		max-width: 600px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 782px){

	.container{
		max-width: 782px;
	}
}
@media (min-width: 960px){

	.container{
		max-width: 960px;
		padding-right: 0rem;
		padding-left: 0rem;
	}
}
@media (min-width: 1280px){

	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1440px){

	.container{
		max-width: 1440px;
	}
}
@media (min-width: 1920px){

	.container{
		max-width: 1920px;
	}
}
.btn{
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
	text-decoration-line: none;
}
.btn:hover{
	--tw-text-opacity: 1;
	color: rgb(249 89 20 / var(--tw-text-opacity));
		background-color: #4a0f07;
}
.btn:active{
	--tw-text-opacity: 1;
	color: rgb(249 89 20 / var(--tw-text-opacity));
		background-color: #4a0f07; 
		background: linear-gradient(180deg, #4a0f07 0%, #962d00 50%, #4a0f07 100%);
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.inset-0{
	inset: 0px;
}
.bottom-0{
	bottom: 0px;
}
.left-0{
	left: 0px;
}
.right-0{
	right: 0px;
}
.top-0{
	top: 0px;
}
.z-10{
	z-index: 10;
}
.float-right{
	float: right;
}
.m-8{
	margin: 2rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.ml-\[30px\]{
	margin-left: 30px;
}
.ml-\[50\%\]{
	margin-left: 50%;
}
.mr-\[-30px\]{
	margin-right: -30px;
}
.mt-0{
	margin-top: 0px;
}
.mt-40{
	margin-top: 10rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.hidden{
	display: none;
}
.aspect-\[8\/5\]{
	aspect-ratio: 8/5;
}
.h-1{
	height: 0.25rem;
}
.h-10{
	height: 2.5rem;
}
.h-20{
	height: 5rem;
}
.h-6{
	height: 1.5rem;
}
.h-\[110\%\]{
	height: 110%;
}
.h-\[250px\]{
	height: 250px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-16{
	width: 4rem;
}
.w-2\/5{
	width: 40%;
}
.w-6{
	width: 1.5rem;
}
.w-\[150\%\]{
	width: 150%;
}
.w-\[650px\]{
	width: 650px;
}
.w-\[850px\]{
	width: 850px;
}
.w-auto{
	width: auto;
}
.w-full{
	width: 100%;
}
.max-w-none{
	max-width: none;
}
.max-w-sm{
	max-width: 24rem;
}
.flex-grow{
	flex-grow: 1;
}
.translate-x-\[-50\%\]{
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.skew-x-\[15deg\]{
	--tw-skew-x: 15deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
	cursor: pointer;
}
.list-decimal{
	list-style-type: decimal;
}
.list-disc{
	list-style-type: disc;
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.place-content-end{
	place-content: end;
}
.place-items-end{
	place-items: end;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-5{
	gap: 1.25rem;
}
.gap-y-10{
	row-gap: 2.5rem;
}
.overflow-hidden{
	overflow: hidden;
}
.rounded{
	border-radius: 0.25rem;
}
.border-b{
	border-bottom-width: 1px;
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black{
	--tw-gradient-from: #000 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
	--tw-gradient-from: transparent var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-50\%{
	--tw-gradient-from-position: 50%;
}
.to-black{
	--tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-transparent{
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-5\%{
	--tw-gradient-to-position: 5%;
}
.bg-\[length\:330vw\]{
	background-size: 330vw;
}
.bg-contain{
	background-size: contain;
}
.bg-cover{
	background-size: cover;
}
.bg-top{
	background-position: top;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-fill{
	-o-object-fit: fill;
	   object-fit: fill;
}
.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pb-14{
	padding-bottom: 3.5rem;
}
.pl-10{
	padding-left: 2.5rem;
}
.pl-20{
	padding-left: 5rem;
}
.pr-10{
	padding-right: 2.5rem;
}
.pt-12{
	padding-top: 3rem;
}
.pt-36{
	padding-top: 9rem;
}
.pt-40{
	padding-top: 10rem;
}
.pt-\[140vw\]{
	padding-top: 140vw;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-bebas{
	font-family: Bebas Neue, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.font-bold{
	font-weight: 700;
}
.font-extrabold{
	font-weight: 800;
}
.font-light{
	font-weight: 300;
}
.font-semibold{
	font-weight: 600;
}
.uppercase{
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
.leading-tight{
	line-height: 1.25;
}
.text-black{
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-fire{
	--tw-text-opacity: 1;
	color: rgb(249 89 20 / var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
	text-decoration-line: underline;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-0{
	opacity: 0;
}
.grayscale{
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale-0{
	--tw-grayscale: grayscale(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity{
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.alignfull{
	margin: 2rem calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw;
}
.alignwide{
	margin: 2rem 0;
	max-width: 1280px !important;
}
.alignnone{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: 100%;
}
.aligncenter{
	margin: 0.5rem auto;
	display: block;
}
@media (min-width: 600px){

	.alignleft:not(.wp-block-button){
		margin-right: 0.5rem;
		float: left;
	}

	.alignright:not(.wp-block-button){
		margin-left: 0.5rem;
		float: right;
	}

	.wp-block-button.alignleft a{
		float: left;
		margin-right: 1rem;
	}

	.wp-block-button.alignright a{
		float: right;
		margin-left: 1rem;
	}
}
.wp-caption{
	display: inline-block;
}
.wp-caption img{
	margin-bottom: 0.5rem;
	line-height: 1;
}
.wp-caption-text{
	font-size: 0.875rem;
	color: #4b5563;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: Jost, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: normal;
}
/* section {
	@apply px-20;
} */
h1, h2, h3, h4, h5, h6{
	font-family: Bebas Neue, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	line-height: 86.667%;
}
h1 {
	font-size: 9.375rem;
	font-size: clamp(4rem, 0.4167rem + 7.4653vw, 9.375rem);
}
h2 {
	font-size: 4rem;
	font-size: clamp(3rem, 1rem + 4.1667vw, 6rem);
}
.bg-fire-gradient,
.text-fire-gradient,
.menu-item a:hover {
	background: linear-gradient(180deg, #F63507 0%, #F98B14 100%);
	background: linear-gradient(180deg, #c74710 0%, #F95914 100%);
	background: linear-gradient(180deg, #c74710 0%, #fa7a43 100%);
	background: linear-gradient(180deg, #F95914 0%, #F98B14 100%);
}
.text-fire-gradient,
.menu-item a:hover {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#we-are-unchained{
	display: flex;
	flex-direction: column;
	place-content: end;
	background-size: 330vw;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 140vw;
	padding-bottom: 5rem;
}
@media (min-width: 960px){

	#we-are-unchained{
		background-size: cover;
		padding-top: 24rem;
	}
}
#we-are-unchained {
	background-image: url(../images/fsr-bjorn.webp?db670491be67b83f574d8c65cf9bda44);
}
.no-webp #we-are-unchained {
	background-image: url(../images/fsr-bjorn.png?13cb4860e37db117c072c8019a6a8efe);
}
/* #engine {
	@apply bg-contain lg:bg-cover bg-no-repeat bg-top flex flex-col place-content-end place-items-end pt-40 pb-20;
	background-image: url('./../img/bg-engine-mobile.png');
}
@media screen(lg) {
	#engine {
		background-image: url('./../img/bg-engine.png');
	}
}  */
#engine{
	display: flex;
	flex-direction: column;
	place-content: end;
	place-items: end;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 10rem;
	padding-bottom: 5rem;
}
@media (min-width: 960px){

	#engine{
		background-size: cover;
	}
}
#engine {
	background-image: url(../images/bg-engine-plain.webp?9df0ec2c1db8b47d73a952d3f2db5453);
}
.no-webp #engine {
	background-image: url(../images/bg-engine-plain.jpg?9d187e55ae9f786d2de934b9dca0fefc);
}
p + p {
	margin-top: 1rem;
}
main a{
	text-decoration-line: underline;
}
svg {
	display: inline-block;
	height: 100%;
	fill: currentColor;
	max-height: inherit;
}
.fadein {
  opacity: 0;
  transform: translateY(45px);
  transition: transform 0.6s, opacity 0.9s;
}
.fadein.loaded {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.skew {
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	overflow: hidden;
	height: 100%;
	/* clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); */
}
.unskew,
.skew > img,
.skew > div {
	/* transform: skew(15deg);
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg); */
	/* @apply translate-x-[-50%] skew-x-[15deg] max-w-none w-[150%] w-auto ml-[50%] grayscale object-fill h-full; */
	margin-left: 50%;
	height: 100%;
	width: 150%;
	--tw-translate-x: -50%;
	--tw-skew-x: 15deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	-o-object-fit: fill;
	   object-fit: fill;
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	/* margin-left: 50%; */
	/* transform: skew(15deg) translate(-50%); */
	/* width: 150%; */
}
.skew > div:hover,
.skew > img:hover{
	cursor: pointer;
	--tw-grayscale: grayscale(0);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#game-cu {
	background-image: url(../images/cu-2.webp?dc2ef7bd9d4bee99755ba38b389bf4a7);
	background-size: cover;
	background-position: center;
}
#game-fsr {
	background-image: url(../images/fsr-2.webp?d15ca76170ee44df91ef5994371aaced);
	background-size: cover;
	background-position: center;
}
.no-webp #game-cu {
	background-image: url(../images/cu-2.jpg?86eecd692acf16307d86e27119635cd1);
}
.no-webp #game-fsr {
	background-image: url(../images/fsr-2.jpg?8d47ab5a236951b31c664a6230371a9f);
}
/* article > *:not(.entry-content),
.entry-content > * {
	@apply mx-auto max-w-content;
} */
/* h1 {
		@apply text-2xl;
	}

	h2 {
		@apply text-xl;
	}

	h3 {
		@apply text-lg;
	} */
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
	text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
	text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
	margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
	list-style-position: inside;
	list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
	list-style-position: inside;
	list-style-type: decimal;
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/jost-v15-latin-regular.woff2?d4759b346bb59c14bdae8a3f3cb5ab68) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/jost-v15-latin-italic.woff2?3ecb532d70755b642a46a7b05e813621) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/jost-v15-latin-600.woff2?d186b6407cfd6b4f97acde8c03b8d4c7) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/jost-v15-latin-600italic.woff2?f7267bb586806cf76efbf76b1ebe25c0) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bebas-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/bebas-neue-v14-latin-regular.woff2?4352f3c0f3586c850c249adabb9b953c) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@media (min-width: 1920px){

	.\33xl\:container{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	@media (min-width: 480px){

		.\33xl\:container{
			max-width: 480px;
		}
	}

	@media (min-width: 600px){

		.\33xl\:container{
			max-width: 600px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}

	@media (min-width: 782px){

		.\33xl\:container{
			max-width: 782px;
		}
	}

	@media (min-width: 960px){

		.\33xl\:container{
			max-width: 960px;
			padding-right: 0rem;
			padding-left: 0rem;
		}
	}

	@media (min-width: 1280px){

		.\33xl\:container{
			max-width: 1280px;
		}
	}

	@media (min-width: 1440px){

		.\33xl\:container{
			max-width: 1440px;
		}
	}

	@media (min-width: 1920px){

		.\33xl\:container{
			max-width: 1920px;
		}
	}
}
.hover\:w-3\/5:hover{
	width: 60%;
}
.group:hover .group-hover\:opacity-100{
	opacity: 1;
}
@media (min-width: 782px){

	.md\:my-6{
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.md\:mt-\[20vw\]{
		margin-top: 20vw;
	}

	.md\:flex{
		display: flex;
	}

	.md\:w-1\/2{
		width: 50%;
	}

	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 960px){

	.lg\:-mx-4{
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.lg\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.lg\:ml-\[80px\]{
		margin-left: 80px;
	}

	.lg\:mr-\[-80px\]{
		margin-right: -80px;
	}

	.lg\:mt-0{
		margin-top: 0px;
	}

	.lg\:mt-40{
		margin-top: 10rem;
	}

	.lg\:block{
		display: block;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:hidden{
		display: none;
	}

	.lg\:aspect-auto{
		aspect-ratio: auto;
	}

	.lg\:h-auto{
		height: auto;
	}

	.lg\:h-full{
		height: 100%;
	}

	.lg\:w-1\/2{
		width: 50%;
	}

	.lg\:w-2\/5{
		width: 40%;
	}

	.lg\:w-3\/5{
		width: 60%;
	}

	.lg\:w-5\/12{
		width: 41.666667%;
	}

	.lg\:flex-row{
		flex-direction: row;
	}

	.lg\:flex-row-reverse{
		flex-direction: row-reverse;
	}

	.lg\:items-center{
		align-items: center;
	}

	.lg\:justify-between{
		justify-content: space-between;
	}

	.lg\:bg-gradient-to-r{
		background-image: linear-gradient(to right, var(--tw-gradient-stops));
	}

	.lg\:from-50\%{
		--tw-gradient-from-position: 50%;
	}

	.lg\:bg-cover{
		background-size: cover;
	}

	.lg\:p-0{
		padding: 0px;
	}

	.lg\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.lg\:pb-48{
		padding-bottom: 12rem;
	}

	.lg\:pl-0{
		padding-left: 0px;
	}

	.lg\:pr-0{
		padding-right: 0px;
	}

	.lg\:pt-36{
		padding-top: 9rem;
	}

	.lg\:pt-96{
		padding-top: 24rem;
	}

	.lg\:text-5xl{
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 1920px){

	.\33xl\:block{
		display: block;
	}

	.\33xl\:hidden{
		display: none;
	}

	.\33xl\:flex-row{
		flex-direction: row;
	}

	.\33xl\:justify-end{
		justify-content: flex-end;
	}
}
