@font-face {
	font-family: avenir-demi;
	src: url(../fonts/Nunito-Black.ttf);
}
@font-face {
	font-family: Nunito-Regular;
	src: url(../fonts/Nunito-Regular.ttf);
}
@font-face {
	font-family: Nunito-Bold;
	src: url(../fonts/Nunito-Bold.ttf);
}
@font-face {
	font-family: Nunito-Black;
	src: url(../fonts/Nunito-Black.ttf);
}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
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)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
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;
}
/*
Tabular data
============
*/
/**
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)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
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 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
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;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
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;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
body {
	width: 100%;
	overflow-x: hidden;
	font-family: avenir-demi, sans-serif;
}
p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 1.25;
}
@media (min-width: 768px) {
	p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
p {
	line-height: 1.25 !important;
}
@media only screen and (min-width: 1024px) {
			p.smaller {
				font-size: 22px;
				line-height: 32px !important;
			}
		}
h2 span {
	--tw-bg-opacity: 1;
	background-color: rgba(172, 35, 34, var(--tw-bg-opacity));
}
h2 span {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
h2 span {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
@media (min-width: 768px) {
	h2 span {
		font-size: 3rem;
		line-height: 1;
	}
}
h2 span {
			background-size: 100%;
			-webkit-background-clip: text;
			-moz-background-clip: text;
			-webkit-text-fill-color: transparent;
			-moz-text-fill-color: transparent;
			background-image: linear-gradient(to bottom, #f05126 35%, #ac2322 70%);
		}
.greenText {
	--tw-bg-opacity: 1;
	background-color: rgba(13, 104, 43, var(--tw-bg-opacity));
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	text-align: center;
	font-size: 2.25rem;
	line-height: 2.5rem;
}
@media (min-width: 640px) {
	.greenText {
		font-size: 3rem;
		line-height: 1;
	}
}
.greenText {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		background-size: 100%;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
		background-image: linear-gradient(to right, #0d682b, #a3cc38);
	}
@media only screen and (min-width: 1024px) {
img {
			image-rendering: -webkit-optimize-contrast
	}
		}
.button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		display: block;
		border-radius: 9999px;
		background-image: linear-gradient(to right, var(--tw-gradient-stops));
		--tw-gradient-from: #0D682B;
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 104, 43, 0));
		--tw-gradient-to: #A3CC38;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-top: 0.875rem;
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.05em;
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity))
	}
@media (min-width: 768px) {
	.button {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.button {
		letter-spacing: 0.025em;
	}
}
.button {
	line-height: 1 !important;
}
.button.register {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.button.register {
	font-family: Nunito-Regular, sans-serif;
}
.button.register {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.ffp {
		display: none;
	}
.ffp.selected {
			display: block;
		}
.ffp-btn, .facade-btn {
	width: 100%;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding: 0.25rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.ffp-btn, .facade-btn {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.ffp-btn.selected, .facade-btn.selected {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.ffp-btn.selected, .facade-btn.selected {
	font-size: 1rem;
	line-height: 1.5rem;
}
.ffp-btn.selected, .facade-btn.selected {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {
	.ffp-btn.selected, .facade-btn.selected {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.ffp-btn.selected, .facade-btn.selected {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.ffp-btn.selected, .facade-btn.selected {
			background-image: linear-gradient(to bottom, #f05126, #ac2322);
		}
.ffp-btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-family: Nunito-Regular, sans-serif;
	font-weight: 600;
		max-width: 300px;
		line-height: 1;
}
.ffp-btn.selected {
			max-width: 340px;
		}
.facade-btn {
	width: 8rem;
}
.facade-btn.selected {
	width: 9rem;
}
.points, .img-view {
	display: none;
}
.points.selected, .img-view.selected {
			display: block;
		}
.points {
		max-width: 320px;
		position: relative;
		width: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: top;
		   object-position: top;
	}
@media only screen and (min-width: 1024px) {
.points {
			max-width: 380px;
			width: 22vw
	}
		}
@media only screen and (min-width: 768px) {
		.img-view {
			margin-top: -10vw;
		}
		@media (min-width: 1024px) {
		.img-view {
			margin-top: 0px;
		}
	}
	}
@media only screen and (min-width: 1024px) {
		.lg-pt-12vh {
			padding-top: 12vh !important;
		}
	}
#finishing-touch.red-bg {
		background-color: #f05025;
	}
@media only screen and (min-width: 1600px) {
#finishing-touch.red-bg {
			background-image: linear-gradient(to bottom, #f05025 8%, #ac2322 80%)
	}
		}
#finishing-touch.red-bg h2 span {
			background-color: white !important;
			background-image: none;
		}
#finishing-touch.red-bg .facade-btn {
	--tw-bg-opacity: 1;
	background-color: rgba(172, 35, 34, var(--tw-bg-opacity));
}
#finishing-touch.red-bg .facade-btn {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#finishing-touch.red-bg .facade-btn.selected {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#finishing-touch.red-bg .facade-btn.selected {
				color: #f05025;
				background-image: none;
				background-color: white;
			}
.fp-btn {
	cursor: pointer;
	border-color: transparent;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
}
@media (min-width: 640px) {
	.fp-btn {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 768px) {
	.fp-btn {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.fp-btn {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.fp-btn {
		padding-left: 0.75rem;
	}
	.fp-btn {
		font-family: Nunito-Regular, sans-serif;
	}
	.fp-btn {
		font-weight: 600;
	}
	.fp-btn {
		letter-spacing: 0.05em;
	}
}
.fp-btn {
		line-height: 1 !important;
	}
@media only screen and (min-width: 1024px) {
.fp-btn {
			border-left-width: 3px;
			margin-left: -1.5px
	}
		}
.fp-btn.selected {
	--tw-text-opacity: 1;
	color: rgba(240, 81, 38, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.fp-btn.selected {
		--tw-border-opacity: 1;
		border-color: rgba(240, 81, 38, var(--tw-border-opacity));
	}
}
.fp {
		display: none;
	}
.fp.selected {
			display: block;
		}
main video {
		height: calc(100vh - 150px);
		min-height: 630px;
	}
@media only screen and (min-width: 768px) {
main video {
			height: calc(100vh - 20px);
			min-height: 600px
	}
		}
@media only screen and (min-width: 1280px) {
main video {
			height: auto !important;
			width: calc(100% + 4px) !important;
			margin-left: -2px !important;
			max-width: none;
			max-height: 900px
	}
		}
.leaf-overlay {
	pointer-events: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5rem;
	width: 100%;
}
@media (min-width: 1024px) {
	.leaf-overlay {
		height: 24rem;
	}
}
.leaf-overlay {
		background-image: linear-gradient(to top, #020400, #02040000);
	}
.leaf-overlay-2 {
	pointer-events: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1.25rem;
	width: 100%;
}
@media (min-width: 1024px) {
	.leaf-overlay-2 {
		height: 5rem;
	}
}
.leaf-overlay-2 {
		background-image: linear-gradient(to top, #020400, #02040000);
	}
.gap {
		height: 28vh;
		min-height: 200px;
	}
@media only screen and (min-width: 768px) {
.gap {
			height: 32vw;
			min-height: 200px
	}
		}
@media only screen and (min-width: 1024px) {
.gap {
			height: 22vw
	}
		}
@media only screen and (min-width: 1280px) {
.gap {
			height: 20vw
	}
		}
.bg-3 {
		background: url("../images/bg-3.jpg") no-repeat center / cover;
	}
.bg-4 {
		background: url("../images/bg-4.jpg") no-repeat center / cover;
	}
.bg-5 {
		background: url("../images/bg-5.jpg") no-repeat top / cover;
	}
.features p {
	text-align: center;
}
.features p {
	font-family: Nunito-Regular, sans-serif;
}
.features p {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.features p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {
	.features p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1024px) {
	.features p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.features p {
	line-height: 1.25 !important;
}
.features .icon {
	margin-bottom: 0.75rem;
}
.features .icon {
	height: 3.5rem;
}
.features .icon {
	width: auto;
}
@media (min-width: 768px) {
	.features .icon {
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 768px) {
	.features .icon {
		height: 5rem;
	}
}
.features .line {
	margin-top: 1.25rem;
}
.features .line {
	height: auto;
}
.features .line {
	width: 5rem;
}
@media (min-width: 768px) {
	.features .line {
		margin-top: 1.75rem;
	}
}
@media (min-width: 768px) {
	.features .line {
		width: 7rem;
	}
}
.subtitle {
		letter-spacing: 4px;
		text-align: center;
		font-family: avenir-demi, sans-serif;
		font-size: 0.875rem;
		line-height: 1.25rem;
		--tw-text-opacity: 1;
		color: rgba(106, 107, 110, var(--tw-text-opacity));
		opacity: 0.9;
	}
@media (min-width: 768px) {
	.subtitle {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.map-wrapper {
	overflow: hidden;
		padding: 8px;
}
@media only screen and (min-width: 1024px) {
.map-wrapper {
			-webkit-user-select: none;
			   -moz-user-select: none;
			    -ms-user-select: none;
			        user-select: none;
			cursor: move;
	}
			.map-wrapper img {
				touch-action: none;
				-webkit-user-select: none;
				   -moz-user-select: none;
				    -ms-user-select: none;
				        user-select: none;
				transform: translate(0px, 0px);
				transition: 0.3s;
			}
		}
@media only screen and (min-width: 1024px) {
.lg-51vw {
			height: 51vw;
			max-height: 790px
	}
		}
#site-plan {
		min-height: calc(380px + 120vw);
		height: 100vh;
		max-height: 940px;
	}
@media only screen and (min-width: 1024px) {
#site-plan {
			min-height: 100vh
	}
		}
.site-plan-wrapper {
		height: 100vh;
		width: 100%;
		overflow: hidden;
	}
.site-plan-wrapper .site-plan-img {
			width: 620%;
			max-width: 3000px
		}
.site-plan-wrapper .site-plan-img {
	position: absolute;
}
.site-plan-wrapper .site-plan-img {
	top: 0px;
}
.site-plan-wrapper .site-plan-img {
	left: 0px;
}
.site-plan-wrapper .site-plan-img {
	opacity: 0;
}
@media only screen and (min-width: 550px) {
.site-plan-wrapper .site-plan-img {
				width: 3000px;
				transform: translateX(-22%) translateY(-25.5%)
		}
			}
@media only screen and (min-width: 1024px) {
.site-plan-wrapper .site-plan-img {
				width: 620%;
				max-width: 5000px;
				transform: translateX(-22%) translateY(-26.5%)
		}
			}
@media only screen and (min-width: 1780px) {
.site-plan-wrapper .site-plan-img {
				transform: translateX(-18.4%) translateY(-26.5%)
		}
			}
.site-plan-wrapper .site-plan-center {
			width: 80%;
			max-width: 387px
		}
.site-plan-wrapper .site-plan-center {
	position: absolute;
}
.site-plan-wrapper .site-plan-center {
	top: 0px;
}
.site-plan-wrapper .site-plan-center {
	left: 0px;
}
.site-plan-wrapper .site-plan-center {
			transform: translateX(7%) translateY(35%);
		}
@media only screen and (min-width: 550px) {
.site-plan-wrapper .site-plan-center {
				width: 387px;
				transform: translateX(7%) translateY(20.5%)
		}
			}
@media only screen and (min-width: 1024px) {
.site-plan-wrapper .site-plan-center {
				width: 80%;
				max-width: 644px;
				transform: translateX(7%) translateY(6%)
		}
			}
@media only screen and (min-width: 1780px) {
.site-plan-wrapper .site-plan-center {
				transform: translateX(35%) translateY(6%)
		}
			}
.site-plan-info {
		max-height: calc(100vh - 80vw - 220px);
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: left;
		   object-position: left;
	}
@media only screen and (min-width: 550px) {
.site-plan-info {
			max-height: calc(100vh - 55vw - 162px)
	}
		}
@media only screen and (min-width: 1024px) {
.site-plan-info {
			max-height: 300px
	}
		}
.site-plan-distance {
		width: 160px;
		top: 120vw;
		position: absolute;
		margin-top: 4rem;
		margin-left: 1.5rem
	}
@media (min-width: 768px) {
	.site-plan-distance {
		margin-left: 5rem;
	}
}
@media (min-width: 1024px) {
	.site-plan-distance {
		margin-left: 2.5rem;
	}
	.site-plan-distance {
		margin-top: 0px;
	}
	.site-plan-distance {
		width: 15rem;
	}
}
@media (min-width: 1280px) {
	.site-plan-distance {
		margin-left: 8rem;
	}
	.site-plan-distance {
		width: 20rem;
	}
}
@media only screen and (min-width: 550px) {
.site-plan-distance {
			top: 670px;
			left: 80px
	}
		}
@media only screen and (min-width: 1024px) {
.site-plan-distance {
			top: -5vw;
			left: unset;
			max-height: 70vh;
			-o-object-fit: contain;
			   object-fit: contain;
			-o-object-position: left;
			   object-position: left
	}
		}
@media only screen and (min-width: 1400px) {
.site-plan-distance {
			top: -20px
	}
		}
.mt-m-98vw {
		margin-top: 98vw;
	}
@media only screen and (min-width: 550px) {
.mt-m-98vw {
			margin-top: 405px
	}
		}
@media only screen and (min-width: 1024px) {
.mt-m-98vw {
			margin-top: 0
	}
		}
input {
	margin-top: 1rem;
	display: block;
	width: 100%;
	border-width: 0px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
input:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
/* Firefox */
input[type="number"] {
		-moz-appearance: textfield;
	}
input.checkbox {
		width: unset;
		display: inline-block;
	}
#rcaptcha {
		max-width: calc(100vw - 40px);
		overflow-x: auto;
		overflow-y: hidden;
	}
.carousel-overlay-1 {
		background-image: linear-gradient(to right, #001d02, #001d0200 20%, #001d0200 80%, #001d02);
	}
.carousel-overlay-2 {
		background-image: linear-gradient(to top, #001d02, #001d0200 40%);
	}
.splide .splide__list {
			align-items: center;
		}
@media only screen and (min-width: 1024px) {
.splide .splide__list {
				height: 580px
		}
			}
.splide .splide__slide {
			padding: 0 20px;
			transition: 0.3s;
			height: 100%;
		}
.splide .splide__slide img {
	margin-left: auto;
	margin-right: auto;
}
.splide .splide__slide img {
	width: 100%;
}
.splide .splide__slide img {
	max-width: 32rem;
}
.splide .splide__slide img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.splide .splide__slide img {
				border-radius: 30px;
				height: 90vw;
				max-height: 500px;
			}
@media only screen and (min-width: 1024px) {
.splide .splide__slide {
				padding: 0 20px;
				height: auto
		}
				.splide .splide__slide img {
					height: 29vw;
					max-height: 450px;
				}
				.splide .splide__slide img {
		margin-left: 0px;
		margin-right: 0px;
	}
				.splide .splide__slide img {
		max-width: none;
	}
				.splide .splide__slide.is-active {
					transform: scale(1.15);
				}
					@media only screen and (min-width: 1600px) {
				.splide .splide__slide.is-active {
						transform: scale(1.1)
				}
					}
			}
.splide .splide__arrows .splide__arrow {
	z-index: 40;
}
.splide .splide__arrows .splide__arrow {
	height: 2rem;
}
.splide .splide__arrows .splide__arrow {
	width: 2rem;
}
.splide .splide__arrows .splide__arrow {
	background-color: transparent;
}
.splide .splide__arrows .splide__arrow svg {
					fill: white;
				}
.splide .splide__arrows .splide__arrow svg {
	height: auto;
}
.splide .splide__arrows .splide__arrow svg {
	width: 2rem;
}
.splide .splide__pagination {
	bottom: -3.5rem;
}
.splide .splide__pagination {
	z-index: 10;
}
@media (min-width: 1024px) {
	.splide .splide__pagination {
		bottom: 0px;
	}
}
.splide .splide__pagination .splide__pagination__page {
				border: 1px solid white
			}
.splide .splide__pagination .splide__pagination__page {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.splide .splide__pagination .splide__pagination__page {
	height: 0.875rem;
}
.splide .splide__pagination .splide__pagination__page {
	width: 0.875rem;
}
.splide .splide__pagination .splide__pagination__page {
	cursor: pointer;
}
.splide .splide__pagination .splide__pagination__page {
	border-radius: 9999px;
}
.splide .splide__pagination .splide__pagination__page {
	background-color: transparent;
}
.splide .splide__pagination .splide__pagination__page {
	opacity: 1;
}
.splide .splide__pagination .splide__pagination__page {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}
.splide .splide__pagination .splide__pagination__page.is-active {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.splide .splide__pagination .splide__pagination__page.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
nav a {
	font-family: Nunito-Regular, sans-serif;
}
nav a {
			text-shadow: 0 0 4px #001d02;
		}
nav .bg {
	pointer-events: none;
}
nav .bg {
	position: absolute;
}
nav .bg {
	top: 0px;
}
nav .bg {
	left: 0px;
}
nav .bg {
	height: 100%;
}
nav .bg {
	width: 100%;
}
nav .bg {
	opacity: 0;
}
nav .bg {
			background-image: linear-gradient(to bottom, #001d02, #001d02d4, #001d028a, #001d0200);
			transition: 0.4s;
			z-index: -1;
		}
nav .bg.with-bg {
				opacity: 1;
			}
.mobile-menu {
		transform: translateX(100%);
		transition: 0.3s;
	}
.mobile-menu.slide-in {
		transform: translateX(0);
	}
.mobile-menu a {
	margin-top: 1.25rem;
}
.vr {
		border: none;
		width: 100%;
		height: 81vw;
		max-height: 800px;
	}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-5 {
	right: 1.25rem;
}
.top-6 {
	top: 1.5rem;
}
.top-48 {
	top: 12rem;
}
.-top-1 {
	top: -0.25rem;
}
.top-60 {
	top: 15rem;
}
.top-10 {
	top: 2.5rem;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.z-30 {
	z-index: 30;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-2\.5 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.-mt-7 {
	margin-top: -1.75rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.-mt-4 {
	margin-top: -1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-1\.5 {
	margin-bottom: 0.375rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.ml-0 {
	margin-left: 0px;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.box-border {
	box-sizing: border-box;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-auto {
	height: auto;
}
.h-screen {
	height: 100vh;
}
.h-44 {
	height: 11rem;
}
.h-20 {
	height: 5rem;
}
.h-px {
	height: 1px;
}
.h-full {
	height: 100%;
}
.h-1\/5 {
	height: 20%;
}
.h-14 {
	height: 3.5rem;
}
.h-28 {
	height: 7rem;
}
.h-1 {
	height: 0.25rem;
}
.h-8 {
	height: 2rem;
}
.h-12 {
	height: 3rem;
}
.h-4 {
	height: 1rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-11 {
	width: 2.75rem;
}
.w-10 {
	width: 2.5rem;
}
.w-8 {
	width: 2rem;
}
.w-auto {
	width: auto;
}
.w-36 {
	width: 9rem;
}
.w-6 {
	width: 1.5rem;
}
.w-0\.5 {
	width: 0.125rem;
}
.w-0 {
	width: 0px;
}
.w-60 {
	width: 15rem;
}
.w-28 {
	width: 7rem;
}
.w-32 {
	width: 8rem;
}
.w-16 {
	width: 4rem;
}
.w-64 {
	width: 16rem;
}
.w-2 {
	width: 0.5rem;
}
.w-48 {
	width: 12rem;
}
.w-px {
	width: 1px;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-none {
	max-width: none;
}
.max-w-3xl {
	max-width: 48rem;
}
.flex-grow {
	flex-grow: 1;
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-x-20 {
	-moz-column-gap: 5rem;
	     column-gap: 5rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-y-3 {
	row-gap: 0.75rem;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-y-7 {
	row-gap: 1.75rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.border-themeRedLight {
	--tw-border-opacity: 1;
	border-color: rgba(240, 81, 38, var(--tw-border-opacity));
}
.bg-themeBgGreen {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 29, 2, var(--tw-bg-opacity));
}
.bg-themeBgBlack {
	--tw-bg-opacity: 1;
	background-color: rgba(2, 4, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-themeGray {
	--tw-bg-opacity: 1;
	background-color: rgba(106, 107, 110, var(--tw-bg-opacity));
}
.bg-themeGreen {
	--tw-bg-opacity: 1;
	background-color: rgba(13, 104, 43, var(--tw-bg-opacity));
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black {
	--tw-gradient-from: #000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-themeBgBlack {
	--tw-gradient-from: #020400;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 4, 0, 0));
}
.from-white {
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-top {
	-o-object-position: top;
	   object-position: top;
}
.object-left {
	-o-object-position: left;
	   object-position: left;
}
.object-right {
	-o-object-position: right;
	   object-position: right;
}
.p-5 {
	padding: 1.25rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-12 {
	padding-top: 3rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-Nunito-Regular {
	font-family: Nunito-Regular, sans-serif;
}
.font-Nunito-Bold {
	font-family: Nunito-Bold, sans-serif;
}
.font-sans {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-semibold {
	font-weight: 600;
}
.font-extrabold {
	font-weight: 800;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-tight {
	line-height: 1.25;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-themeGray {
	--tw-text-opacity: 1;
	color: rgba(106, 107, 110, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
@media (min-width: 640px) {
	.sm\:top-12 {
		top: 3rem;
	}
	.sm\:-mt-16 {
		margin-top: -4rem;
	}
	.sm\:ml-3 {
		margin-left: 0.75rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}
}
@media (min-width: 768px) {
	.md\:top-9 {
		top: 2.25rem;
	}
	.md\:top-7 {
		top: 1.75rem;
	}
	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.md\:mx-3 {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mt-12 {
		margin-top: 3rem;
	}
	.md\:mt-3 {
		margin-top: 0.75rem;
	}
	.md\:mt-16 {
		margin-top: 4rem;
	}
	.md\:mt-8 {
		margin-top: 2rem;
	}
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	.md\:mt-20 {
		margin-top: 5rem;
	}
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.md\:-mt-8 {
		margin-top: -2rem;
	}
	.md\:mt-24 {
		margin-top: 6rem;
	}
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	.md\:mr-7 {
		margin-right: 1.75rem;
	}
	.md\:mt-7 {
		margin-top: 1.75rem;
	}
	.md\:mb-12 {
		margin-bottom: 3rem;
	}
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-6 {
		height: 1.5rem;
	}
	.md\:w-px {
		width: 1px;
	}
	.md\:w-7 {
		width: 1.75rem;
	}
	.md\:w-96 {
		width: 24rem;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-9 {
		width: 2.25rem;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:w-56 {
		width: 14rem;
	}
	.md\:w-80 {
		width: 20rem;
	}
	.md\:max-w-3xl {
		max-width: 48rem;
	}
	.md\:max-w-2xl {
		max-width: 42rem;
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.md\:items-start {
		align-items: flex-start;
	}
	.md\:items-center {
		align-items: center;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:gap-y-0 {
		row-gap: 0px;
	}
	.md\:gap-x-7 {
		-moz-column-gap: 1.75rem;
		     column-gap: 1.75rem;
	}
	.md\:gap-x-4 {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.md\:pt-16 {
		padding-top: 4rem;
	}
	.md\:pb-8 {
		padding-bottom: 2rem;
	}
	.md\:pt-10 {
		padding-top: 2.5rem;
	}
	.md\:pb-20 {
		padding-bottom: 5rem;
	}
	.md\:pt-24 {
		padding-top: 6rem;
	}
	.md\:pt-20 {
		padding-top: 5rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:leading-tight {
		line-height: 1.25;
	}
}
@media (min-width: 1024px) {
	.lg\:static {
		position: static;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:top-16 {
		top: 4rem;
	}
	.lg\:top-0 {
		top: 0px;
	}
	.lg\:left-0 {
		left: 0px;
	}
	.lg\:right-0 {
		right: 0px;
	}
	.lg\:top-32 {
		top: 8rem;
	}
	.lg\:top-12 {
		top: 3rem;
	}
	.lg\:z-20 {
		z-index: 20;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.lg\:my-auto {
		margin-top: auto;
		margin-bottom: auto;
	}
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:-mt-0 {
		margin-top: 0px;
	}
	.lg\:-mt-40 {
		margin-top: -10rem;
	}
	.lg\:ml-auto {
		margin-left: auto;
	}
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	.lg\:mr-0 {
		margin-right: 0px;
	}
	.lg\:ml-0 {
		margin-left: 0px;
	}
	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:-ml-1 {
		margin-left: -0.25rem;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.lg\:mb-8 {
		margin-bottom: 2rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline {
		display: inline;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-24 {
		height: 6rem;
	}
	.lg\:h-screen {
		height: 100vh;
	}
	.lg\:min-h-screen {
		min-height: 100vh;
	}
	.lg\:w-32 {
		width: 8rem;
	}
	.lg\:w-48 {
		width: 12rem;
	}
	.lg\:w-52 {
		width: 13rem;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:max-w-md {
		max-width: 28rem;
	}
	.lg\:max-w-xs {
		max-width: 20rem;
	}
	.lg\:max-w-xl {
		max-width: 36rem;
	}
	.lg\:max-w-sm {
		max-width: 24rem;
	}
	.lg\:max-w-4xl {
		max-width: 56rem;
	}
	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-col {
		flex-direction: column;
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}
	.lg\:gap-y-4 {
		row-gap: 1rem;
	}
	.lg\:gap-y-5 {
		row-gap: 1.25rem;
	}
	.lg\:border-l {
		border-left-width: 1px;
	}
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}
	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pl-0 {
		padding-left: 0px;
	}
	.lg\:pt-20 {
		padding-top: 5rem;
	}
	.lg\:pb-8 {
		padding-bottom: 2rem;
	}
	.lg\:pr-24 {
		padding-right: 6rem;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:pl-16 {
		padding-left: 4rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-themeBgBlack {
		--tw-text-opacity: 1;
		color: rgba(2, 4, 0, var(--tw-text-opacity));
	}
}
@media (min-width: 1280px) {
	.xl\:right-10 {
		right: 2.5rem;
	}
	.xl\:-mt-11 {
		margin-top: -2.75rem;
	}
	.xl\:-mt-48 {
		margin-top: -12rem;
	}
	.xl\:ml-auto {
		margin-left: auto;
	}
	.xl\:ml-0 {
		margin-left: 0px;
	}
	.xl\:block {
		display: block;
	}
	.xl\:hidden {
		display: none;
	}
	.xl\:min-h-screen {
		min-height: 100vh;
	}
	.xl\:w-1\/2 {
		width: 50%;
	}
	.xl\:max-w-3xl {
		max-width: 48rem;
	}
	.xl\:whitespace-nowrap {
		white-space: nowrap;
	}
	.xl\:object-center {
		-o-object-position: center;
		   object-position: center;
	}
	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.xl\:pl-6 {
		padding-left: 1.5rem;
	}
}
