@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Montserrat-Medium;
	src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
	font-family: Montserrat-Black;
	src: url(../fonts/Montserrat-Black.ttf);
}

/*! tailwindcss v2.2.16 | 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-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

img {
		image-rendering: -webkit-optimize-contrast;
	}

main {
		/* background-color: #1a56ac; */
		/* min-height: calc(100vh - 80px); */
	}

main h1 {
			text-shadow: 2px 2px 12px #0849a7de;
		}

main h1 {
	font-family: Montserrat-Bold, sans-serif;
}

main h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

main h1 {
	font-weight: 700;
}

@media (min-width: 640px) {

	main h1 {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 768px) {

	main h1 {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 1280px) {

	main h1 {
		font-size: 3.75rem;
		line-height: 1;
	}
}

main p.text-shadow {
			text-shadow: 2px 2px 12px #0849a7de;
		}

h2 {
		line-height: 1.1 !important;
		font-family: Montserrat-Bold, sans-serif;
		font-size: 1.875rem;
		line-height: 2.25rem;
		font-weight: 700;
	}

@media (min-width: 768px) {

	h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1024px) {

	h2 {
		font-size: 3.75rem;
		line-height: 1;
	}
}

h3 {
	font-family: Montserrat-Bold, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}

@media (min-width: 768px) {

	p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

body {
	font-family: Montserrat-Regular, sans-serif;
	--tw-text-opacity: 1;
	color: rgba(77, 77, 79, var(--tw-text-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;
	}

/* -------------------------------------------------------------------------- */

/*                                   General                                  */

/* -------------------------------------------------------------------------- */

.navbar a {
	margin-left: 1rem;
	margin-right: 1rem;
	font-family: Montserrat-Medium, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

@media (min-width: 1280px) {

	.navbar a {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

ul.custom-list li {
		background: url("../images/elements/list-bullet.png") no-repeat;
		background-position: 0 8px;
		padding: 6px 0 6px 28px;
		margin: 0px;
		list-style-type: none;
		background-size: 1.2rem;
	}

.icons-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media (min-width: 1024px) {

	.icons-wrapper {
		margin-top: 1.5rem;
	}
}

.icons-wrapper .item {
	width: 50%;
}

@media (min-width: 768px) {

	.icons-wrapper .item {
		width: 25%;
	}
}

.icons-wrapper .icon {
			max-width: 120px;
		}

.icons-wrapper .icon {
	margin-left: auto;
	margin-right: auto;
}

.icons-wrapper .icon {
	width: 75%;
}

@media only screen and (min-width: 1024px) {

.num {
			font-size: 80px !important
	}
		}

.text-strike {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.text-strike > span {
			position: relative;
			display: inline-block;
		}

.text-strike > span:before,
		.text-strike > span:after {
			content: "";
		}

.text-strike > span:before, .text-strike > span:after {
	position: absolute;
}

.text-strike > span:before, .text-strike > span:after {
	top: 50%;
}

.text-strike > span:before, .text-strike > span:after {
	height: 0.125rem;
}

.text-strike > span:before, .text-strike > span:after {
	width: 2.25rem;
}

.text-strike > span:before, .text-strike > span:after {
	--tw-bg-opacity: 1;
	background-color: rgba(77, 77, 79, var(--tw-bg-opacity));
}

.text-strike > span:before {
	right: 100%;
}

.text-strike > span:before {
	margin-right: 0.25rem;
}

.text-strike > span:after {
	left: 100%;
}

.text-strike > span:after {
	margin-left: 0.25rem;
}

.content-px {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/* -------------------------------------------------------------------------- */

/*                                    Utils                                   */

/* -------------------------------------------------------------------------- */

br.br-block {
	display: none;
}

@media (min-width: 768px) {

	br.br-block {
		display: block;
	}
}

section.section-mt {
	margin-top: 2.5rem;
}

@media (min-width: 768px) {

	section.section-mt {
		margin-top: 3.5rem;
	}
}

@media (min-width: 1024px) {

	section.section-mt {
		margin-top: 6rem;
	}
}

.section-pt {
	padding-top: 3.5rem;
}

@media (min-width: 1024px) {

	.section-pt {
		padding-top: 6rem;
	}
}

section.section-pb {
	padding-bottom: 5rem;
}

@media (min-width: 1024px) {

	section.section-pb {
		padding-bottom: 6rem;
	}
}

.btn-primary {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(113, 191, 68, var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-family: Montserrat-Bold, sans-serif;
	text-transform: uppercase;
}

@media (min-width: 768px) {

	.btn-primary {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

.mobile-menu {
		transform: translateX(100%);
		transition: 0.3s;
	}

.mobile-menu.slide-in {
			transform: translateX(0);
		}

.mobile-menu a {
	margin-top: 1.25rem;
}

.mobile-menu a {
	font-family: Montserrat-Medium, sans-serif;
}

/* -------------------------------------------------------------------------- */

/*                                   Content                                  */

/* -------------------------------------------------------------------------- */

/* ------------------------------ Main ----------------------------- */

.industrial-logo {
		max-width: 260px;
		width: 100%;
	}

@media (min-width: 768px) {

	.industrial-logo {
		max-width: 28rem;
	}
}

@media (min-width: 1024px) {

	#distance-list {
		max-width: 56rem;
	}
}

#distance-list .item {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#distance-list .item {
	align-items: center;
}

#distance-list .item {
	text-align: center;
}

@media (min-width: 1024px) {

	#distance-list .item {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

@media (min-width: 1024px) {

	#distance-list .item {
		display: flex;
	}
}

@media (min-width: 1024px) {

	#distance-list .item {
		justify-content: center;
	}
}

@media (min-width: 1024px) {

	#distance-list .item {
		text-align: left;
	}
}

#distance-list .item > .icon {
	width: 4rem;
}

@media (min-width: 1024px) {

	#distance-list .item > .icon {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (min-width: 1024px) {

	#distance-list .item > .icon {
		margin-right: 0.75rem;
	}
}

@media (min-width: 1024px) {

	#distance-list .item > .icon {
		width: 4rem;
	}
}

#distance-list .item strong {
	margin-top: 0.5rem;
}

#distance-list .item strong {
	display: block;
}

#distance-list .item strong {
	font-family: Montserrat-Bold, sans-serif;
}

#distance-list .item strong {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

#distance-list .item strong {
	--tw-text-opacity: 1;
	color: rgba(153, 202, 60, var(--tw-text-opacity));
}

@media (min-width: 1024px) {

	#distance-list .item strong {
		margin-top: 0px;
	}
}

@media (min-width: 1024px) {

	#distance-list .item strong {
		line-height: 1rem;
	}
}

#distance-list .item p {
	font-family: Montserrat-Medium, sans-serif;
}

#distance-list .item p {
	line-height: 1.25;
}

@media (min-width: 768px) {

	#distance-list .item p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.draggable .images {
		width: 194vw;
	}

@media (min-width: 768px) {

	.draggable .images {
		width: 100%;
	}
}

.draggable::-webkit-scrollbar {
		display: none;
	}

#biggest-parkland .text-shadow {
			text-shadow: 2px 2px 8px #0934716e;
		}

#biggest-parkland p.text-shadow {
			text-shadow: 1px 1px 6px #093471ab;
		}

#biggest-parkland .draggable .images {
			width: 320vw;
			max-width: 1400px;
		}

@media (min-width: 768px) {

	#biggest-parkland .draggable .images {
		width: 100%;
	}
}

@media (min-width: 768px) {

	#biggest-parkland .draggable .images {
		max-width: none;
	}
}

@media only screen and (min-width: 1024px) {

.points .item {
				width: calc(25% - 20px)
		}
			}

.points .item h3 {
	margin-bottom: 0.25rem;
}

.points .item h3 {
	text-align: center;
}

.points .item h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

@media (min-width: 768px) {

	.points .item h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1024px) {

	.points .item h3 {
		margin-bottom: 0.5rem;
	}
}

@media (min-width: 1024px) {

	.points .item h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1024px) {

	.points .item h3 {
		line-height: 1.25;
	}
}

.points .item h3 br {
	display: none;
}

@media (min-width: 1024px) {

	.points .item h3 br {
		display: block;
	}
}

.points .item p {
	text-align: center;
}

@media (min-width: 1024px) {

	.points .item p {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 1024px) {

	.points .item p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1024px) {

	.points .item p {
		line-height: 1.25;
	}
}

.points .item p br {
	display: none;
}

@media (min-width: 1024px) {

	.points .item p br {
		display: block;
	}
}

.points .item h3, .points .item p {
	line-height: 1.25 !important;
}

.points .divider {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.points .divider {
	height: 0.125rem;
}

.points .divider {
	width: 100%;
}

.points .divider {
	--tw-bg-opacity: 1;
	background-color: rgba(153, 202, 60, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

	.points .divider {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media (min-width: 1024px) {

	.points .divider {
		margin-top: 0.25rem;
	}
}

@media (min-width: 1024px) {

	.points .divider {
		height: 3.5rem;
	}
}

@media (min-width: 1024px) {

	.points .divider {
		width: 0.125rem;
	}
}

/* --------------------------- Masterplan Listing --------------------------- */

@media (min-width: 1024px) {

	.masterplan-listing {
		margin-top: 0.5rem;
	}
}

.masterplan-listing .item {
	text-align: center;
}

.masterplan-listing .item {
	padding-bottom: 1rem;
}

.masterplan-listing .item > .icon {
	margin: auto;
}

.masterplan-listing .item > .icon {
	width: 3.5rem;
}

.masterplan-listing .item > .icon {
	padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {

	.masterplan-listing .item > .icon {
		width: 5rem;
	}
}

.masterplan-listing .item > p {
	margin-top: 0.25rem;
}

.masterplan-listing .item > p {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.masterplan-listing .item > p {
	line-height: 1.25;
}

@media (min-width: 768px) {

	.masterplan-listing .item > p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 768px) {

	.masterplan-listing .item > p {
		line-height: 1.25;
	}
}

/* ----------------------- Current Development Listing ---------------------- */

@media (min-width: 1024px) {

	#current-development-listing {
		display: flex;
	}
}

#current-development-listing > .item {
	position: relative;
}

#current-development-listing > .item {
	margin: 1.25rem;
}

#current-development-listing > .item {
	margin-left: auto;
	margin-right: auto;
}

#current-development-listing > .item {
	max-width: 24rem;
}

#current-development-listing > .item {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

#current-development-listing > .item {
	padding-bottom: 1rem;
}

@media (min-width: 640px) {

	#current-development-listing > .item {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1024px) {

	#current-development-listing > .item {
		width: 33.333333%;
	}
}

@media (min-width: 1024px) {

	#current-development-listing > .item:nth-child(2) {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}

#current-development-listing > .item .item-wrapper {
	display: flex;
}

#current-development-listing > .item .item-wrapper {
	flex-direction: column;
}

#current-development-listing > .item .item-content {
	--tw-bg-opacity: 1;
	background-color: rgba(231, 232, 233, var(--tw-bg-opacity));
}

#current-development-listing > .item .item-content {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

#current-development-listing > .item ul {
	display: inline-block;
}

#current-development-listing > .item ul li img {
					width: 14px
				}

#current-development-listing > .item ul li img {
	margin-right: 0.5rem;
}

#current-development-listing > .item ul li img.mr-1 {
	margin-right: 0.25rem;
}

#current-development-listing .item-content > strong {
	display: block;
}

#current-development-listing .item-content > strong {
	padding-bottom: 0.75rem;
}

#current-development-listing .item-content > strong {
	text-align: left;
}

#current-development-listing .item-content > strong {
	font-family: Montserrat-Bold, sans-serif;
}

#current-development-listing .item-content > strong {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

#current-development-listing ul li {
	margin-bottom: 0.375rem;
}

#current-development-listing ul li {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

#current-development-listing ul li img {
	display: inline-block;
}

@media (min-width: 640px) {

	.reliable-support .icons-wrapper .item {
		width: 25%;
	}
}

/* ---------------------------- Registration Form --------------------------- */

#registration-form-inputs {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#registration-form-inputs input {
	margin-top: 1rem;
}

#registration-form-inputs input {
	width: 100%;
}

#registration-form-inputs input {
	border-radius: 9999px;
}

#registration-form-inputs input {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#registration-form-inputs input {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

#registration-form-inputs input {
	text-align: center;
}

#registration-form-inputs input {
	font-family: Montserrat-Medium, sans-serif;
}

#registration-form-inputs input {
	--tw-text-opacity: 1;
	color: rgba(0, 38, 55, var(--tw-text-opacity));
}

#registration-form-inputs input::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 38, 55, var(--tw-text-opacity));
}

#registration-form-inputs input:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 38, 55, var(--tw-text-opacity));
}

#registration-form-inputs input::placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 38, 55, var(--tw-text-opacity));
}

button.btn-primary.nav-btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 768px) {

	button.btn-primary.nav-btn {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

/* -------------------------------------------------------------------------- */

/*                                Miscellaneous                               */

/* -------------------------------------------------------------------------- */

#rcaptcha {
		max-width: calc(100vw - 40px);
		overflow-x: auto;
		overflow-y: hidden;
	}

/* -------------------------------------------------------------------------- */

/*                                 Animations                                 */

/* -------------------------------------------------------------------------- */

@-webkit-keyframes slideUp {
		0% {
			transform: translateY(100px);
			opacity: 0;
		}
		100% {
			transform: translateY(0);
			opacity: 1;
		}
	}

@keyframes slideUp {
		0% {
			transform: translateY(100px);
			opacity: 0;
		}
		100% {
			transform: translateY(0);
			opacity: 1;
		}
	}

.animate {
		opacity: 0;
	}

.animate.appear {
			-webkit-animation: slideUp 0.8s forwards;
			        animation: slideUp 0.8s forwards;
		}

.animate.appear.delay-1 {
			-webkit-animation-delay: 0.1s;
			        animation-delay: 0.1s;
		}

.animate.appear.delay-2 {
			-webkit-animation-delay: 0.2s;
			        animation-delay: 0.2s;
		}

.animate.appear.delay-3 {
			-webkit-animation-delay: 0.3s;
			        animation-delay: 0.3s;
		}

.animate.appear.delay-4 {
			-webkit-animation-delay: 0.4s;
			        animation-delay: 0.4s;
		}

.animate.appear.delay-5 {
			-webkit-animation-delay: 0.5s;
			        animation-delay: 0.5s;
		}

.animate.appear.delay-6 {
			-webkit-animation-delay: 0.6s;
			        animation-delay: 0.6s;
		}

.animate.appear.delay-7 {
			-webkit-animation-delay: 0.7s;
			        animation-delay: 0.7s;
		}

.animate.appear.delay-8 {
			-webkit-animation-delay: 0.8s;
			        animation-delay: 0.8s;
		}

.pointer-events-none {
	pointer-events: none;
}

.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;
}

.bottom-16 {
	bottom: 4rem;
}

.bottom-6 {
	bottom: 1.5rem;
}

.bottom-20 {
	bottom: 5rem;
}

.bottom-0 {
	bottom: 0px;
}

.z-40 {
	z-index: 40;
}

.z-20 {
	z-index: 20;
}

.z-10 {
	z-index: 10;
}

.m-auto {
	margin: auto;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.mt-20 {
	margin-top: 5rem;
}

.mt-9 {
	margin-top: 2.25rem;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.-ml-4 {
	margin-left: -1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.ml-2 {
	margin-left: 0.5rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.ml-0 {
	margin-left: 0px;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.box-border {
	box-sizing: border-box;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.hidden {
	display: none;
}

.h-20 {
	height: 5rem;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.h-auto {
	height: auto;
}

.w-full {
	width: 100%;
}

.w-11 {
	width: 2.75rem;
}

.w-10 {
	width: 2.5rem;
}

.w-8 {
	width: 2rem;
}

.w-48 {
	width: 12rem;
}

.w-6 {
	width: 1.5rem;
}

.w-32 {
	width: 8rem;
}

.w-2 {
	width: 0.5rem;
}

.w-36 {
	width: 9rem;
}

.w-12 {
	width: 3rem;
}

.max-w-6xl {
	max-width: 72rem;
}

.max-w-none {
	max-width: none;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-5xl {
	max-width: 64rem;
}

.max-w-xs {
	max-width: 20rem;
}

.max-w-screen-md {
	max-width: 768px;
}

.max-w-sm {
	max-width: 24rem;
}

.cursor-pointer {
	cursor: pointer;
}

.flex-col {
	flex-direction: column;
}

.items-start {
	align-items: flex-start;
}

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

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

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

.overflow-auto {
	overflow: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

.rounded-sm {
	border-radius: 0.125rem;
}

.border-t-2 {
	border-top-width: 2px;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-secondaryColor {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 38, 55, var(--tw-bg-opacity));
}

.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-bgBlack {
	--tw-gradient-from: #00000047;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.object-center {
	-o-object-position: center;
	   object-position: center;
}

.p-1 {
	padding: 0.25rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-9 {
	padding-top: 2.25rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pr-3 {
	padding-right: 0.75rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.text-center {
	text-align: center;
}

.font-Montserrat {
	font-family: Montserrat-Regular, sans-serif;
}

.font-Montserrat-Medium {
	font-family: Montserrat-Medium, sans-serif;
}

.font-Montserrat-Bold {
	font-family: Montserrat-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-6xl {
	font-size: 3.75rem;
	line-height: 1;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.font-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.not-italic {
	font-style: normal;
}

.leading-none {
	line-height: 1;
}

.leading-tight {
	line-height: 1.25;
}

.text-greyText {
	--tw-text-opacity: 1;
	color: rgba(77, 77, 79, var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-primaryColor {
	--tw-text-opacity: 1;
	color: rgba(113, 191, 68, var(--tw-text-opacity));
}

.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {

	.sm\:absolute {
		position: absolute;
	}

	.sm\:mx-2 {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:ml-0 {
		margin-left: 0px;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:justify-center {
		justify-content: center;
	}

	.sm\:pt-6 {
		padding-top: 1.5rem;
	}

	.sm\:text-center {
		text-align: center;
	}

	.sm\:text-white {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}

@media (min-width: 768px) {

	.md\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.md\:mt-10 {
		margin-top: 2.5rem;
	}

	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-72 {
		width: 18rem;
	}

	.md\:max-w-xl {
		max-width: 36rem;
	}

	.md\:max-w-4xl {
		max-width: 56rem;
	}

	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md\:pt-6 {
		padding-top: 1.5rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 1024px) {

	.lg\:section-pt {
		padding-top: 3.5rem;
	}

	@media (min-width: 1024px) {

		.lg\:section-pt {
			padding-top: 6rem;
		}
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:mt-14 {
		margin-top: 3.5rem;
	}

	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:inline {
		display: inline;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:max-w-6xl {
		max-width: 72rem;
	}

	.lg\:max-w-5xl {
		max-width: 64rem;
	}

	.lg\:max-w-xl {
		max-width: 36rem;
	}

	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lg\:pt-14 {
		padding-top: 3.5rem;
	}

	.lg\:pt-12 {
		padding-top: 3rem;
	}

	.lg\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
}

@media (min-width: 1280px) {

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