/*! 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));
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
h2 {
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
	font-weight: 500 !important;
}
@media only screen and (min-width: 768px) {
h2 {
            font-size: 4rem !important;
	}
        }
h2.smaller {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
h2.smaller {
	font-weight: 500 !important;
}
@media only screen and (min-width: 768px) {
h2.smaller {
                font-size: 3rem !important
        }
            }
h3 {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	font-weight: 300 !important;
}
@media (min-width: 768px) {

	h3 {
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}
}
p {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 300;
}
@media (min-width: 640px) {

	p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1024px) {

	p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {

	p.bigger {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
h2, h3, label {
	line-height: 1.25 !important;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
h2 span.highlight, h3 span.highlight, label span.highlight {
	margin-left: auto;
	margin-right: auto;
}
h2 span.highlight, h3 span.highlight, label span.highlight {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 91, 0, var(--tw-bg-opacity));
}
h2 span.highlight, h3 span.highlight, label span.highlight {
            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 top, #ff5c00, #ffa800);
        }
p {
        line-height: 1.4 !important;
        color: white;
    }
p.bigger {
            line-height: 1.5 !important;
        }
@media only screen and (min-width: 1024px) {
img {
            image-rendering: -webkit-optimize-contrast !important
    }
        }
video[poster] {
	-o-object-fit: cover;
	   object-fit: cover;
}
.caption {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	width: 100%;
	max-width: 48rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.pattern-1 {
        background: url("../images/pattern-1.jpg?v=3") no-repeat left top / cover;
    }
@media only screen and (min-width: 1024px) {
.pattern-1 {
            background-position-x: center
    }
        }
.pattern-2 {
        background: url("../images/pattern-2.jpg") no-repeat left top / cover;
    }
@media only screen and (min-width: 1024px) {
.pattern-2 {
            background-position-x: center
    }
        }
.pattern-3 {
        position: relative;
        background: url("../images/pattern-3.jpg") no-repeat 5% top / cover;
    }
@media only screen and (min-width: 1024px) {
.pattern-3 {
            background-position-x: center
    }
        }
.pattern-3 .black-gradient {
	pointer-events: none;
}
.pattern-3 .black-gradient {
	position: absolute;
}
.pattern-3 .black-gradient {
	bottom: 0px;
}
.pattern-3 .black-gradient {
	left: 0px;
}
.pattern-3 .black-gradient {
	height: 5rem;
}
.pattern-3 .black-gradient {
	width: 100%;
}
.pattern-3 .black-gradient {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.pattern-3 .black-gradient {
	--tw-gradient-from: #000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.pattern-4 {
        background: url("../images/pattern-4.jpg") no-repeat center bottom / cover;
    }
.pattern-5 {
        background: url("../images/pattern-5.jpg") no-repeat center bottom / cover;
    }
.top-part {
	display: flex;
	height: 20rem;
	width: 100%;
	align-items: center;
	justify-content: center;
}
@media (min-width: 768px) {

	.top-part {
		height: 24rem;
	}
}
@media only screen and (min-width: 1280px) {
.top-part {
            height: 580px
    }
        }
.text-shadow {
        text-shadow: 1px 1px 8px black;
    }
.max-width {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 1024px) {

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

	.max-width {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
@media only screen and (min-width: 1400px) {
        .max-width {
		padding-left: 8rem;
		padding-right: 8rem;
	}
    }
@media only screen and (min-width: 1024px) {
        .lg-right {
		right: 0px;
	}
        .lg-right {
		width: 50%;
	}
        .lg-right {
            top: 6vw;
        }
    }
@media only screen and (min-width: 1400px) {
        .lg-right {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            top: 12vw;
        }
    }
.large-img-left {
	width: 100%;
}
@media (min-width: 1024px) {

	.large-img-left {
		width: 66.666667%;
	}
}
@media only screen and (min-width: 1440px) {
.large-img-left {
            width: 74%
    }
        }
.button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        cursor: pointer;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 91, 0, var(--tw-bg-opacity));
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
        text-transform: uppercase;
        --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;
	}
}
.nav {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0));
    }
.nav a {
            text-shadow: 0 0 8px black;
        }
.nav a {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.mobile-menu a, .navbar a {
            border-bottom-width: 2px
        }
.mobile-menu a, .navbar a {
	border-color: transparent;
}
.mobile-menu a, .navbar a {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}
.mobile-menu a, .navbar a {
	padding-bottom: 0.375rem;
}
.mobile-menu a.selected, .navbar a.selected {
	--tw-border-opacity: 1;
	border-color: rgba(255, 91, 0, var(--tw-border-opacity));
}
.mobile-menu {
        transition: 0.3s;
        transform: translateX(100%);
    }
.mobile-menu.slide-in {
            transform: translateX(0);
        }
.mobile-menu a {
	margin-bottom: 2.5rem;
}
.mobile-menu a {
	padding-bottom: 0px;
}
.mobile-menu a:last-of-type {
	margin-bottom: 0px;
}
.mobile-menu a.selected {
	padding-bottom: 0.375rem;
}
@media only screen and (min-width: 768px) {
.md-min-h-570 {
            min-height: 570px
    }
        }
@media only screen and (min-width: 1400px) {
.md-min-h-570 {
            min-height: 680px
    }
        }
main {
        background: url("../images/hero-img.jpg") no-repeat center / cover;
    }
@media (min-width: 768px) {

	main p {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
}
section#vision .bg-img {
            height: 500px;
        }
section#vision .bg-img {
	width: 100%;
}
section#vision .bg-img {
	-o-object-fit: cover;
	   object-fit: cover;
}
section#vision .bg-img {
	-o-object-position: left top;
	   object-position: left top;
}
@media (min-width: 1024px) {

	section#vision .bg-img {
		min-height: 100vh;
	}
}
.library-list .item {
	position: relative;
}
.library-list .item {
	margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {

	.library-list .item {
		margin-bottom: 1rem;
	}
}
.library-list .item img {
	width: 100%;
}
.library-list .item img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.library-list .item .overlay {
                transition: 0.4s
            }
.library-list .item .overlay {
	position: absolute;
}
.library-list .item .overlay {
	left: 0px;
}
.library-list .item .overlay {
	top: 0px;
}
.library-list .item .overlay {
	box-sizing: border-box;
}
.library-list .item .overlay {
	display: flex;
}
.library-list .item .overlay {
	height: 100%;
}
.library-list .item .overlay {
	width: 100%;
}
.library-list .item .overlay {
	align-items: center;
}
.library-list .item .overlay {
	justify-content: center;
}
.library-list .item .overlay {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.library-list .item .overlay {
	--tw-bg-opacity: 0.7;
}
.library-list .item .overlay {
	padding: 0.75rem;
}
@media (min-width: 1024px) {

	.library-list .item .overlay {
		opacity: 0;
	}
}
.library-list .item .overlay p {
	font-weight: 600;
}
.library-list .item .overlay p {
	text-transform: uppercase;
}
.library-list .item:hover .overlay {
	opacity: 1;
}
.library-list .left {
	display: flex;
}
.library-list .left {
	flex-direction: column;
}
.library-list .left {
	align-items: flex-end;
}
.library-list .left .item {
	margin-right: 0.25rem;
}
@media (min-width: 1024px) {

	.library-list .left .item {
		margin-right: 1rem;
	}
}
.library-list .right {
	display: flex;
}
.library-list .right {
	flex-direction: column;
}
.library-list .right {
	align-items: flex-start;
}
footer {
        background: black;
        margin-top: -1px;
    }
footer p {
	margin-bottom: 1rem !important;
}
@media (min-width: 1024px) {

	footer p {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
}
footer h2,
        footer p {
            line-height: 1.5 !important;
        }
footer a, footer span {
	font-weight: 500 !important;
}
footer a, footer span {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media only screen and (max-width: 370px) {
                footer a.email, footer span.email {
		font-size: 0.75rem;
		line-height: 1rem;
	}
            }
@media only screen and (max-width: 314px) {
                footer a.email, footer span.email {
                    font-size: 11px;
                }
            }
#page-vision .top-part {
	flex-direction: column;
}
#page-vision .top-part {
	text-align: center;
}
#page-vision .top-part {
            min-height: 400px;
        }
@media only screen and (min-width: 1024px) {
#page-vision .top-part {
                height: 680px
        }
            }
#page-vision .bottom-part p {
	margin-bottom: 2.5rem;
}
@media (min-width: 768px) {

	#page-vision .bottom-part p {
		margin-bottom: 3.5rem;
	}
}
#page-vision p.title {
	margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {

	#page-vision p.title {
		margin-bottom: 1.25rem !important;
	}
}
#page-vision h3 {
            font-weight: 600 !important;
        }
@media (min-width: 768px) {

	.pam-info p {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}
}
@media (min-width: 1280px) {

	.pam-info p {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
}
.pam-info ul {
	display: block;
}
.pam-info ul {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.pam-info ul p {
	display: flex;
}
.pam-info ul p {
	align-items: flex-start;
}
.pam-info ul p {
	justify-content: flex-start;
}
.pam-info ul p span.dot {
	margin-right: 0.75rem;
}
.pam-info ul p span.dot {
	margin-top: 0.625rem;
}
.pam-info ul p span.dot {
	display: block;
}
.pam-info ul p span.dot {
	height: 0.375rem;
}
.pam-info ul p span.dot {
	width: 0.375rem;
}
.pam-info ul p span.dot {
	border-radius: 9999px;
}
.pam-info ul p span.dot {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.pam-info ul p span.text {
                    width: calc(100% - 20px);
                }
#page-competition .pt-400 {
	padding-top: 10rem;
}
@media only screen and (min-width: 1024px) {
#page-competition .pt-400 {
                padding-top: 360px
        }
            }
#page-competition .bg-gradient-text {
	padding-bottom: 1.5rem;
}
@media (min-width: 768px) {

	#page-competition .bg-gradient-text {
		padding-bottom: 2.5rem;
	}
}
#page-competition .bg-gradient-text {
            background-image: linear-gradient(
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5) 7%,
                rgba(0, 0, 0, 0.7) 90%,
                rgba(0, 0, 0, 0)
            );
        }
#page-competition .architecture-img {
            -o-object-position: 44%;
               object-position: 44%;
        }
@media (min-width: 768px) {

	#page-competition .architecture-img {
		-o-object-position: center;
		   object-position: center;
	}
}
#page-competition .part {
	position: relative;
}
#page-competition .part {
            width: calc(50% - 20px);
        }
@media only screen and (min-width: 768px) {
#page-competition .part {
                width: calc(50% - 44px)
        }
            }
#page-competition .part.left .text {
	right: 0px;
}
#page-competition .part.left .text {
	text-align: right;
}
#page-competition .part.right .text {
	left: 0px;
}
#page-competition .part.right .text {
	text-align: left;
}
#page-competition .part .text {
                transition: 0.5s;
                transform: scale(0.8)
            }
#page-competition .part .text {
	position: absolute;
}
#page-competition .part .text {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
#page-competition .part .text {
	line-height: 1.25;
}
#page-competition .part .text {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#page-competition .part .text {
	opacity: 0.4;
}
@media (min-width: 768px) {

	#page-competition .part .text {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 768px) {

	#page-competition .part .text {
		line-height: 1.25;
	}
}
@media (min-width: 1024px) {

	#page-competition .part .text {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media only screen and (max-width: 370px) {
#page-competition .part .text {
                    font-size: 16px
            }
                }
#page-competition .part .text.pop-out {
                    transform: scale(1);
                    opacity: 1;
                }
#page-competition .part .text.text-1 {
                    top: 155px;
                }
#page-competition .part .text.text-2 {
                    top: 309px;
                }
#page-competition .part .text.text-3 {
                    top: 487px;
                }
#page-competition .part .text.text-4 {
                    top: 655px;
                }
@media only screen and (min-width: 768px) {
                    #page-competition .part .text.text-1 {
                        top: 190px;
                    }
                    #page-competition .part .text.text-2 {
                        top: 400px;
                    }
                    #page-competition .part .text.text-3 {
                        top: 605px;
                    }
                    #page-competition .part .text.text-4 {
                        top: 818px;
                    }
                }
@media only screen and (min-width: 1024px) {
                    #page-competition .part .text.text-1 {
                        top: 266px;
                    }
                    #page-competition .part .text.text-2 {
                        top: 558px;
                    }
                    #page-competition .part .text.text-3 {
                        top: 852px;
                    }
                    #page-competition .part .text.text-4 {
                        top: 1146px;
                    }
                }
@-webkit-keyframes slideUp {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
@keyframes slideUp {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
@-webkit-keyframes slideDown {
        0% {
            transform: translateY(-60px);
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
@keyframes slideDown {
        0% {
            transform: translateY(-60px);
            opacity: 0;
        }
        80% {
            opacity: 1;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
svg.milestone {
	height: auto;
	width: 100%;
	max-width: 72rem;
	padding-bottom: 1.25rem;
}
svg.milestone.mobile {
	margin-left: auto;
	margin-right: auto;
}
svg.milestone.mobile {
	margin-top: 3rem;
}
svg.milestone.mobile {
	max-width: 28rem;
}
@media (min-width: 768px) {

	svg.milestone.mobile {
		display: none;
	}
}
svg.milestone.desktop {
	margin-top: 2.5rem;
}
svg.milestone.desktop {
	margin-left: auto;
}
svg.milestone.desktop {
	display: none;
}
@media (min-width: 768px) {

	svg.milestone.desktop {
		display: block;
	}
}
@media only screen and (min-width: 1550px) {
            svg.milestone.desktop {
		margin-left: auto;
		margin-right: auto;
	}
        }
svg.milestone .diamond,
        svg.milestone .info {
            opacity: 0;
            transform: translateY(100px);
        }
svg.milestone line,
        svg.milestone #line {
            transition: 1.5s;
            opacity: 0;
        }
svg.milestone.appear line,
            svg.milestone.appear #line {
                opacity: 1;
            }
svg.milestone.appear .diamond {
                -webkit-animation: slideUp 1s forwards;
                        animation: slideUp 1s forwards;
            }
svg.milestone.appear .diamond.delay-1 {
                }
svg.milestone.appear .diamond.delay-2 {
                    -webkit-animation-delay: 0.3s !important;
                            animation-delay: 0.3s !important;
                }
svg.milestone.appear .diamond.delay-3 {
                    -webkit-animation-delay: 0.6s !important;
                            animation-delay: 0.6s !important;
                }
svg.milestone.appear .diamond.delay-4 {
                    -webkit-animation-delay: 0.9s !important;
                            animation-delay: 0.9s !important;
                }
svg.milestone.appear .diamond.delay-5 {
                    -webkit-animation-delay: 1.2s !important;
                            animation-delay: 1.2s !important;
                }
svg.milestone.appear .diamond.delay-6 {
                    -webkit-animation-delay: 1.5s !important;
                            animation-delay: 1.5s !important;
                }
svg.milestone.appear .diamond.delay-7 {
                    -webkit-animation-delay: 1.8s !important;
                            animation-delay: 1.8s !important;
                }
svg.milestone.appear .info {
                -webkit-animation: slideUp 1s forwards;
                        animation: slideUp 1s forwards;
            }
svg.milestone.appear .info.delay-1 {
                    -webkit-animation-delay: 0.4s !important;
                            animation-delay: 0.4s !important;
                }
svg.milestone.appear .info.delay-2 {
                    -webkit-animation-delay: 0.7s !important;
                            animation-delay: 0.7s !important;
                }
svg.milestone.appear .info.delay-3 {
                    -webkit-animation-delay: 1s !important;
                            animation-delay: 1s !important;
                }
svg.milestone.appear .info.delay-4 {
                    -webkit-animation-delay: 1.3s !important;
                            animation-delay: 1.3s !important;
                }
svg.milestone.appear .info.delay-5 {
                    -webkit-animation-delay: 1.6s !important;
                            animation-delay: 1.6s !important;
                }
svg.milestone.appear .info.delay-6 {
                    -webkit-animation-delay: 1.9s !important;
                            animation-delay: 1.9s !important;
                }
svg.milestone.appear .info.delay-7 {
                    -webkit-animation-delay: 2.1s !important;
                            animation-delay: 2.1s !important;
                }
svg.milestone.appear.desktop #info-2,
                svg.milestone.appear.desktop #info-4,
                svg.milestone.appear.desktop #info-6 {
                    -webkit-animation: slideDown 1s forwards;
                            animation: slideDown 1s forwards;
                }
.vote-img {
	position: relative;
	height: auto;
	width: 50%;
	cursor: pointer;
	padding: 0.125rem;
}
@media (min-width: 768px) {

	.vote-img {
		width: 20%;
	}

	.vote-img {
		padding: 0.25rem;
	}
}
.vote-img img {
	width: 100%;
}
.vote-img .overlay {
            transition: 0.4s
        }
.vote-img .overlay {
	position: absolute;
}
.vote-img .overlay {
	left: 0px;
}
.vote-img .overlay {
	top: 0px;
}
.vote-img .overlay {
	box-sizing: border-box;
}
.vote-img .overlay {
	display: flex;
}
.vote-img .overlay {
	height: 100%;
}
.vote-img .overlay {
	width: 100%;
}
.vote-img .overlay {
	align-items: center;
}
.vote-img .overlay {
	justify-content: center;
}
.vote-img .overlay {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.vote-img .overlay {
	--tw-bg-opacity: 0.7;
}
.vote-img .overlay {
	padding: 0.75rem;
}
@media (min-width: 1024px) {

	.vote-img .overlay {
		opacity: 0;
	}
}
.vote-img .overlay p {
	margin-top: 0.5rem;
}
.vote-img .overlay p {
	font-weight: 600;
}
.vote-img .overlay p {
	text-transform: uppercase;
}
.vote-img .overlay p {
	letter-spacing: 0.05em;
}
.vote-img .overlay p:after {
                    content: "";
                    width: "fit-content";
                }
.vote-img .overlay p:after {
	margin-left: auto;
	margin-right: auto;
}
.vote-img .overlay p:after {
	margin-top: 0.5rem;
}
.vote-img .overlay p:after {
	display: block;
}
.vote-img .overlay p:after {
	height: 1rem;
}
.vote-img .overlay p:after {
	width: 2.5rem;
}
.vote-img .overlay p:after {
                    background: url("../images/icon-arrow-right.svg") no-repeat center / contain;
                }
.vote-img:hover .overlay {
	opacity: 1;
}
.splide {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: auto;
        margin-right: auto;
        max-width: 28rem
    }
@media (min-width: 768px) {

	.splide {
		max-width: none;
	}
}
.splide .splide__pagination {
            bottom: -36px;
        }
.splide .splide__pagination .splide__pagination__page {
                width: 10px;
                height: 10px;
                margin: 0 4px;
            }
.splide .splide__pagination .splide__pagination__page.is-active {
                    transform: none;
                    opacity: 1;
                }
.splide .splide__arrows .splide__arrow {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content
            }
.splide .splide__arrows .splide__arrow {
	background-color: transparent;
}
.splide .splide__arrows .splide__arrow {
	opacity: 1;
}
.splide .splide__arrows .splide__arrow.splide__arrow--prev {
                    left: -40px;
                }
.splide .splide__arrows .splide__arrow.splide__arrow--next {
                    right: -40px;
                }
.splide .splide__arrows .splide__arrow svg {
                    fill: white;
                    width: auto;
                }
.splide .splide__arrows .splide__arrow svg {
	height: 2rem;
}
.splide.voting-carousel .splide__arrows .splide__arrow.splide__arrow--prev {
                    left: -48px;
                }
@media (min-width: 1280px) {

	.splide.voting-carousel .splide__arrows .splide__arrow.splide__arrow--prev {
		left: -6rem;
	}
}
.splide.voting-carousel .splide__arrows .splide__arrow.splide__arrow--next {
                    right: -48px;
                }
@media (min-width: 1280px) {

	.splide.voting-carousel .splide__arrows .splide__arrow.splide__arrow--next {
		right: -6rem;
	}
}
.splide.voting-carousel .splide__arrows .splide__arrow svg {
	height: 2.5rem;
}
@media (min-width: 1280px) {

	.splide.voting-carousel .splide__arrows .splide__arrow svg {
		height: 4rem;
	}
}
@media (min-width: 768px) {

	.splide.shortlisted-carousel {
		max-width: 36rem;
	}
}
.splide.shortlisted-carousel .splide__slide img {
	box-sizing: border-box;
}
.splide.shortlisted-carousel .splide__slide img {
	display: none;
}
.splide.shortlisted-carousel .splide__slide img {
	width: 100%;
}
.splide.shortlisted-carousel .splide__slide img {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 768px) {

	.splide.shortlisted-carousel .splide__slide img {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.splide.shortlisted-carousel .splide__arrow:disabled {
                opacity: 0;
            }
.splide.shortlisted-carousel .splide__arrows .splide__arrow.splide__arrow--prev {
                    left: -6px;
                }
@media (min-width: 768px) {

	.splide.shortlisted-carousel .splide__arrows .splide__arrow.splide__arrow--prev {
		left: -2.25rem;
	}
}
.splide.shortlisted-carousel .splide__arrows .splide__arrow.splide__arrow--next {
                    right: -6px;
                }
@media (min-width: 768px) {

	.splide.shortlisted-carousel .splide__arrows .splide__arrow.splide__arrow--next {
		right: -2.25rem;
	}
}
.modal {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 40;
	display: none;
	height: 100vh;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.9;
}
.modal.modal-img {
	z-index: 50;
}
.modal.modal-info .description {
	display: none;
}
.modal.modal-info .description {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.modal.modal-info .description {
	padding-bottom: 1.75rem;
}
.modal.modal-info .description {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

	.modal.modal-info .description {
		padding-right: 0px;
	}
}
@media (min-width: 1024px) {

	.modal.modal-info .description {
		padding-left: 2.5rem;
	}
}
@media (min-width: 1024px) {

	.modal.modal-info .description {
		padding-bottom: 0px;
	}
}
.modal.modal-info .description p {
	margin-bottom: 0.875rem !important;
}
.modal.modal-info .description p {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.modal.modal-info .description p {
	line-height: 1.25 !important;
}
.modal.modal-info .description p {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {

	.modal.modal-info .description p {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}
}
@media (min-width: 768px) {

	.modal.modal-info .description p {
		line-height: 1.25 !important;
	}
}
.modal.modal-info .description p {
                line-height: 1.4 !important;
            }
.modal.modal-info .description ul {
	margin-bottom: 0.5rem !important;
}
.modal.modal-info .description ul {
	display: block !important;
}
.modal.modal-info .description ul {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.modal.modal-info .description ul {
	line-height: 1.25 !important;
}
.modal.modal-info .description ul {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {

	.modal.modal-info .description ul {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}
}
.modal.modal-info .description ul li {
	list-style-position: inside;
}
.modal.modal-info .description ul li {
	list-style-type: disc;
}
input.input {
	margin-top: 0.25rem;
	box-sizing: border-box;
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {

	input.input {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
input.input::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input.input:-ms-input-placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input.input::placeholder {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.checkbox-wrap {
	margin-top: 0.75rem;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	align-items: flex-start;
	padding-left: 0.5rem;
}
@media (min-width: 640px) {

	.checkbox-wrap {
		width: 50%;
	}
}
.checkbox-wrap label {
	margin-left: 0.75rem;
}
.checkbox-wrap label {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.checkbox-wrap label {
	text-transform: uppercase;
}
.checkbox-wrap label {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {

	.checkbox-wrap label {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.checkbox-wrap label {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.checkbox-wrap input {
	position: relative;
}
.checkbox-wrap input {
	height: 1.25rem;
}
.checkbox-wrap input {
	width: 1.25rem;
}
@media (min-width: 1024px) {

	.checkbox-wrap input {
		margin-top: 0.25rem;
	}
}
.checkbox-wrap input::after {
                content: "";
            }
.checkbox-wrap input::after {
	pointer-events: none;
}
.checkbox-wrap input::after {
	position: absolute;
}
.checkbox-wrap input::after {
	top: 0px;
}
.checkbox-wrap input::after {
	left: 0px;
}
.checkbox-wrap input::after {
	height: 100%;
}
.checkbox-wrap input::after {
	width: 100%;
}
.checkbox-wrap input::after {
	border-width: 1px;
}
.checkbox-wrap input::after {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.checkbox-wrap input::after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.checkbox-wrap input:checked::after {
                    background: url("../images/icon-check.svg") no-repeat center / contain;
                }
.checkbox-wrap input:checked::after {
	--tw-border-opacity: 1;
	border-color: rgba(255, 91, 0, var(--tw-border-opacity));
}
.checkbox-wrap input:checked::after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 91, 0, var(--tw-bg-opacity));
}
.terms-wrap input {
	position: relative;
}
.terms-wrap input {
	height: 0.875rem;
}
.terms-wrap input {
	width: 0.875rem;
}
.terms-wrap input::after {
                content: "";
            }
.terms-wrap input::after {
	pointer-events: none;
}
.terms-wrap input::after {
	position: absolute;
}
.terms-wrap input::after {
	top: 0px;
}
.terms-wrap input::after {
	left: 0px;
}
.terms-wrap input::after {
	height: 100%;
}
.terms-wrap input::after {
	width: 100%;
}
.terms-wrap input::after {
	border-width: 1px;
}
.terms-wrap input::after {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.terms-wrap input::after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.terms-wrap input:checked::after {
                    background: url("../images/icon-check.svg") no-repeat center / contain;
                }
.terms-wrap input:checked::after {
	--tw-border-opacity: 1;
	border-color: rgba(255, 91, 0, var(--tw-border-opacity));
}
.terms-wrap input:checked::after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 91, 0, var(--tw-bg-opacity));
}
.terms-wrap label {
            width: calc(100% - 24px);
        }
@media only screen and (min-width: 530px) {
        .checkbox-wrap {
		width: 50%;
	}
    }
#page-library .media-section h3 {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
#page-library .media-section h3 {
	font-weight: 500 !important;
}
@media (min-width: 768px) {

	#page-library .media-section h3 {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
}
@media (min-width: 768px) {

	#page-library .media-section p {
		font-size: 1.125rem !important;
		line-height: 1.75rem !important;
	}
}
#page-library .media-section p, #page-library .media-section h3 {
	line-height: 1.25 !important;
}
@media only screen and (min-width: 768px) {
                #page-library .media-section h3 {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
	}
                #page-library .media-section .date {
		margin-top: 1rem;
	}
            }
@media (min-width: 1024px) {

	#page-library .vid-wrap {
		margin-bottom: 2rem;
	}
}
@media (min-width: 1280px) {

	#page-library .vid-wrap {
		margin-bottom: 4rem;
	}
}
@media only screen and (min-width: 1400px) {
                #page-library .vid-wrap.flex-row-reverse {
		margin-top: -10rem;
	}
            }
@media only screen and (min-width: 1024px) {
#page-library .part {
                width: calc(50% - 24px)
        }
                #page-library .part .text {
                    max-width: 587px;
                }
            }
@media only screen and (min-width: 1024px) {
#page-library .part {
                width: calc(50% - 28px)
        }
            }
#page-library .gallery-carousel {
            height: calc(40vw);
        }
#page-library .gallery-carousel .carousel-item {
                width: calc(100vw / 3);
                height: calc(100vw / 3);
            }
#page-library .gallery-arrow {
            transition: 0.2s;
        }
#page-library .gallery-arrow:hover path {
                fill: #ff5b00;
            }
#page-library .gallery-pagination {
	margin-left: auto;
	margin-right: auto;
}
#page-library .gallery-pagination {
	margin-top: 1.25rem;
}
#page-library .gallery-pagination {
	max-width: 42rem;
}
#page-library .gallery-pagination {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
#page-library .gallery-pagination .bar {
                height: 3px;
                width: calc(10% - 12px);
                transition: 0.3s
            }
#page-library .gallery-pagination .bar {
	cursor: pointer;
}
#page-library .gallery-pagination .bar {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
#page-library .gallery-pagination .bar.active {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 91, 0, var(--tw-bg-opacity));
}
#page-media h3 {
	margin-bottom: 1.5rem !important;
}
#page-media h3 {
	margin-top: 2rem !important;
}
#page-media h3 {
	font-weight: 500 !important;
}
@media (min-width: 768px) {

	#page-media h3 {
		margin-bottom: 3rem !important;
	}
}
@media (min-width: 768px) {

	#page-media h3 {
		margin-top: 6rem !important;
	}
}
#page-media p {
	margin-bottom: 0.75rem;
}
@media (min-width: 768px) {

	#page-media p {
		margin-bottom: 1.5rem;
	}
}
#page-media p.end {
	margin-top: 1.25rem;
}
#page-media p.end {
	margin-bottom: 2.5rem;
}
@media (min-width: 768px) {

	#page-media p.end {
		margin-top: 2.5rem;
	}
}
@media (min-width: 768px) {

	#page-media p.end {
		margin-bottom: 4rem;
	}
}
@media (min-width: 768px) {

	#page-media p.end {
		text-align: center;
	}
}
#page-media li p {
	margin-bottom: 0px;
}
#page-media li:last-of-type p {
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

	#page-media li:last-of-type p {
		margin-bottom: 3rem;
	}
}
#page-media .dot {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
#page-media .dot {
	margin-top: 0.5rem;
}
#page-media .dot {
	height: 0.125rem;
}
#page-media .dot {
	width: 0.125rem;
}
#page-media .dot {
	border-radius: 9999px;
}
#page-media .dot {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

	#page-media .dot {
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
}
@media (min-width: 1024px) {

	#page-media .dot {
		margin-top: 0.75rem;
	}
}
#page-media .article {
	margin-left: auto;
	margin-right: auto;
}
#page-media .article {
	display: none;
}
#page-media .article {
	max-width: 80rem;
}
#page-media .article {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
#page-media .article {
	padding-bottom: 3rem;
}
@media (min-width: 768px) {

	#page-media .article {
		padding-bottom: 6rem;
	}
}
#page-media .article {
            background: url("../images/pattern-1.jpg?v=3") no-repeat left bottom / contain;
        }
@media (min-width: 768px) {

	#page-media .article p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.video {
	border-radius: 0.75rem;
        height: calc(56vw - 24px);
        max-height: 620px;
}
.pointer-events-none {
	pointer-events: none;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.top-5 {
	top: 1.25rem;
}
.right-3 {
	right: 0.75rem;
}
.top-9 {
	top: 2.25rem;
}
.right-7 {
	right: 1.75rem;
}
.z-10 {
	z-index: 10;
}
.z-40 {
	z-index: 40;
}
.m-3 {
	margin: 0.75rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.-mt-9 {
	margin-top: -2.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-0\.5 {
	margin-left: 0.125rem;
}
.ml-0 {
	margin-left: 0px;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.ml-2\.5 {
	margin-left: 0.625rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mt-0 {
	margin-top: 0px;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-20 {
	margin-top: 5rem;
}
.mr-11 {
	margin-right: 2.75rem;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mt-9 {
	margin-top: 2.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mt-11 {
	margin-top: 2.75rem;
}
.mb-28 {
	margin-bottom: 7rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.box-border {
	box-sizing: border-box;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-2 {
	height: 0.5rem;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-0 {
	height: 0px;
}
.w-4 {
	width: 1rem;
}
.w-full {
	width: 100%;
}
.w-24 {
	width: 6rem;
}
.w-20 {
	width: 5rem;
}
.w-6 {
	width: 1.5rem;
}
.w-10 {
	width: 2.5rem;
}
.w-36 {
	width: 9rem;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-8 {
	width: 2rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-sm {
	max-width: 24rem;
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-y-12 {
	row-gap: 3rem;
}
.overflow-visible {
	overflow: visible;
}
.overflow-y-auto {
	overflow-y: auto;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-themeOrange {
	--tw-border-opacity: 1;
	border-color: rgba(255, 91, 0, var(--tw-border-opacity));
}
.border-opacity-70 {
	--tw-border-opacity: 0.7;
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.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));
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-right {
	-o-object-position: right;
	   object-position: right;
}
.object-top {
	-o-object-position: top;
	   object-position: top;
}
.object-left {
	-o-object-position: left;
	   object-position: left;
}
.object-left-top {
	-o-object-position: left top;
	   object-position: left top;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-1\.5 {
	padding-bottom: 0.375rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-36 {
	padding-top: 9rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-montserrat {
	font-family: Montserrat, sans-serif;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-themeOrange {
	--tw-text-opacity: 1;
	color: rgba(255, 91, 0, var(--tw-text-opacity));
}
.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-0 {
	opacity: 0;
}
.filter {
	filter: var(--tw-filter);
}
@media (min-width: 640px) {

	.sm\:inline {
		display: inline;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:w-14 {
		width: 3.5rem;
	}

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

	.md\:absolute {
		position: absolute;
	}

	.md\:right-8 {
		right: 2rem;
	}

	.md\:top-5 {
		top: 1.25rem;
	}

	.md\:top-28 {
		top: 7rem;
	}

	.md\:left-0 {
		left: 0px;
	}

	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

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

	.md\:my-14 {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

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

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

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

	.md\:mt-8 {
		margin-top: 2rem;
	}

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

	.md\:-mt-16 {
		margin-top: -4rem;
	}

	.md\:mb-16 {
		margin-bottom: 4rem;
	}

	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.md\:mt-1\.5 {
		margin-top: 0.375rem;
	}

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

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

	.md\:mt-3 {
		margin-top: 0.75rem;
	}

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

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

	.md\:mt-44 {
		margin-top: 11rem;
	}

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

	.md\:mt-28 {
		margin-top: 7rem;
	}

	.md\:mt-3\.5 {
		margin-top: 0.875rem;
	}

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

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

	.md\:mb-36 {
		margin-bottom: 9rem;
	}

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

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:h-4 {
		height: 1rem;
	}

	.md\:w-5 {
		width: 1.25rem;
	}

	.md\:w-32 {
		width: 8rem;
	}

	.md\:w-40 {
		width: 10rem;
	}

	.md\:w-96 {
		width: 24rem;
	}

	.md\:w-16 {
		width: 4rem;
	}

	.md\:w-48 {
		width: 12rem;
	}

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

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

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:gap-y-4 {
		row-gap: 1rem;
	}

	.md\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}

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

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

	.md\:py-52 {
		padding-top: 13rem;
		padding-bottom: 13rem;
	}

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.md\:pt-48 {
		padding-top: 12rem;
	}

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

	.md\:pt-28 {
		padding-top: 7rem;
	}

	.md\:pt-44 {
		padding-top: 11rem;
	}

	.md\:pt-40 {
		padding-top: 10rem;
	}

	.md\:pb-9 {
		padding-bottom: 2.25rem;
	}

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

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

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

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

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

	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

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

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.md\:leading-tight {
		line-height: 1.25;
	}
}
@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:mr-8 {
		margin-right: 2rem;
	}

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

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

	.lg\:ml-auto {
		margin-left: auto;
	}

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

	.lg\:mt-8 {
		margin-top: 2rem;
	}

	.lg\:-mt-16 {
		margin-top: -4rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:w-7 {
		width: 1.75rem;
	}

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

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:w-8 {
		width: 2rem;
	}

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

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

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

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

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}

	.lg\:gap-y-20 {
		row-gap: 5rem;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

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

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

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

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:pl-12 {
		padding-left: 3rem;
	}

	.lg\:pr-10 {
		padding-right: 2.5rem;
	}

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

	.lg\:pr-7 {
		padding-right: 1.75rem;
	}

	.lg\:pt-0 {
		padding-top: 0px;
	}

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

	.lg\:pr-12 {
		padding-right: 3rem;
	}

	.lg\:pt-80 {
		padding-top: 20rem;
	}

	.lg\:text-right {
		text-align: right;
	}

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

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

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

	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px) {

	.xl\:right-20 {
		right: 5rem;
	}

	.xl\:mx-16 {
		margin-left: 4rem;
		margin-right: 4rem;
	}

	.xl\:block {
		display: block;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:w-full {
		width: 100%;
	}

	.xl\:w-7\/12 {
		width: 58.333333%;
	}

	.xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xl\:gap-x-16 {
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}

	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

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

	.xl\:pl-24 {
		padding-left: 6rem;
	}

	.xl\:pr-16 {
		padding-right: 4rem;
	}

	.xl\:pr-24 {
		padding-right: 6rem;
	}
}
