@charset "UTF-8";
/*! 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: #a1a1aa;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
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));
	border-color: currentColor;
	--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);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container{
	width: 100%;
}
@media (min-width: 320rem){
	.container{
		max-width: 320rem;
	}
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
@media (min-width: 2600px){
	.container{
		max-width: 2600px;
	}
}
.visible{
	visibility: visible !important;
}
.fixed{
	position: fixed !important;
}
.absolute{
	position: absolute !important;
}
.relative{
	position: relative !important;
}
.sticky{
	position: sticky !important;
}
.inset-0{
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}
.right-10{
	right: 1rem !important;
}
.top-\[35\%\]{
	top: 35% !important;
}
.top-\[-10\%\]{
	top: -10% !important;
}
.top-80{
	top: 8rem !important;
}
.top-0{
	top: 0 !important;
}
.left-1\/2{
	left: 50% !important;
}
.bottom-\[-5rem\]{
	bottom: -5rem !important;
}
.bottom-60{
	bottom: 6rem !important;
}
.bottom-10{
	bottom: 1rem !important;
}
.bottom-40{
	bottom: 4rem !important;
}
.top-\[7rem\]{
	top: 7rem !important;
}
.bottom-auto{
	bottom: auto !important;
}
.bottom-\[-50\%\]{
	bottom: -50% !important;
}
.top-60{
	top: 6rem !important;
}
.right-0{
	right: 0 !important;
}
.bottom-0{
	bottom: 0 !important;
}
.z-\[110\]{
	z-index: 110 !important;
}
.z-\[150\]{
	z-index: 150 !important;
}
.z-\[30\]{
	z-index: 30 !important;
}
.z-0{
	z-index: 0 !important;
}
.z-\[5\]{
	z-index: 5 !important;
}
.z-100{
	z-index: 100 !important;
}
.z-50{
	z-index: 50 !important;
}
.z-\[100\]{
	z-index: 100 !important;
}
.z-\[60\]{
	z-index: 60 !important;
}
.z-\[-1\]{
	z-index: -1 !important;
}
.z-\[0\]{
	z-index: 0 !important;
}
.z-\[10\]{
	z-index: 10 !important;
}
.order-2{
	order: 2 !important;
}
.order-1{
	order: 1 !important;
}
.m-0{
	margin: 0 !important;
}
.m-20{
	margin: 2rem !important;
}
.\!m-0{
	margin: 0 !important;
}
.m-30{
	margin: 3rem !important;
}
.mx-25{
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}
.my-15{
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.mx-30{
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}
.my-20{
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.mx-10{
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.my-50{
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}
.my-30{
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.mx-50{
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}
.mx-5{
	margin-left: .5rem !important;
	margin-right: .5rem !important;
}
.my-25{
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}
.ml-\[-1rem\]{
	margin-left: -1rem !important;
}
.ml-10{
	margin-left: 1rem !important;
}
.mt-10{
	margin-top: 1rem !important;
}
.ml-30{
	margin-left: 3rem !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mb-50{
	margin-bottom: 5rem !important;
}
.mt-\[2rem\]{
	margin-top: 2rem !important;
}
.mb-30{
	margin-bottom: 3rem !important;
}
.mt-\[60vh\]{
	margin-top: 60vh !important;
}
.mt-40{
	margin-top: 4rem !important;
}
.mt-50{
	margin-top: 5rem !important;
}
.mb-\[-10rem\]{
	margin-bottom: -10rem !important;
}
.mb-10{
	margin-bottom: 1rem !important;
}
.mr-10{
	margin-right: 1rem !important;
}
.mb-20{
	margin-bottom: 2rem !important;
}
.mt-30{
	margin-top: 3rem !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mt-\[-\.8rem\]{
	margin-top: -.8rem !important;
}
.mt-\[-1px\]{
	margin-top: -1px !important;
}
.mr-30{
	margin-right: 3rem !important;
}
.mr-15{
	margin-right: 1.5rem !important;
}
.ml-0{
	margin-left: 0 !important;
}
.mt-\[-2rem\]{
	margin-top: -2rem !important;
}
.mt-5{
	margin-top: .5rem !important;
}
.mt-20{
	margin-top: 2rem !important;
}
.mt-100{
	margin-top: 10rem !important;
}
.mb-100{
	margin-bottom: 10rem !important;
}
.mb-150{
	margin-bottom: 15rem !important;
}
.mt-\[3rem\]{
	margin-top: 3rem !important;
}
.mt-\[5rem\]{
	margin-top: 5rem !important;
}
.mt-\[-5px\]{
	margin-top: -5px !important;
}
.mb-\[-1\.2rem\]{
	margin-bottom: -1.2rem !important;
}
.ml-40{
	margin-left: 4rem !important;
}
.mb-5{
	margin-bottom: .5rem !important;
}
.mr-20{
	margin-right: 2rem !important;
}
.block{
	display: block !important;
}
.flex{
	display: flex !important;
}
.inline-flex{
	display: inline-flex !important;
}
.hidden{
	display: none !important;
}
.h-auto{
	height: auto !important;
}
.h-40{
	height: 4rem !important;
}
.h-full{
	height: 100% !important;
}
.h-150{
	height: 15rem !important;
}
.h-\[4rem\]{
	height: 4rem !important;
}
.h-300{
	height: 30rem !important;
}
.h-400{
	height: 40rem !important;
}
.h-\[12rem\]{
	height: 12rem !important;
}
.h-100{
	height: 10rem !important;
}
.h-1\/2{
	height: 50% !important;
}
.h-500{
	height: 50rem !important;
}
.h-\[50rem\]{
	height: 50rem !important;
}
.h-200{
	height: 20rem !important;
}
.h-20{
	height: 2rem !important;
}
.h-\[56rem\]{
	height: 56rem !important;
}
.h-\[85\%\]{
	height: 85% !important;
}
.max-h-\[4rem\]{
	max-height: 4rem !important;
}
.max-h-30{
	max-height: 3rem !important;
}
.max-h-\[5\.8rem\]{
	max-height: 5.8rem !important;
}
.max-h-\[3\.5rem\]{
	max-height: 3.5rem !important;
}
.max-h-300{
	max-height: 30rem !important;
}
.max-h-\[35rem\]{
	max-height: 35rem !important;
}
.min-h-\[50vh\]{
	min-height: 50vh !important;
}
.min-h-300{
	min-height: 30rem !important;
}
.min-h-200{
	min-height: 20rem !important;
}
.min-h-screen{
	min-height: 100vh !important;
}
.min-h-\[30rem\]{
	min-height: 30rem !important;
}
.w-\[28rem\]{
	width: 28rem !important;
}
.w-full{
	width: 100% !important;
}
.w-auto{
	width: auto !important;
}
.w-screen{
	width: 100vw !important;
}
.w-40{
	width: 4rem !important;
}
.w-120{
	width: 12rem !important;
}
.w-300{
	width: 30rem !important;
}
.w-\[75\%\]{
	width: 75% !important;
}
.w-250{
	width: 25rem !important;
}
.w-\[4rem\]{
	width: 4rem !important;
}
.w-\[45\%\]{
	width: 45% !important;
}
.w-\[10\%\]{
	width: 10% !important;
}
.w-\[65\%\]{
	width: 65% !important;
}
.w-200{
	width: 20rem !important;
}
.w-1\/2{
	width: 50% !important;
}
.w-\[47\%\]{
	width: 47% !important;
}
.w-\[34rem\]{
	width: 34rem !important;
}
.min-w-\[10rem\]{
	min-width: 10rem !important;
}
.max-w-\[100rem\]{
	max-width: 100rem !important;
}
.\!max-w-\[100rem\]{
	max-width: 100rem !important;
}
.max-w-150{
	max-width: 15rem !important;
}
.max-w-300{
	max-width: 30rem !important;
}
.max-w-70{
	max-width: 7rem !important;
}
.max-w-\[60\%\]{
	max-width: 60% !important;
}
.max-w-\[200rem\]{
	max-width: 200rem !important;
}
.max-w-\[35rem\]{
	max-width: 35rem !important;
}
.max-w-\[60rem\]{
	max-width: 60rem !important;
}
.max-w-\[10rem\]{
	max-width: 10rem !important;
}
.max-w-\[18rem\]{
	max-width: 18rem !important;
}
.max-w-\[80rem\]{
	max-width: 80rem !important;
}
.max-w-\[12rem\]{
	max-width: 12rem !important;
}
.origin-left{
	transform-origin: left !important;
}
.origin-right{
	transform-origin: right !important;
}
.origin-center{
	transform-origin: center !important;
}
.-translate-x-1\/2{
	--tw-translate-x: -50% !important;
	transform: var(--tw-transform) !important;
}
.-rotate-90{
	--tw-rotate: -90deg !important;
	transform: var(--tw-transform) !important;
}
.rotate-90{
	--tw-rotate: 90deg !important;
	transform: var(--tw-transform) !important;
}
.scale-\[\.7\]{
	--tw-scale-x: .7 !important;
	--tw-scale-y: .7 !important;
	transform: var(--tw-transform) !important;
}
.scale-\[\.2\]{
	--tw-scale-x: .2 !important;
	--tw-scale-y: .2 !important;
	transform: var(--tw-transform) !important;
}
.scale-\[1\.25\]{
	--tw-scale-x: 1.25 !important;
	--tw-scale-y: 1.25 !important;
	transform: var(--tw-transform) !important;
}
.scale-\[\.1\]{
	--tw-scale-x: .1 !important;
	--tw-scale-y: .1 !important;
	transform: var(--tw-transform) !important;
}
.transform{
	transform: var(--tw-transform) !important;
}
.cursor-pointer{
	cursor: pointer !important;
}
.select-none{
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}
.flex-row{
	flex-direction: row !important;
}
.flex-row-reverse{
	flex-direction: row-reverse !important;
}
.flex-col{
	flex-direction: column !important;
}
.flex-col-reverse{
	flex-direction: column-reverse !important;
}
.flex-wrap{
	flex-wrap: wrap !important;
}
.items-start{
	align-items: flex-start !important;
}
.items-end{
	align-items: flex-end !important;
}
.items-center{
	align-items: center !important;
}
.justify-start{
	justify-content: flex-start !important;
}
.justify-end{
	justify-content: flex-end !important;
}
.justify-center{
	justify-content: center !important;
}
.justify-between{
	justify-content: space-between !important;
}
.gap-30{
	gap: 3rem !important;
}
.self-start{
	align-self: flex-start !important;
}
.self-end{
	align-self: flex-end !important;
}
.self-center{
	align-self: center !important;
}
.overflow-hidden{
	overflow: hidden !important;
}
.overflow-visible{
	overflow: visible !important;
}
.rounded-\[1\.5rem\]{
	border-radius: 1.5rem !important;
}
.rounded-\[\.5rem\]{
	border-radius: .5rem !important;
}
.rounded-\[5px\]{
	border-radius: 5px !important;
}
.rounded-full{
	border-radius: 9999px !important;
}
.rounded-10{
	border-radius: 1rem !important;
}
.border-1{
	border-width: .1rem !important;
}
.border-2{
	border-width: 2px !important;
}
.border-b-1{
	border-bottom-width: .1rem !important;
}
.border-t-1{
	border-top-width: .1rem !important;
}
.border-none{
	border-style: none !important;
}
.border-black{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.border-white{
	--tw-border-opacity: 1 !important;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity)) !important;
}
.border-accent{
	--tw-border-opacity: 1 !important;
	border-color: rgba(112, 195, 207, var(--tw-border-opacity)) !important;
}
.bg-white{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}
.bg-transparent{
	background-color: transparent !important;
}
.bg-\[\#121212\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(18, 18, 18, var(--tw-bg-opacity)) !important;
}
.bg-\[\#ffffff\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-black{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.bg-accent{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity)) !important;
}
.bg-darker{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(17, 17, 17, var(--tw-bg-opacity)) !important;
}
.bg-hardwhite{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-\[\#FFFFFF\]{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-black\/20{
	background-color: rgba(0, 0, 0, 0.2) !important;
}
.bg-cover{
	background-size: cover !important;
}
.bg-contain{
	background-size: contain !important;
}
.bg-bottom{
	background-position: bottom !important;
}
.bg-right{
	background-position: right !important;
}
.bg-top{
	background-position: top !important;
}
.bg-no-repeat{
	background-repeat: no-repeat !important;
}
.object-contain{
	-o-object-fit: contain !important;
	object-fit: contain !important;
}
.object-cover{
	-o-object-fit: cover !important;
	object-fit: cover !important;
}
.p-0{
	padding: 0 !important;
}
.p-20{
	padding: 2rem !important;
}
.p-10{
	padding: 1rem !important;
}
.\!p-0{
	padding: 0 !important;
}
.py-10{
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-50{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.py-20{
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.px-20{
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.py-\[10rem\]{
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}
.py-30{
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.px-10{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.pt-10{
	padding-top: 1rem !important;
}
.pb-20{
	padding-bottom: 2rem !important;
}
.pt-20{
	padding-top: 2rem !important;
}
.pt-30{
	padding-top: 3rem !important;
}
.pt-\[20vh\]{
	padding-top: 20vh !important;
}
.pt-200{
	padding-top: 20rem !important;
}
.pb-150{
	padding-bottom: 15rem !important;
}
.pt-50{
	padding-top: 5rem !important;
}
.pb-\[15rem\]{
	padding-bottom: 15rem !important;
}
.pr-20{
	padding-right: 2rem !important;
}
.pt-5{
	padding-top: .5rem !important;
}
.pb-\[20rem\]{
	padding-bottom: 20rem !important;
}
.pb-100{
	padding-bottom: 10rem !important;
}
.pt-0{
	padding-top: 0 !important;
}
.pb-50{
	padding-bottom: 5rem !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pt-40{
	padding-top: 4rem !important;
}
.pb-10{
	padding-bottom: 1rem !important;
}
.pb-\[30rem\]{
	padding-bottom: 30rem !important;
}
.pr-\[1rem\]{
	padding-right: 1rem !important;
}
.pt-\[5rem\]{
	padding-top: 5rem !important;
}
.pt-\[10rem\]{
	padding-top: 10rem !important;
}
.pb-\[12rem\]{
	padding-bottom: 12rem !important;
}
.pb-30{
	padding-bottom: 3rem !important;
}
.pt-\[15rem\]{
	padding-top: 15rem !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.font-primary{
	font-family: "American Captain", sans-serif !important;
}
.font-base{
	font-family: "Soho Gothic Pro", sans-serif !important;
}
.text-12{
	font-size: 1.2rem !important;
}
.text-24{
	font-size: 2.4rem !important;
}
.text-20{
	font-size: 2.0rem !important;
}
.text-\[4rem\]{
	font-size: 4rem !important;
}
.text-30{
	font-size: 3rem !important;
}
.text-16{
	font-size: 1.6rem !important;
}
.text-\[3rem\]{
	font-size: 3rem !important;
}
.text-40{
	font-size: 4rem !important;
}
.text-36{
	font-size: 3.6rem !important;
}
.text-18{
	font-size: 1.8rem !important;
}
.text-22{
	font-size: 2.2rem !important;
}
.text-28{
	font-size: 2.8rem !important;
}
.text-\[5rem\]{
	font-size: 5rem !important;
}
.text-\[1\.4rem\]{
	font-size: 1.4rem !important;
}
.text-\[2\.5rem\]{
	font-size: 2.5rem !important;
}
.text-\[6\.5rem\]{
	font-size: 6.5rem !important;
}
.text-\[7rem\]{
	font-size: 7rem !important;
}
.text-\[10rem\]{
	font-size: 10rem !important;
}
.text-\[6rem\]{
	font-size: 6rem !important;
}
.text-14{
	font-size: 1.4rem !important;
}
.\!text-18{
	font-size: 1.8rem !important;
}
.font-bold{
	font-weight: 700 !important;
}
.font-normal{
	font-weight: 400 !important;
}
.\!font-normal{
	font-weight: 400 !important;
}
.uppercase{
	text-transform: uppercase !important;
}
.\!normal-case{
	text-transform: none !important;
}
.leading-\[100\%\]{
	line-height: 100% !important;
}
.leading-1{
	line-height: 1 !important;
}
.leading-\[120\%\]{
	line-height: 120% !important;
}
.leading-\[7rem\]{
	line-height: 7rem !important;
}
.tracking-\[5px\]{
	letter-spacing: 5px !important;
}
.text-white{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
.text-accent{
	--tw-text-opacity: 1 !important;
	color: rgba(112, 195, 207, var(--tw-text-opacity)) !important;
}
.text-black{
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.\!text-black{
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
.opacity-50{
	opacity: 0.5 !important;
}
.opacity-70{
	opacity: 0.7 !important;
}
.opacity-80{
	opacity: 0.8 !important;
}
.outline-none{
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.blur-\[5px\]{
	--tw-blur: blur(5px) !important;
	filter: var(--tw-filter) !important;
}
.contrast-\[1\.15\]{
	--tw-contrast: contrast(1.15) !important;
	filter: var(--tw-filter) !important;
}
.grayscale{
	--tw-grayscale: grayscale(100%) !important;
	filter: var(--tw-filter) !important;
}
.invert{
	--tw-invert: invert(100%) !important;
	filter: var(--tw-filter) !important;
}
.backdrop-blur-\[2rem\]{
	--tw-backdrop-blur: blur(2rem) !important;
	-webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
	backdrop-filter: var(--tw-backdrop-filter) !important;
}
.transition-all{
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-300{
	transition-duration: 300ms !important;
}
.duration-\[\.6s\]{
	transition-duration: .6s !important;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.bg-transparent {
      background-color: transparent !important;
    }
.after\:text-white::after{
	content: "" !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
.hover\:scale-95:hover{
	--tw-scale-x: .95 !important;
	--tw-scale-y: .95 !important;
	transform: var(--tw-transform) !important;
}
.hover\:border-accent:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(112, 195, 207, var(--tw-border-opacity)) !important;
}
.hover\:border-black:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.hover\:bg-accent:hover{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity)) !important;
}
.hover\:bg-white:hover{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}
.hover\:text-accent:hover{
	--tw-text-opacity: 1 !important;
	color: rgba(112, 195, 207, var(--tw-text-opacity)) !important;
}
.hover\:opacity-90:hover{
	opacity: 0.9 !important;
}
.hover\:opacity-80:hover{
	opacity: 0.8 !important;
}
.hover\:opacity-100:hover{
	opacity: 1 !important;
}
@media (min-width: 768px){
	.md\:bottom-15{
		bottom: 1.5rem !important;
	}
	.md\:bottom-\[-55\%\]{
		bottom: -55% !important;
	}
	.md\:my-\[5rem\]{
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.md\:mb-10{
		margin-bottom: 1rem !important;
	}
	.md\:mr-50{
		margin-right: 5rem !important;
	}
	.md\:mt-100{
		margin-top: 10rem !important;
	}
	.md\:mt-0{
		margin-top: 0 !important;
	}
	.md\:mb-100{
		margin-bottom: 10rem !important;
	}
	.md\:mb-0{
		margin-bottom: 0 !important;
	}
	.md\:mr-0{
		margin-right: 0 !important;
	}
	.md\:block{
		display: block !important;
	}
	.md\:hidden{
		display: none !important;
	}
	.md\:h-\[38rem\]{
		height: 38rem !important;
	}
	.md\:w-1\/3{
		width: 33.333333% !important;
	}
	.md\:w-1\/2{
		width: 50% !important;
	}
	.md\:w-\[45\%\]{
		width: 45% !important;
	}
	.md\:w-\[40\%\]{
		width: 40% !important;
	}
	.md\:w-\[30\%\]{
		width: 30% !important;
	}
	.md\:max-w-250{
		max-width: 25rem !important;
	}
	.md\:max-w-\[25rem\]{
		max-width: 25rem !important;
	}
	.md\:max-w-\[30rem\]{
		max-width: 30rem !important;
	}
	.md\:max-w-\[20rem\]{
		max-width: 20rem !important;
	}
	.md\:flex-row{
		flex-direction: row !important;
	}
	.md\:flex-col{
		flex-direction: column !important;
	}
	.md\:items-start{
		align-items: flex-start !important;
	}
	.md\:justify-start{
		justify-content: flex-start !important;
	}
	.md\:border-r-2{
		border-right-width: 2px !important;
	}
	.md\:p-20{
		padding: 2rem !important;
	}
	.md\:py-\[20rem\]{
		padding-top: 20rem !important;
		padding-bottom: 20rem !important;
	}
	.md\:py-\[10rem\]{
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.md\:pl-50{
		padding-left: 5rem !important;
	}
	.md\:text-\[3rem\]{
		font-size: 3rem !important;
	}
	.md\:text-\[3\.4rem\]{
		font-size: 3.4rem !important;
	}
	.md\:text-\[4rem\]{
		font-size: 4rem !important;
	}
	.md\:text-22{
		font-size: 2.2rem !important;
	}
	.md\:text-\[10rem\]{
		font-size: 10rem !important;
	}
	.md\:text-\[6rem\]{
		font-size: 6rem !important;
	}
	.md\:text-\[7rem\]{
		font-size: 7rem !important;
	}
	.md\:leading-\[10rem\]{
		line-height: 10rem !important;
	}
	.md\:leading-\[7rem\]{
		line-height: 7rem !important;
	}
}
@media (min-width: 1024px){
	.lg\:absolute{
		position: absolute !important;
	}
	.lg\:relative{
		position: relative !important;
	}
	.lg\:sticky{
		position: sticky !important;
	}
	.lg\:top-60{
		top: 6rem !important;
	}
	.lg\:top-200{
		top: 20rem !important;
	}
	.lg\:top-0{
		top: 0 !important;
	}
	.lg\:top-1\/2{
		top: 50% !important;
	}
	.lg\:right-0{
		right: 0 !important;
	}
	.lg\:bottom-30{
		bottom: 3rem !important;
	}
	.lg\:bottom-\[1rem\]{
		bottom: 1rem !important;
	}
	.lg\:order-1{
		order: 1 !important;
	}
	.lg\:order-2{
		order: 2 !important;
	}
	.lg\:my-0{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.lg\:my-50{
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.lg\:my-30{
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.lg\:mx-100{
		margin-left: 10rem !important;
		margin-right: 10rem !important;
	}
	.lg\:mx-25{
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important;
	}
	.lg\:mb-50{
		margin-bottom: 5rem !important;
	}
	.lg\:mb-0{
		margin-bottom: 0 !important;
	}
	.lg\:mt-\[2rem\]{
		margin-top: 2rem !important;
	}
	.lg\:mb-100{
		margin-bottom: 10rem !important;
	}
	.lg\:mt-50{
		margin-top: 5rem !important;
	}
	.lg\:mt-30{
		margin-top: 3rem !important;
	}
	.lg\:ml-100{
		margin-left: 10rem !important;
	}
	.lg\:mb-40{
		margin-bottom: 4rem !important;
	}
	.lg\:mr-20{
		margin-right: 2rem !important;
	}
	.lg\:mr-50{
		margin-right: 5rem !important;
	}
	.lg\:ml-30{
		margin-left: 3rem !important;
	}
	.lg\:mb-\[-35rem\]{
		margin-bottom: -35rem !important;
	}
	.lg\:mt-100{
		margin-top: 10rem !important;
	}
	.lg\:ml-50{
		margin-left: 5rem !important;
	}
	.lg\:mt-0{
		margin-top: 0 !important;
	}
	.lg\:mb-20{
		margin-bottom: 2rem !important;
	}
	.lg\:mt-20{
		margin-top: 2rem !important;
	}
	.lg\:ml-0{
		margin-left: 0 !important;
	}
	.lg\:mt-10{
		margin-top: 1rem !important;
	}
	.lg\:block{
		display: block !important;
	}
	.lg\:flex{
		display: flex !important;
	}
	.lg\:hidden{
		display: none !important;
	}
	.lg\:h-50{
		height: 5rem !important;
	}
	.lg\:h-500{
		height: 50rem !important;
	}
	.lg\:h-\[12rem\]{
		height: 12rem !important;
	}
	.lg\:h-full{
		height: 100% !important;
	}
	.lg\:h-\[55rem\]{
		height: 55rem !important;
	}
	.lg\:h-300{
		height: 30rem !important;
	}
	.lg\:h-\[52rem\]{
		height: 52rem !important;
	}
	.lg\:h-\[17rem\]{
		height: 17rem !important;
	}
	.lg\:h-250{
		height: 25rem !important;
	}
	.lg\:max-h-50{
		max-height: 5rem !important;
	}
	.lg\:min-h-\[40rem\]{
		min-height: 40rem !important;
	}
	.lg\:w-auto{
		width: auto !important;
	}
	.lg\:w-1\/4{
		width: 25% !important;
	}
	.lg\:w-1\/2{
		width: 50% !important;
	}
	.lg\:w-\[40\%\]{
		width: 40% !important;
	}
	.lg\:w-\[20\%\]{
		width: 20% !important;
	}
	.lg\:w-full{
		width: 100% !important;
	}
	.lg\:w-\[18rem\]{
		width: 18rem !important;
	}
	.lg\:w-\[100\%\]{
		width: 100% !important;
	}
	.lg\:w-\[50\%\]{
		width: 50% !important;
	}
	.lg\:w-\[80\%\]{
		width: 80% !important;
	}
	.lg\:w-2\/3{
		width: 66.666667% !important;
	}
	.lg\:w-\[20rem\]{
		width: 20rem !important;
	}
	.lg\:w-300{
		width: 30rem !important;
	}
	.lg\:w-250{
		width: 25rem !important;
	}
	.lg\:max-w-150{
		max-width: 15rem !important;
	}
	.lg\:max-w-\[50rem\]{
		max-width: 50rem !important;
	}
	.lg\:max-w-\[45rem\]{
		max-width: 45rem !important;
	}
	.lg\:max-w-\[16rem\]{
		max-width: 16rem !important;
	}
	.lg\:max-w-full{
		max-width: 100% !important;
	}
	.lg\:translate-y-\[10\%\]{
		--tw-translate-y: 10% !important;
		transform: var(--tw-transform) !important;
	}
	.lg\:scale-\[\.9\]{
		--tw-scale-x: .9 !important;
		--tw-scale-y: .9 !important;
		transform: var(--tw-transform) !important;
	}
	.lg\:scale-\[\.3\]{
		--tw-scale-x: .3 !important;
		--tw-scale-y: .3 !important;
		transform: var(--tw-transform) !important;
	}
	.lg\:scale-\[1\.05\]{
		--tw-scale-x: 1.05 !important;
		--tw-scale-y: 1.05 !important;
		transform: var(--tw-transform) !important;
	}
	.lg\:flex-row{
		flex-direction: row !important;
	}
	.lg\:flex-col{
		flex-direction: column !important;
	}
	.lg\:items-start{
		align-items: flex-start !important;
	}
	.lg\:justify-start{
		justify-content: flex-start !important;
	}
	.lg\:justify-end{
		justify-content: flex-end !important;
	}
	.lg\:justify-center{
		justify-content: center !important;
	}
	.lg\:justify-between{
		justify-content: space-between !important;
	}
	.lg\:self-end{
		align-self: flex-end !important;
	}
	.lg\:self-center{
		align-self: center !important;
	}
	.lg\:overflow-visible{
		overflow: visible !important;
	}
	.lg\:bg-transparent{
		background-color: transparent !important;
	}
	.lg\:bg-center{
		background-position: center !important;
	}
	.lg\:p-20{
		padding: 2rem !important;
	}
	.lg\:py-100{
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	.lg\:px-20{
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.lg\:px-50{
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
	.lg\:px-30{
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.lg\:pt-0{
		padding-top: 0 !important;
	}
	.lg\:pb-\[25rem\]{
		padding-bottom: 25rem !important;
	}
	.lg\:pt-100{
		padding-top: 10rem !important;
	}
	.lg\:pb-200{
		padding-bottom: 20rem !important;
	}
	.lg\:pb-150{
		padding-bottom: 15rem !important;
	}
	.lg\:pb-\[35rem\]{
		padding-bottom: 35rem !important;
	}
	.lg\:pt-50{
		padding-top: 5rem !important;
	}
	.lg\:pb-0{
		padding-bottom: 0 !important;
	}
	.lg\:pr-\[15rem\]{
		padding-right: 15rem !important;
	}
	.lg\:pb-100{
		padding-bottom: 10rem !important;
	}
	.lg\:pt-30{
		padding-top: 3rem !important;
	}
	.lg\:pb-\[18rem\]{
		padding-bottom: 18rem !important;
	}
	.lg\:pb-30{
		padding-bottom: 3rem !important;
	}
	.lg\:pt-20{
		padding-top: 2rem !important;
	}
	.lg\:pt-\[10rem\]{
		padding-top: 10rem !important;
	}
	.lg\:text-left{
		text-align: left !important;
	}
	.lg\:text-center{
		text-align: center !important;
	}
	.lg\:text-right{
		text-align: right !important;
	}
	.lg\:text-\[4rem\]{
		font-size: 4rem !important;
	}
	.lg\:text-18{
		font-size: 1.8rem !important;
	}
	.lg\:text-\[5rem\]{
		font-size: 5rem !important;
	}
	.lg\:text-22{
		font-size: 2.2rem !important;
	}
	.lg\:text-24{
		font-size: 2.4rem !important;
	}
	.lg\:text-32{
		font-size: 3.2rem !important;
	}
	.lg\:text-40{
		font-size: 4rem !important;
	}
	.lg\:text-16{
		font-size: 1.6rem !important;
	}
	.lg\:text-20{
		font-size: 2.0rem !important;
	}
	.lg\:text-26{
		font-size: 2.6rem !important;
	}
	.lg\:text-\[11rem\]{
		font-size: 11rem !important;
	}
	.lg\:text-\[2\.2rem\]{
		font-size: 2.2rem !important;
	}
	.lg\:text-\[15rem\]{
		font-size: 15rem !important;
	}
	.lg\:text-\[8rem\]{
		font-size: 8rem !important;
	}
	.lg\:text-34{
		font-size: 3.4rem !important;
	}
	.lg\:text-\[12rem\]{
		font-size: 12rem !important;
	}
	.lg\:font-normal{
		font-weight: 400 !important;
	}
	.lg\:leading-\[8rem\]{
		line-height: 8rem !important;
	}
	.lg\:leading-\[5rem\]{
		line-height: 5rem !important;
	}
	.lg\:opacity-0{
		opacity: 0 !important;
	}
	.lg\:mix-blend-lighten{
		mix-blend-mode: lighten !important;
	}
	.lg\:backdrop-blur-0{
		--tw-backdrop-blur: blur(0) !important;
		-webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
		backdrop-filter: var(--tw-backdrop-filter) !important;
	}
    .lg\:bg-transparent {
      background-color: transparent !important;
    }
}
@media (min-width: 1280px){
	.xl\:mr-20{
		margin-right: 2rem !important;
	}
	.xl\:h-300{
		height: 30rem !important;
	}
	.xl\:w-300{
		width: 30rem !important;
	}
	.xl\:max-w-\[100rem\]{
		max-width: 100rem !important;
	}
	.xl\:leading-\[8rem\]{
		line-height: 8rem !important;
	}
}
@media (min-width: 1536px){
	.\32xl\:bottom-\[-35\%\]{
		bottom: -35% !important;
	}
	.\32xl\:h-\[80rem\]{
		height: 80rem !important;
	}
	.\32xl\:h-\[52rem\]{
		height: 52rem !important;
	}
	.\32xl\:w-\[20rem\]{
		width: 20rem !important;
	}
	.\32xl\:w-\[25rem\]{
		width: 25rem !important;
	}
	.\32xl\:w-\[36rem\]{
		width: 36rem !important;
	}
	.\32xl\:max-w-\[100rem\]{
		max-width: 100rem !important;
	}
	.\32xl\:max-w-\[50rem\]{
		max-width: 50rem !important;
	}
	.\32xl\:text-\[5rem\]{
		font-size: 5rem !important;
	}
	.\32xl\:text-\[6rem\]{
		font-size: 6rem !important;
	}
	.\32xl\:text-\[3\.2rem\]{
		font-size: 3.2rem !important;
	}
	.\32xl\:text-\[15rem\]{
		font-size: 15rem !important;
	}
	.\32xl\:text-\[7rem\]{
		font-size: 7rem !important;
	}
	.\32xl\:text-\[20rem\]{
		font-size: 20rem !important;
	}
	.\32xl\:leading-\[15rem\]{
		line-height: 15rem !important;
	}
	.\32xl\:leading-\[7rem\]{
		line-height: 7rem !important;
	}
}
/*
* sust Utility Styles
*
* Add styles for utilities like animations, transitions, etc
* Take advantage of Tailwind's functions: @ variants and @ responsive
* https://tailwindcss.com/docs/functions-and-directives#variants
*/
@responsive {
  @variants hover,
    focus {
    .text-decoration-under {
      text-underline-position: under !important;
    }
    .content-pseudo {
      content: "";
    }
    .transform-reset {
      transform: none;
    }
    .transition-3s-all {
      transition: all 0.3s ease;
    }
    .flip-x {
      transform: scaleX(-1);
    }
    .flip-y {
      transform: scaleY(-1);
    }
    .scale-180 {
      transform: scale(1.8);
    }
    .bg-transparent {
      background-color: transparent;
    }
    .clearfix{
			display: inline-block;
		}
    .clearfix{
			width: 100%;
		}
    .clearfix:after {
      content: "";
      display: table;
      clear: both;
    }
    .swing {
      animation-duration: 1s;
      animation-fill-mode: both;
      transform-origin: top center;
      animation-name: swing;
    }
    .pulse {
      animation-fill-mode: both;
      animation-name: pulse;
    }
    .bounceIn {
      animation-fill-mode: both;
      animation-name: bounceIn;
    }
    .zoomIn {
      animation-fill-mode: both;
      animation-name: zoomIn;
    }
    .fadeIn {
      animation-fill-mode: both;
      animation-name: fadeIn;
    }
    .scrolled.fadeInUp,
    .fadeInUp {
      animation-fill-mode: both;
      animation-name: fadeInUp;
    }
    .fadeInDown {
      animation-fill-mode: both;
      animation-name: fadeInDown;
    }
    .delay-025-s {
      animation-delay: 0.25s;
    }
    .delay-050-s {
      animation-delay: 0.5s;
    }
    .delay-075-s {
      animation-delay: 0.75s;
    }
    .delay-1-s {
      animation-delay: 1s;
    }
    .delay-2-s {
      animation-delay: 2s;
    }
    .a-fast {
      animation-duration: 800ms;
    }
    .a-faster {
      animation-duration: 500ms;
    }
    .a-medium {
      animation-duration: 1s;
    }
    .a-slow {
      animation-duration: 2s;
    }
    .a-slower {
      animation-duration: 3s;
    }
    .a-infinite {
      animation-iteration-count: infinite;
    }
    .dont-break-out {
      /* These are technically the same, but use both */
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      word-break: break-all;
      /* Instead use this non-standard one: */
      word-break: break-word;
      /* Adds a hyphen where the word breaks, if supported (No Blink) */
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .tr-02-ease-in-out {
      transition: all 0.2s ease-in-out;
    }
    .tr-03-ease-in-out {
      transition: all 0.3s ease-in-out;
    }
    .tr-04-transform {
      transition: transform 0.4s;
    }
    .tr-100-transform-up {
      transform: translate3d(0, -120%, 0);
    }
    .tr-transform-reset {
      transform: none;
    }
    .tr-bg-anim {
      transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
    }
    .bs-10 {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    }
    .bg-l-g-transp {
      background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4948354342) 50%, rgba(0, 0, 0, 0) 100%);
    }
    .-z-1 {
      z-index: -1;
    }
    .limit-rows-3 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    .translate-y-nav {
      transform: translateY(-36px);
    }
    .limit-text-3 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    @media (min-width: 768px) {
      .limit-text-3 {
        min-height: 7.8rem;
      }
    }
    .transition-main {
      transition: opacity 0.3s ease-in-out;
    }
    .bg--nav {
      background: #200040 !important;
    }
  }
}
@font-face {
  font-family: "American Captain";
  src: url("../fonts/AmericanCaptain.woff2") format("woff2"), url("../fonts/AmericanCaptain.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Soho Gothic Pro";
  src: url("../fonts/SohoGothicPro-Regular.woff2") format("woff2"), url("../fonts/SohoGothicPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 3000px) {
  html {
    font-size: 70%;
  }
}

*, *:before, *:after{
	margin: 0;
	box-sizing: border-box;
	padding: 0;
  touch-action: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr{
	clear: both;
	margin-top: 0;
	height: 0;
	width: 100%;
}

body{
	margin: 0;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	font-family: "Soho Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size-adjust: 0.58;
}

header{
	position: fixed;
	top: 0;
}

section{
	width: 100vw;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  section{
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	text-align: left;
	font-family: "American Captain", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	text-decoration: none;
}

h3, h4, h5, h6{
	margin-bottom: 1.5rem;
}

h1{
	text-align: left;
	font-family: "American Captain", sans-serif;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 5.2rem;
}
@media (min-width: 768px) {
  h1{
		text-align: left;
	}
  h1{
		font-size: 12rem;
	}
  h1{
		line-height: 7rem;
	}
}

h2{
	margin-bottom: 1.5rem;
	font-family: "American Captain", sans-serif;
	font-size: 4rem;
	line-height: 120%;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  h2{
		font-size: 3.6rem;
	}
}
@media (min-width: 1024px) {
  h2{
		font-size: 5.3rem;
	}
}
h2 span {
  font-weight: 300;
}

h3{
	font-family: "American Captain", sans-serif;
	font-size: 3rem;
	line-height: 100%;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  h3{
		font-size: 3.6rem;
	}
}

h4{
	font-family: "American Captain", sans-serif;
	font-size: 2.0rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  h4{
		font-size: 3.4rem;
	}
}

h5{
	margin-bottom: .8rem;
	font-family: "American Captain", sans-serif;
	font-size: 2.4rem;
}
@media (min-width: 768px) {
  h5{
		font-size: 2.8rem;
	}
}

h6{
	font-size: 1.8rem;
}

a, a:visited{
	margin: 0;
	padding: 0;
	font-family: "American Captain", sans-serif;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	text-decoration: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
  transition: opacity 0.3s ease-in-out;
}
a:hover, a:focus, a:visited:hover, a:visited:focus{
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	text-decoration: none;
	opacity: 1;
      background-color: transparent;
}

p{
	margin-bottom: 2rem;
	font-family: "Soho Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 150%;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  p{
		font-size: 2.0rem;
	}
  p{
		line-height: 150%;
	}
}
p a{
	text-decoration: underline;
}
p a:hover{
	text-decoration: underline;
}

strong, b, bold{
	font-weight: 700;
}

b i{
	font-weight: 700;
}

img{
	height: auto;
	max-width: 100%;
  image-rendering: optimizequality !important;
}

.list__custom--disc li{
	padding-bottom: 1.5rem;
	font-weight: 600;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.list__custom--disc li::before{
	margin-left: 1rem;
	margin-right: 1rem;
	display: inline-block;
	height: 1.2rem;
	width: 1rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  content: "•";
  transform: scale(2) translateY(-4px);
}

a:hover,
a:focus,
a:active {
  color: none !important;
}

hr{
	margin: 0;
	height: .1rem;
	width: 40%;
	border-bottom-width: .1rem;
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	padding: 0;
}

a, ul, li, label, span, .cta{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.otgs-development-site-front-end, .wpml-ls-statics-footer{
	display: none;
}

.chevron2::before{
	position: relative;
	height: 1.5rem;
	width: 1.5rem;
	outline: 2px solid transparent;
	outline-offset: 2px;
      content: "";
  display: inline-block;
  left: 0.15rem;
  top: 0.15rem;
  transform: rotate(-45deg);
  vertical-align: top;
  align-self: center;
}

.chevron2.right:before {
  content: url("/wp-content/themes/sustenlandia/public/img/icons/chevron-right.png");
}

.chevron2.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron2.left:before {
  left: 0.25rem;
  transform: rotate(-135deg);
}

h1.entry-title{
	display: none;
}

body.page-template-default #page{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
body.page-template-default #page .container--widget, body.page-template-default #page aside{
	display: none;
}

body.page-template-default #page{
	min-height: 100vh;
	overflow: hidden;
	padding-top: 3rem;
}

@media (min-width: 1024px){
	body.page-template-default #page{
		padding-top: 15rem;
	}
}
body.page-template-default #page .main-navigation {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
body.page-template-default #page ul{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
body.page-template-default #page p a{
	font-family: "Soho Gothic Pro", sans-serif;
	text-decoration: underline;
}
body.page-template-default .page__wrapper{
	padding-top: 10rem;
}

#page{
	min-height: 100vh;
}

.section__subtitle{
	position: relative;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-right: 3rem;
}
.section__subtitle::after{
	position: absolute;
	top: 50%;
	left: 85%;
	right: 0;
	z-index: -1;
	height: .1rem;
	width: 100vw;
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	content: "";
}

.speaker__row--box .number{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.speaker__row--box:hover .number{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity)) !important;
}

.marquee {
  border: 2px solid black;
  overflow: hidden;
  white-space: nowrap;
}

.marquee__body{
	font-family: "American Captain", sans-serif;
  display: inline-block;
  animation: marquee 15s linear infinite;
}
@media (min-width: 1024px) {
  .marquee__body {
    animation: marquee 40s linear infinite;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    @media (min-width: 1024px) {
      transform: translateX(-50%);
    }
  }
}
section{
	margin: 0;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
}
@media (min-width: 768px) {
  section{
		min-height: 100%;
	}
}
@media (min-width: 1024px) {
  section{
		align-items: center;
	}
}
@media (min-width: 2000px) {
  section{
		min-height: 100%;
	}
}

.container{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 100%;
	max-width: 120rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (min-width: 1400px) {
  .container {
    max-width: 140rem;
  }
}
@media (min-width: 1024px) {
  .container--smaller{
		z-index: 200;
	}
  .container--smaller{
		max-width: 100rem;
	}
  .container--smaller{
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .container--small{
		padding-left: 12.7rem;
		padding-right: 12.7rem;
	}
  .container--medium{
		padding-left: 10rem;
		padding-right: 10rem;
	}
}
.container--footer{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.container--wrapper{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .container--wrapper{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
.container--full{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	max-width: 164rem;
	overflow: visible;
	padding: 0;
}
.container--hero{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 100%;
	min-height: 85vh;
	width: 100%;
	max-width: 230rem;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0;
}
@media (min-width: 2500px) {
  .container--hero{
		max-width: 100vw;
	}
}
.container--hero-small{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 100%;
	min-height: 50vh;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
@media (min-width: 1024px) {
  .container--hero-small{
		min-height: 45rem;
	}
}
.container--widget{
	display: none;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1280px) {
  .container--widget{
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

header{
	position: fixed;
	z-index: 500;
	margin: 0;
	width: 100%;
	padding: 0;
}

#page{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.post, .page{
	margin: 0;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle{
	display: none;
}

.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child{
	font-weight: 700;
	text-decoration: none;
}
.primary-navigation .current-menu-item > a:first-child::after, .primary-navigation .current_page_item > a:first-child::after{
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 20, 35, var(--tw-bg-opacity));
}

.primary-navigation .current-menu-item > a:first-child:hover, .primary-navigation .current_page_item > a:first-child:hover{
	text-decoration: none;
}

.site-main > *{
	margin: 0;
}

.site-main {
  position: relative !important;
}

.site-header, .site-main, .widget-area, .site-footer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content{
	margin: 0;
	width: 100%;
	padding: 0;
}

.site-content{
	margin-top: 0;
	margin-bottom: auto;
	width: 100%;
	overflow-x: hidden;
	padding-top: 6rem;
}
@media (min-width: 1024px) {
  .site-content{
		padding-top: 11.6rem;
	}
}

.wp-block-getwid-section{
	margin: 0;
}
.wp-block-getwid-section .wp-block-getwid-section__wrapper{
	padding: 0;
}

.breadcrumb{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	z-index: 50;
	display: none;
	padding-top: 1rem;
}
@media (min-width: 1024px) {
  .breadcrumb{
		display: block;
	}
  .breadcrumb{
		padding-top: 1rem;
	}
}
.breadcrumb--items{
	font-size: 1.4rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.breadcrumb--items span a{
	text-decoration: underline;
}

.breadcrumb--light{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

.embed-container{
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.embed-container iframe, .embed-container object, .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	border-radius: 1rem;
  max-height: 100% !important;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright, .wp-block-table{
	display: block;
}

.wp-block-table {
  border-bottom: 0 !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wp-block-table::-webkit-scrollbar {
  display: none;
}

.wp-block-table table{
	margin-top: 1rem;
	margin-bottom: 1rem;
  min-width: 120rem;
}
.wp-block-table table thead{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 20, 35, var(--tw-bg-opacity));
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.wp-block-table table thead th{
	padding: 2rem;
	text-align: left;
}
.wp-block-table table td{
	padding: 2rem;
}

.chevron::before{
	position: relative;
	top: 0;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	transform-origin: top;
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
	border-top-width: 2px;
	border-right-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity));
      content: "";
      transition: opacity 0.3s ease-in-out;
}

.chevron.right:before{
	left: 0;
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.chevron.bottom:before{
	top: 0;
  transform: rotate(135deg);
}

.chevron.left:before{
	left: .2rem;
  transform: rotate(-135deg);
}

.chevron.flip--bottom:before {
  transform: rotate(45deg) scaleY(-1);
}

.entry-content h1{
	text-align: left;
	font-size: 3.6rem;
}
@media (min-width: 1024px) {
  .entry-content h1{
		margin-bottom: 2rem;
	}
  .entry-content h1{
		font-size: 6.2rem;
	}
  .entry-content h1{
		line-height: 6rem;
	}
}
.entry-content a, .entry-content a:link, .entry-content a:hover, .entry-content a:visited{
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	text-decoration: underline;
}
.entry-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry-content blockquote{
	border-left-width: .5rem;
	--tw-border-opacity: 1;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity));
	padding-left: 3rem;
	font-weight: 700;
}

section.article__single .animated__wrapper--before, section.article__single .animated__wrapper--after{
	pointer-events: none;
	position: absolute;
	bottom: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
}
section.article__single .animated__wrapper--before img, section.article__single .animated__wrapper--after img{
	position: absolute;
	height: 6rem;
      transition: opacity 0.3s ease-in-out;
}
section.article__single .animated__wrapper--after {
  z-index: 20;
}
section.article__single .animated__wrapper--after .anim__line--1{
	display: none;
  top: 100%;
  right: 25%;
  animation: lines 20s 1.5s infinite alternate;
}
@media (min-width: 1024px) {
  section.article__single .animated__wrapper--after .anim__line--1{
		display: block;
	}
}
section.article__single .animated__wrapper--after .anim__dot--1{
	display: none;
  top: 100%;
  left: 80%;
}
@media (min-width: 768px) {
  section.article__single .animated__wrapper--after .anim__dot--1{
		display: block;
	}
  section.article__single .animated__wrapper--after .anim__dot--1 {
    left: 10%;
  }
}
section.article__single .animated__wrapper--after .anim__dot--2{
	display: none;
}
@media (min-width: 768px) {
  section.article__single .animated__wrapper--after .anim__dot--2{
		display: block;
	}
  section.article__single .animated__wrapper--after .anim__dot--2 {
    right: 10%;
    top: 100%;
  }
}

.widget-area{
	height: 0;
}

ul{
	margin-bottom: 2rem;
	list-style-position: inside;
	list-style-type: disc;
}
ul li{
	margin-bottom: 1rem;
	font-size: 1.8rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 1024px){
	ul li{
		font-size: 2.0rem;
	}
}

p a{
	font-family: "Soho Gothic Pro", sans-serif;
}

footer ul{
	list-style-type: none;
}

/*! purgecss start ignore */
#timer{
	font-size: 6rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	opacity: 0.5;
}
@media (min-width: 1024px){
	#timer{
		font-size: 7rem;
	}
}

#timer div{
	display: flex;
  min-width: 90px;
}

#timer div span {
  display: block;
  font-size: 0.3em;
  font-weight: 400;
  padding-top: 1.2rem;
}

.hero__breadcrumbs span, .hero__breadcrumbs .post.post-page.current-item{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

.arrow-icon{
	margin-top: 0;
	transform-origin: center;
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
	cursor: pointer;
	padding: 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: -2rem !important;
}

a:hover .arrow-icon{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
	--tw-text-opacity: 1;
	color: rgba(112, 195, 207, var(--tw-text-opacity));
}

.card--cta{
	line-height: 120% !important;
}

#why-attend .speaker__row{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#why-attend .speaker__row:hover .dot span{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
#why-attend .speaker__row:hover h3, #why-attend .speaker__row:hover h4, #why-attend .speaker__row:hover p{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.challenge__card{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.challenge__card:nth-last-of-type(odd){
	margin-top: 4rem;
}
@media (min-width: 1024px) {
  .challenge__card:nth-last-of-type(odd){
		margin-top: 8rem;
	}
}
@media (min-width: 1280px) {
  .challenge__card:nth-last-of-type(odd){
		margin-top: 20rem;
	}
}
.challenge__card:hover{
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
}
.challenge__card:hover .gr-bg{
	height: 33.333333%;
}
.challenge__card .card--cta:hover .cta--icon{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.challenge__card .gr-bg{
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
  transition: height 0.4s ease-in-out;
  background: linear-gradient(to top, #70C3CF, rgba(127, 209, 221, 0.7843137255), rgba(143, 219, 231, 0.5058823529), rgba(177, 223, 230, 0.3058823529), rgba(241, 242, 242, 0));
}

.contact-page-column:last-of-type{
	border-top-width: .1rem !important;
	border-color: rgba(241, 242, 242, 0.2) !important;
}
@media (min-width: 768px) {
  .contact-page-column:last-of-type{
		border-bottom-width: 0px !important;
	}
  .contact-page-column:last-of-type{
		border-top-width: 0px !important;
	}
  .contact-page-column:last-of-type{
		border-left-width: .1rem !important;
	}
  .contact-page-column:last-of-type{
		border-color: rgba(241, 242, 242, 0.2) !important;
	}
  .contact-page-column:last-of-type{
		padding-left: 5rem !important;
	}
}

.top-partners h4{
	margin-top: 5rem !important;
}
.top-partners > div:first-of-type h4{
	margin-top: 0 !important;
}

#page{
	padding-bottom: 15rem;
}

.directions-link{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.directions-link svg{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  fill: #f1f2f2;
}
.directions-link:hover svg {
  fill: #70c4cf;
}

.teaser-text{
	border-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
	padding: 2rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.paragrapf--columns {
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 1024px) {
  .paragrapf--columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

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

img {
  filter: saturate(0.4);
}

.partners__wrapper img,
.section__title img {
  filter: saturate(1);
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#speaker-video{
	margin-top: 10rem;
	margin-bottom: 5rem;
	width: 100%;
}
@media (min-width: 1024px) {
  #speaker-video{
		margin-top: 20rem;
	}
  #speaker-video{
		margin-bottom: 10rem;
	}
}

.btn--unmute {
  cursor: pointer;
  animation: pulse 1.5s infinite;
}
.btn--unmute:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.slider--hero {
  mix-blend-mode: lighten !important;
}

@media (min-width: 1024px) {
  .teaser__content{
		position: absolute;
	}
  .teaser__content{
		max-width: 140rem;
	}
  .teaser__content{
		padding-top: 7rem;
	}
  .teaser__content {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 15%, black 75%, transparent 100%);
    mask-image: linear-gradient(to top, transparent 0%, black 15%, black 75%, transparent 100%);
  }
}
@media (min-width: 1536px) {
  .teaser__content{
		max-width: 192rem;
	}
}

span[data-name=level]{
	position: relative;
}
span[data-name=level]::after{
	position: absolute;
	right: 1rem;
	height: 5rem;
	width: 5rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	content: "&#9660;";
}

/*! purgecss end ignore */
/*! purgecss start ignore */
input, textarea, button, select, option{
	height: 5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .8rem;
	padding-left: 1rem;
}

textarea{
	height: 20rem;
}

form{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 70rem;
	flex-direction: column;
}

.form__cols{
	margin-top: 4rem;
	margin-bottom: 4rem;
	display: flex;
	height: 5rem;
	width: 100%;
	justify-content: space-between;
}
.form__col{
	position: relative;
	display: flex;
	height: 5rem;
	width: 48%;
}
.form__col p{
	display: flex;
}

.form-group{
	position: relative;
	margin-bottom: 5rem;
	width: 100%;
}
.form-group .error{
	position: absolute;
	margin-bottom: 0;
	width: 100%;
	padding-left: 2.5rem;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(170, 12, 35, var(--tw-text-opacity));
  bottom: -2.2rem;
}
.form-group .error.terms-error {
  padding: 0;
}
.form-group select{
	height: 5rem;
}
.form-group select::before{
	position: absolute;
	right: 1rem;
	top: 50%;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	--tw-rotate: 135deg;
	transform: var(--tw-transform);
      content: "";
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  display: inline-block;
  height: 0.45rem;
  width: 0.45rem;
}
.form-group label{
	pointer-events: none;
	position: absolute;
	top: 50%;
	z-index: 50;
	padding-left: 1rem;
	padding-right: 1rem;
      transition: opacity 0.3s ease-in-out;
  transform: translate(1rem, -50%);
}
.form-group label.active{
	font-size: 1.2rem;
  transform: translate(0, -190%) scale(0.9);
}
@media (min-width: 768px) {
  .form-group label.active {
    transform: translate(0, -170%) scale(0.9);
  }
}
.form-group .wpcf7 input[type=email]{
	width: 100% !important;
}
.form-group .wpcf7-form-control-wrap{
	width: 100%;
}
.form-group .wpcf7-not-valid-tip{
	position: absolute !important;
	font-size: 1.4rem !important;
}
.form-group .wpcf7 form .wpcf7-response-output{
	margin: 0 !important;
	margin-bottom: 4rem !important;
	border-radius: 1rem !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity)) !important;
	padding: 1rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
body.light .form-group .wpcf7 form .wpcf7-response-output{
	--tw-border-opacity: 1;
	border-color: rgba(0, 56, 92, var(--tw-border-opacity));
}

.form-row{
	display: flex;
	flex-direction: column;
}
@media (min-width: 1280px) {
  .form-row{
		flex-direction: row;
	}
}
.form-row > .relative:first-of-type{
	margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .form-row > .relative:first-of-type{
		margin-bottom: 0;
	}
}

.form-control, select{
	position: relative;
	z-index: 10;
	height: 5rem;
	width: 100%;
	border-radius: 0.375rem;
	border-radius: 5px;
	border-width: .1rem;
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-size: 1.4rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  transition: border-color 0.15s ease-in-out;
}
.form-control.is-invalid, select.is-invalid{
	--tw-border-opacity: 1;
	border-color: rgba(170, 12, 35, var(--tw-border-opacity));
}
@media (min-width: 768px) {
  .form-control, select{
		padding: 1rem;
	}
}
.form-control:hover, .form-control:focus, .form-control:active, select:hover, select:focus, select:active{
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.form-control:disabled, select:disabled{
	cursor: not-allowed;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.form-control.error, .form-control.has-error, .has-error .form-control, select.error, select.has-error, .has-error select{
	--tw-border-opacity: 1;
	border-color: rgba(170, 12, 35, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(170, 12, 35, var(--tw-text-opacity));
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus{
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	font-size: 1.4rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select{
	width: 100%;
	border-radius: 1rem;
	border-width: .1rem;
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 1rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
      background-color: transparent;
}
@hover {
  input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select{
		--tw-border-opacity: 1;
		border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	}
}
body.light input[type=text], body.light input[type=email], body.light input[type=url], body.light input[type=password], body.light input[type=search], body.light input[type=number], body.light input[type=tel], body.light input[type=range], body.light input[type=date], body.light input[type=month], body.light input[type=week], body.light input[type=time], body.light input[type=datetime], body.light input[type=datetime-local], body.light input[type=color], body.light textarea, body.light select{
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus, select:focus{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

input.switch{
	margin-right: 2rem;
	height: 3rem;
	width: 5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
  box-shadow: inset -2rem 0px 0px 0px #E6E7F9;
  border: 1px solid #E6E7F9;
  transition: 0.2s;
}

input.switch:checked {
  box-shadow: inset 2rem 0px 0px 0px #E6E7F9;
}

input.switch + label.form-check-label{
	max-width: 75% !important;
	padding-left: 0 !important;
	font-size: 1.4rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {
  input.switch + label.form-check-label {
    transform: translate(1rem, -10%) scale(1) !important;
  }
  input.switch + label.form-check-label{
		max-width: 85% !important;
	}
  input.switch + label.form-check-label{
		padding-left: 2rem !important;
	}
  input.switch + label.form-check-label{
		font-size: 1.6rem !important;
	}
  input.switch + label.form-check-label{
		--tw-text-opacity: 1 !important;
		color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
	}
}
input.switch + label.form-check-label a{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

input.switch + label.active {
  transform: translate(1rem, -10%) scale(1) !important;
}
input.switch + label.active a{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

.form-check.form-check-inline{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}
.form-check.form-check-inline input{
	margin-right: 2rem;
	min-width: 5rem;
}
.form-check.form-check-inline label{
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5;
}

select#city {
  background: url(../../../public/img/icons/arrow-down.svg) no-repeat right #fff;
  background-position-x: 97%;
}

.form-control-placeholder{
	position: absolute;
	top: 0;
	z-index: 50;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	font-size: 1.2rem;
	opacity: 0.5;
  padding: 0px 13px;
  left: 13px;
  top: 12px;
  transition: all 0.2s;
}

.form-control:not(:-moz-placeholder-shown) + .form-control-placeholder{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	opacity: 1;
  transform: translate3d(0, -115%, 0);
}

.form-control:focus + .form-control-placeholder, .form-control:not(:placeholder-shown) + .form-control-placeholder{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	opacity: 1;
  transform: translate3d(0, -115%, 0);
}

.form-control.is-invalid:not(:-moz-placeholder-shown) + .form-control-placeholder{
	--tw-text-opacity: 1;
	color: rgba(170, 12, 35, var(--tw-text-opacity));
}

.form-control.is-invalid:focus + .form-control-placeholder, .form-control.is-invalid:not(:placeholder-shown) + .form-control-placeholder{
	--tw-text-opacity: 1;
	color: rgba(170, 12, 35, var(--tw-text-opacity));
}

.select__size::after{
	position: absolute;
	z-index: 50;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.2rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  content: "Size";
  top: 12px;
  left: 15px;
  z-index: 0;
  opacity: 0.65;
}
.select__size.styled-select--label::after{
	position: absolute;
	z-index: 50;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.2rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  content: "Size";
  top: -9px;
  left: 15px;
  opacity: 1;
}

select{
	background-color: transparent;
      background-color: transparent;
}
select option{
	font-size: 1.2rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

.form__success{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 1rem;
	font-weight: 700;
  top: -10px;
  left: -10px;
  height: 104%;
  width: 104%;
  z-index: 100;
  padding: 1rem !important;
  font-size: 2rem !important;
  line-height: 110% !important;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
.form__success::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  content: "";
  background: inherit;
  z-index: -1;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: -20px;
}
@-moz-document url-prefix() {
  .form__success::before {
    background: #f2f5ff !important;
  }
}
@media (min-width: 768px) {
  .form__success {
    padding: 3rem !important;
    font-size: 2rem !important;
  }
}

.wpcf7 form .wpcf7-response-output{
	position: relative;
	margin-top: 2rem;
	margin-bottom: 4rem;
	border-radius: 1rem;
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .wpcf7 form .wpcf7-response-output{
		margin: 0;
	}
  .wpcf7 form .wpcf7-response-output{
		width: 100%;
	}
  .wpcf7 form .wpcf7-response-output{
		text-align: center;
	}
}

label.form-check-label{
	padding-left: 2rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
label.form-check-label a{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

.terms-holder p{
	display: flex;
	width: 100%;
	font-family: "Soho Gothic Pro", sans-serif;
	font-size: 1.5rem;
}
.terms-holder p a{
	font-family: "Soho Gothic Pro", sans-serif;
}

.btn__form{
	position: relative !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 3rem !important;
	display: inline-block !important;
	display: flex !important;
	width: 100% !important;
	max-width: 30rem !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 1rem !important;
	background-color: transparent !important;
	padding: 1.5rem !important;
	text-align: left !important;
	font-size: 1.6rem !important;
	font-weight: 700 !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
	text-decoration: none !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
      background-color: transparent !important;
  transition: 0.2s;
}
.btn__form:disabled{
	cursor: not-allowed;
}
.btn__form:disabled:hover, .btn__form:disabled:active, .btn__form:disabled:focus{
	cursor: not-allowed;
}
.btn__form:hover, .btn__form:active, .btn__form:focus{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.char-count{
	font-size: 1.4rem;
  float: right;
}

.wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	--tw-border-opacity: 1 !important;
	border-color: rgba(170, 12, 35, var(--tw-border-opacity)) !important;
	text-align: center !important;
	font-size: 2.0rem !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #008000 !important;
  text-align: center !important;
  font-size: 2.0rem !important;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: gray !important;
  text-align: center !important;
  font-family: "American Captain", sans-serif !important;
  font-size: 2.4rem !important;
  font-weight: 400 !important;
}

.wpcf7 .wpcf7-submit {
  letter-spacing: 2px;
  text-align: center !important;
  font-family: "American Captain", sans-serif !important;
  font-size: 2.4rem !important;
  font-weight: 400 !important;
}

.btn--form[disabled] {
  cursor: not-allowed !important;
}

.form-groups p{
	margin: 0 !important;
	margin-bottom: 2rem !important;
	display: flex !important;
	width: 100% !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	padding: 0 !important;
	line-height: 100% !important;
}
.form-groups label {
  transform: translate(0, 0) scale(1) !important;
}
.form-groups label a{
	font-family: "Soho Gothic Pro", sans-serif;
}

/*! purgecss end ignore */
/* Default table styles*/
thead{
	font-size: 1.8rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

tbody{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

table {
  /* Simple CSS for scrollable table on mobile */
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

table tr{
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity));
}

table th, table td{
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.group-modal-content--right{
	margin-left: auto;
	margin-right: -0.8rem;
	min-height: 100vh;
	max-width: 40rem;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
@media (min-width: 768px) {
  .group-modal-content--right{
		max-width: 75rem;
	}
}
.group-modal-content--right .content{
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
@media (min-width: 768px) {
  .group-modal-content--right .content{
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
  .group-modal-content--right .content{
		padding-left: 8rem;
		padding-right: 8rem;
	}
}
.group-modal-content--right .content h2{
	margin-bottom: 1rem;
	line-height: 1;
}
.group-modal-content--right .content h3{
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1;
}
.group-modal-content--right .content h4{
	margin-bottom: .5rem;
	line-height: 1;
}
.group-modal-content--right .content h5{
	margin-bottom: 0;
}

.mfp-wrap{
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 2000 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: rgba(0, 0, 0, 0.9) !important;
}
.mfp-wrap iframe{
	min-height: 45rem !important;
	width: 100vw !important;
}
@media (min-width: 1024px) {
  .mfp-wrap iframe{
		width: 50vw !important;
	}
}
.mfp-wrap .mfp-content{
	position: relative;
}
.mfp-wrap .mfp-content button {
  font-size: 100px;
  outline: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: none !important;
  color: #fff;
  right: 0;
  top: -15rem;
  position: absolute;
}

/*tooltip Box*/
/*tooltip */
.tooltip{
	position: absolute;
	width: 100%;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	padding: 1rem;
	font-size: 1.2rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  visibility: hidden;
  z-index: 1;
  opacity: 0.4;
  top: -140%;
  left: -25%;
  transition: all 0.3s ease-in-out;
  transform: scale(2.5);
}
.tooltip p{
	font-size: 1.2rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
body.light .tooltip{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
body.light .tooltip a{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}

/* tooltip  after*/
.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #141414 transparent transparent transparent;
  position: absolute;
  left: 40%;
}

.con-tooltip:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transition: 0.3s linear;
}

.left .tooltip p, .right .tooltip p, .top .tooltip p, .bottom .tooltip p{
	font-size: 1.2rem;
	line-height: 120%;
}
.left .tooltip p:nth-of-type(2), .right .tooltip p:nth-of-type(2), .top .tooltip p:nth-of-type(2), .bottom .tooltip p:nth-of-type(2){
	font-size: 1.4rem;
	font-weight: 700;
}
.left .tooltip p:nth-of-type(3), .right .tooltip p:nth-of-type(3), .top .tooltip p:nth-of-type(3), .bottom .tooltip p:nth-of-type(3){
	font-size: 1.2rem;
}
body.light .left .tooltip p, body.light .right .tooltip p, body.light .top .tooltip p, body.light .bottom .tooltip p{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

/*left*/
.left .tooltip{
	top: 130%;
	left: -40rem;
	width: 20rem;
}

.left .tooltip::after{
	top: 13%;
	left: 96%;
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}

/*bottom*/
.bottom .tooltip{
	top: 340%;
	left: -5rem;
	width: 20rem;
}

.bottom .tooltip::after{
	top: -5%;
	left: 42%;
	--tw-rotate: -180deg;
	transform: var(--tw-transform);
}

/*right*/
.right .tooltip {
  top: -20%;
  left: 115%;
}

.right .tooltip::after {
  top: 40%;
  left: -12%;
  transform: rotate(90deg);
}

#teaser {
  background: url(/wp-content/themes/sustenlandia/public/img/backgrounds/sustenlandia-board-bg.jpg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
#teaser.switchBG {
  background: url(/wp-content/themes/sustenlandia/public/img/backgrounds/teasing-god-new-m.webp);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #teaser {
    background: url(/wp-content/themes/sustenlandia/public/img/backgrounds/sustenlandia-board-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 100vh;
  }
  #teaser.switchBG {
    background: url(/wp-content/themes/sustenlandia/public/img/backgrounds/teasing-god-new-d-hq.webp);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.animated--title {
  background-size: 300%;
  background-image: linear-gradient(125deg, #F1F2F2, #b7e4eb, #97d8e2, #7cc8d4, #70C3CF, #7cc8d4, #97d8e2, #b7e4eb, #F1F2F2);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: text 6s linear alternate infinite both;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes text {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 200%;
  }
}
.blurred--bg {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.partners__logo{
	margin: .5rem;
	display: flex;
	height: 10rem;
	width: 15rem;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(225, 225, 225, var(--tw-border-opacity));
  -o-object-fit: contain;
  object-fit: contain;
}
.partners__logo:hover{
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.partners__logo img{
	max-height: 10rem;
	max-width: 16rem;
	padding: .5rem;
}
@media (min-width: 768px){
	.partners__logo img{
		max-width: 20rem;
	}
}
@media (min-width: 1024px) {
  .partners__logo{
		display: flex;
	}
  .partners__logo{
		width: 20rem;
	}
  .partners__logo{
		align-items: center;
	}
  .partners__logo{
		justify-content: center;
	}
}

body.light-mode:not(.primary-navigation-open) .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom a, body.light-mode:not(.primary-navigation-open) .main-navigation ul.nav-menu li.menu-item a{
	height: 2.2rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.light-mode:not(.primary-navigation-open) .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, body.light-mode:not(.primary-navigation-open) .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.light-mode:not(.primary-navigation-open) .nav__menu .invert {
  filter: invert(0) !important;
}
body.light-mode:not(.primary-navigation-open) #main-logo, body.light-mode:not(.primary-navigation-open) .ham, body.light-mode:not(.primary-navigation-open) #powered-logo a{
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
body.light-mode:not(.primary-navigation-open) .main-navigation{
	background-color: transparent;
      background-color: transparent;
}
body.light-mode:not(.primary-navigation-open) .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, body.light-mode:not(.primary-navigation-open) .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
}

.menu-primary-menu-container{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: scroll;
}
@media (min-width: 1024px) {
  .menu-primary-menu-container{
		overflow: visible;
	}
}

.main-navigation{
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	height: 8rem;
	width: 100%;
	--tw-translate-y: 0;
	transform: var(--tw-transform);
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s linear;
}
@media (max-width: 1023px) {
  .main-navigation {
    height: 6rem !important;
  }
}
@media (min-width: 1024px) {
    .main-navigation.scrolled {
      transform: translateY(-36px);
    }
}
.main-navigation__wrapper{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.main-navigation .container{
	overflow: visible;
}
.main-navigation .nav__menu{
	position: fixed;
	top: 6rem;
	left: 0;
	height: 100vh;
	width: 100vw;
	--tw-translate-x: -150vw;
	transform: var(--tw-transform);
}
.main-navigation .nav__menu.nav__menu--mobile {
      transition: opacity 0.3s ease-in-out;
    }
@media (min-width: 1024px) {
  .main-navigation .nav__menu{
		transition-property: none;
	}
}
.main-navigation .nav__menu.opened{
	top: 0;
	margin-top: 0;
	min-height: 100vh;
	--tw-translate-x: 0;
	transform: var(--tw-transform);
	overflow: auto;
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
	--tw-gradient-from: #101a1b;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 26, 27, 0));
	--tw-gradient-to: #000000;
	padding-bottom: 3rem;
}
.main-navigation .nav__menu.opened .menu-primary-menu-container{
	margin-top: 3rem !important;
	width: 100% !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	border-bottom-width: 2px !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(112, 195, 207, var(--tw-border-opacity)) !important;
	padding-top: 3rem !important;
}
.main-navigation .nav__menu.opened ul.sub-menu li{
	margin-bottom: 2rem !important;
	height: auto !important;
	padding: 0 !important;
}
.main-navigation .nav__menu.opened ul.sub-menu li a{
	font-size: 2.0rem !important;
}
.main-navigation .nav__menu.opened ul.nav-menu{
	height: auto !important;
}
.main-navigation .nav__menu.opened .current_page_item > a, .main-navigation .nav__menu.opened .current-menu-item > a{
	border-bottom-width: 2px !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity)) !important;
	font-weight: 400 !important;
}
@media (min-width: 1024px) {
  .main-navigation .nav__menu{
		position: relative;
	}
  .main-navigation .nav__menu{
		top: auto;
	}
  .main-navigation .nav__menu{
		left: auto;
	}
  .main-navigation .nav__menu{
		height: auto;
	}
  .main-navigation .nav__menu{
		width: 80rem;
	}
  .main-navigation .nav__menu{
		--tw-translate-x: 0;
		transform: var(--tw-transform);
	}
  .main-navigation .nav__menu{
		background-color: transparent;
	}
    .main-navigation .nav__menu {
      background-color: transparent;
    }
}
.main-navigation ul{
	display: flex;
	flex-direction: column;
	padding-top: 3rem;
}
@media (min-width: 1024px) {
  .main-navigation ul{
		flex-direction: row;
	}
  .main-navigation ul{
		padding-top: 0;
	}
}
.main-navigation ul.nav-menu{
	z-index: 0;
	height: 100%;
	width: 100%;
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom{
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 30rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 1024px) {
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:not(:last-of-type), .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:not(:last-of-type){
		margin-right: 1rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:not(:last-of-type), .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:not(:last-of-type){
		width: auto;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:not(:last-of-type), .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:not(:last-of-type){
		min-width: 5rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:not(:last-of-type), .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:not(:last-of-type){
		padding-left: 1rem;
		padding-right: 1rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom{
		margin-bottom: 0;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom{
		width: auto;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom{
		align-items: center;
	}
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page a, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom a{
	font-size: 2.4rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page a::before,
.main-navigation ul.nav-menu li.menu-item.menu-item-object-custom a::before {
  content: attr(title);
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
  font-weight: 700;
      transition: opacity 0.3s ease-in-out;
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page a:hover, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom a:hover{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page a:active, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom a:active{
	font-weight: 700;
}
@media (min-width: 1024px) {
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page a, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom a{
		font-size: 2.0rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		position: absolute;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		bottom: -0.5rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		height: .3rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		width: 0;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		max-width: 65%;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		border-radius: 1rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		--tw-bg-opacity: 1;
		background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		transition-duration: 300ms;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after{
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}
    .main-navigation ul.nav-menu li.menu-item.menu-item-object-page::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom::after {
      content: "";
    }
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover{
	font-weight: 700;
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover::after{
	width: 100%;
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
	position: relative;
	display: flex;
	height: 30rem;
	width: 25rem;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu::after, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu::after{
	display: none;
}
@media (min-width: 1024px) {
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		position: absolute;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		top: 2.7rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		z-index: 5000;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		height: auto;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		border-radius: 1rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		border-width: 2px;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		--tw-border-opacity: 1;
		border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		--tw-bg-opacity: 1;
		background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		background-color: rgba(0, 0, 0, 0.9);
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu{
		padding: 2rem;
	}
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu,
  .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu li, .main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu a, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu li, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu a{
	margin: 0;
	width: auto;
	max-width: 100%;
	padding: 0;
}
.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover ul.sub-menu li:not(:last-of-type), .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover ul.sub-menu li:not(:last-of-type){
	margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .main-navigation ul.nav-menu li.menu-item-has-children a{
		pointer-events: none;
	}
}
.main-navigation ul.nav-menu li.menu-item-has-children ul li a{
	pointer-events: auto;
}
.main-navigation .site-branding{
	z-index: 10;
	max-width: 12rem;
      transition: opacity 0.3s ease-in-out;
}
.main-navigation .site-branding img{
	width: 8.5rem;
}
@media (min-width: 1024px) {
  .main-navigation .site-branding img{
		width: 15rem;
	}
}

.nav__menu--mobile.opened .menu-item-has-children ul.sub-menu{
	display: none;
}
@media (min-width: 1024px) {
  .nav__menu--mobile.opened .menu-item-has-children ul.sub-menu{
		display: flex;
	}
  .nav__menu--mobile.opened .menu-item-has-children ul.sub-menu{
		height: auto;
	}
}
.nav__menu--mobile.opened .menu-item-has-children.focus ul.sub-menu{
	position: relative;
	left: 0;
	top: 0;
	z-index: 999;
	float: none;
	display: block;
	height: 100%;
	height: auto;
	border-style: none;
  box-shadow: none;
}
.nav__menu--mobile.opened .menu-item-has-children.focus ul.sub-menu li, .nav__menu--mobile.opened .menu-item-has-children.focus ul.sub-menu a{
	width: 100%;
}
.nav__menu--mobile.opened .menu-item-has-children.focus ul.sub-menu li{
	padding-left: 2rem;
}
.nav__menu--mobile.opened .menu-item-has-children.focus ul.sub-menu li a{
	width: auto;
}
@media (min-width: 1024px) {
  .nav__menu--mobile.opened .menu-item-has-children.focus ul.sub-menu{
		display: none;
	}
}

#nav-lines{
	margin-top: -1.5rem;
	margin-right: -2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	outline: 2px solid transparent;
	outline-offset: 2px;
      background-color: transparent;
  transform: scale(0.85);
  transform-origin: center center;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #F2F5FF;
  stroke-width: 4;
  stroke-linecap: round;
}
body.light .line {
  stroke: #00385C;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.menu-toggle{
	z-index: 10;
	display: block;
}
@media (min-width: 1024px) {
  .menu-toggle{
		display: none;
	}
}

button.menu-toggle{
	z-index: 10;
	margin: 0;
	border-style: none;
	padding: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media only screen and (max-width: 1024px) {
  .primary-navigation-open .primary-navigation {
    width: auto !important;
    position: fixed;
    z-index: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .primary-navigation > .primary-menu-container {
    display: none;
  }
}
.menu-button-container {
  position: relative;
}

.menu-button-container #primary-mobile-menu .dropdown-icon {
  transform: scale(1.5);
  transform-origin: center;
}

.menu-button-container, .menu-roggle{
	display: flex;
	border-width: 0px;
	padding: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 1024px) {
  .menu-button-container, .menu-roggle{
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
  .menu-button-container #primary-mobile-menu {
    padding: 0 !important;
  }
  .lock-scrolling{
		overflow: hidden;
	}
  .lock-scrolling .site-content {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  .lock-scrolling .site-content,
  .lock-scrolling footer {
    z-index: -1;
  }
}
body:not(.scroll-down) .main-navigation{
	background-color: transparent;
      background-color: transparent;
}

.menu-item,
.menu-item > a {
  outline: none !important;
}

.current_page_item > a, .current-menu-item > a{
	font-weight: 400 !important;
}

.current_page_item.menu-item::after, .current-menu-item.menu-item::after{
	display: none;
}
@media (min-width: 1024px) {
  .current_page_item.menu-item::after, .current-menu-item.menu-item::after{
		display: block !important;
	}
  .current_page_item.menu-item::after, .current-menu-item.menu-item::after{
		width: 100% !important;
	}
}

.custom-logo-link{
	opacity: 1;
}

ul#primary-menu{
	display: flex;
	align-items: center;
	justify-content: center;
}
ul#primary-menu li a{
	font-family: "American Captain", sans-serif;
}
ul#primary-menu li.cta{
	z-index: 10;
	padding-top: .9rem;
	padding-bottom: .5rem;
}
ul#primary-menu li.cta::before, ul#primary-menu li.cta::after{
	display: none;
}
ul#primary-menu li.cta a{
	line-height: 120%;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
ul#primary-menu li.cta a:hover{
	--tw-text-opacity: 1;
	color: rgba(112, 195, 207, var(--tw-text-opacity));
}
ul#primary-menu li.cta:hover{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
ul#primary-menu li.cta:hover a{
	--tw-text-opacity: 1;
	color: rgba(112, 195, 207, var(--tw-text-opacity));
}
ul#primary-menu li.cta:hover a:hover{
	--tw-text-opacity: 1;
	color: rgba(112, 195, 207, var(--tw-text-opacity));
}
ul#primary-menu li.cta.current-menu-item::before, ul#primary-menu li.cta.current-menu-item::after{
	display: none !important;
}

.main-navigation ul.nav-menu li.menu-item.menu-item-object-page:hover, .main-navigation ul.nav-menu li.menu-item.menu-item-object-custom:hover {
  z-index: revert-layer;
}

/*! purgecss start ignore */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 70%;
  display: block;
  width: 2rem;
  height: 4rem;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "â†";
}

[dir=rtl] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "â†’";
}

[dir=rtl] .slick-next:before {
  content: "â†";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}


.slick-prev {
  left: 2rem;
  color: #fff;
  fill: #fff;
  z-index: 100;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 5rem;
  }
}
@media (min-width: 1024px) {
  .slick-prev {
    left: 10rem;
  }
}

.slick-next {
  right: 2rem;
  color: #fff;
  fill: #fff;
  z-index: 100;
}
@media (min-width: 768px) {
  .slick-next {
    right: 5rem;
  }
}
@media (min-width: 1024px) {
  .slick-next {
    right: 10rem;
  }
}

.slick-dots{
	position: absolute;
	bottom: 5rem;
	z-index: 20;
	margin: 0;
	display: block;
	width: 100%;
	list-style-type: none;
	padding: 0;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	margin: 0;
	display: flex;
	list-style-type: none;
	justify-content: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.slick-dots li{
	margin-left: 1rem;
	margin-right: 1rem;
	height: 1rem;
	width: 1rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
      transition: opacity 0.3s ease-in-out;
}
.slick-dots li button{
	height: 1rem;
	width: 1rem;
}
@media (min-width: 1024px) {
  .slick-dots li button{
		height: 2rem;
	}
  .slick-dots li button{
		width: 2rem;
	}
}
.slick-dots li.slick-active{
	width: 3rem;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.slick-list {
  height: 100% !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! purgecss end ignore */
footer{
	position: relative;
	background-color: transparent;
	background-size: cover;
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
      background-color: transparent;
  margin-top: -15rem !important;
  margin-bottom: -10rem !important;
}
@media (min-width: 1024px) {
  footer{
		margin-top: -15rem !important;
		margin-bottom: -15rem !important;
	}
}
footer .prefooter{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 90%;
	max-width: 136rem;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 16px;
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	padding: 2rem;
}
@media (min-width: 1024px){
	footer .prefooter{
		padding: 5rem;
	}
}
footer .prefooter img{
	position: absolute;
	top: 0;
	left: 0;
}
body.light footer .prefooter img {
  filter: hue-rotate(113deg) brightness(0.2);
}
@media (min-width: 768px) {
  footer .prefooter{
		flex-direction: row;
	}
  footer .prefooter{
		align-items: center;
	}
}
@media (min-width: 1024px) {
  footer .prefooter{
		flex-direction: column;
	}
  footer .prefooter{
		align-items: center;
	}
  footer .prefooter{
		justify-content: space-between;
	}
  footer .prefooter{
		padding: 5rem;
	}
}
@media (min-width: 1200px) {
  footer .prefooter {
    width: calc(120rem - 60px);
  }
}
@media (min-width: 1400px) {
  footer .prefooter {
    width: calc(136rem - 60px);
  }
}
footer .prefooter h3{
	line-height: 120%;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
body.light footer .prefooter{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
}
body.light footer .prefooter h3{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
body.page-template-newsletter-page footer .prefooter{
	display: none;
}
body.page-template-newsletter-page footer .prefooter.prefooter-secondary, body.page-template-form-page footer .prefooter.prefooter-secondary{
	display: flex !important;
}
footer--main{
	--tw-bg-opacity: 1;
	background-color: rgba(32, 0, 64, var(--tw-bg-opacity));
	padding-top: 4rem;
	padding-bottom: 0;
}
body.light footer--main{
	--tw-bg-opacity: 1;
	background-color: rgba(252, 246, 241, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  footer--main{
		padding-top: 8rem;
	}
  footer--main{
		padding-bottom: 0;
	}
}
footer-content{
	width: 100%;
}
footer-top{
	display: flex;
	width: 100%;
	flex-direction: column-reverse;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 768px) {
  footer-top{
		width: 100%;
	}
  footer-top{
		flex-direction: row;
	}
  footer-top{
		justify-content: space-between;
	}
  footer-top{
		padding-top: 8rem;
	}
  footer-top{
		padding-bottom: 0;
	}
}
footer .menu-legal-container ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 768px) {
  footer .menu-legal-container ul{
		flex-direction: row;
	}
}
footer .menu-legal-container ul li{
	font-size: 2.0rem;
}
@media (min-width: 768px) {
  footer .menu-legal-container ul li{
		padding-right: 2rem;
	}
}
footer .menu-legal-container ul li a{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
footer .menu-legal-container ul li a:hover, footer .menu-legal-container ul li a:focus, footer .menu-legal-container ul li a:active{
	opacity: 1;
}
body.light footer .menu-legal-container ul li a{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}

.cta{
	position: relative;
	z-index: 10;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	text-decoration: none;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cta--primary{
	position: relative;
	display: flex;
	min-width: 18rem;
	max-width: 22rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2.2rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1024px){
	.cta--primary{
		max-width: 30rem;
	}
}
.cta--primary span{
	margin: 0;
	padding-top: .5rem;
	line-height: 100%;
}
.cta--primary:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.cta--primary:visited{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.cta--primary--dark{
	position: relative;
	display: flex;
	min-width: 30rem;
	max-width: 30rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
      background-color: transparent;
}
.cta--primary--dark:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.cta--primary--dark:visited{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.cta--secondary{
	z-index: 100;
	z-index: 1;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(112, 195, 207, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.cta--secondary::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	max-width: 0;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	opacity: 0;
      content: "";
      z-index: -1;
  transition: max-width 0.2s linear;
}
.cta--secondary:hover, .cta--secondary:active, .cta--secondary:focus, .cta--secondary:visited{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.cta--secondary:hover::before, .cta--secondary:active::before, .cta--secondary:focus::before, .cta--secondary:visited::before{
	max-width: 100%;
	opacity: 1;
}
.cta--secondary-slider{
	border-width: .1rem !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity)) !important;
	background-color: transparent !important;
	padding-left: 1.2rem !important;
	padding-right: 1.2rem !important;
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	font-size: 1.5rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
      background-color: transparent !important;
}
.cta--secondary-slider::before{
	max-width: 0;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 56, 92, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.cta--secondary-slider:hover{
	border-width: .1rem !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 56, 92, var(--tw-border-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
.cta--secondary-slider:hover::before{
	max-width: 100%;
	opacity: 1;
}
.cta--third{
	z-index: 100;
	margin: 0;
	width: 100%;
	border-radius: 9999px;
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 20, 35, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
      transition: opacity 0.3s ease-in-out;
}
.cta--third:hover, .cta--third:active, .cta--third:focus, .cta--third:visited{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 56, 92, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.cta--link{
	padding-left: 5rem;
	padding-bottom: 2rem;
	line-height: 150%;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
      transition: opacity 0.3s ease-in-out;
}
.cta--link::after{
	position: absolute;
	top: .9rem;
	right: .5rem;
	left: -1rem;
	top: 0;
	height: 100%;
	height: 2rem;
	width: auto;
	width: 2rem;
	--tw-scale-x: 0.06;
	--tw-scale-y: 0.06;
	transform: var(--tw-transform);
      transition: opacity 0.3s ease-in-out;
  content: url(/wp-content/themes/sustenlandia/public/img/2023/sparkler-light.png);
  transform-origin: center;
}
.cta--link:hover, .cta--link:active, .cta--link:focus, .cta--link:visited{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.cta--link:hover::after, .cta--link:active::after, .cta--link:focus::after, .cta--link:visited::after {
  content: url(/wp-content/themes/sustenlandia/public/img/2023/sparkler-tan.png);
}
.cta--icon{
	margin: 0;
	transform-origin: center;
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
	cursor: pointer;
	padding: 0;
	line-height: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#wpfront-scroll-top-container {
  max-width: 3rem;
  margin-bottom: 5vh;
}

.slider--hero{
	position: relative;
}
@media (min-width: 1024px) {
  .slider--hero {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 96%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 96%, transparent 100%);
  }
}
.slider--hero .slick-track {
  display: flex !important;
}
.slider--hero .slick-slide {
  height: inherit !important;
}

.wp-pagenavi{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.wp-pagenavi span.pages{
	display: none;
}
.wp-pagenavi span.current{
	border-width: 0px;
	font-size: 2.4rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
.wp-pagenavi a{
	border-width: 0px !important;
	border-style: none !important;
	font-size: 2.4rem !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.socials{
	display: flex;
	align-items: center;
	justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3882352941);
}
@media (min-width: 1024px) {
  .socials{
		flex-direction: column;
	}
  .socials {
    border-top: none !important;
  }
}
.socials a{
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.socials img{
	margin-left: 1rem;
	margin-right: 1rem;
	height: 3rem;
	width: 3rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .socials img{
		margin-left: 1rem;
		margin-right: 1rem;
	}
  .socials img{
		height: 3.4rem;
	}
  .socials img{
		width: 3.4rem;
	}
  .socials img{
		opacity: .8;
	}
}
.socials img:hover{
	opacity: 1;
}

/* Core styles/functionality */
.tab{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab__content ul li{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tab input:checked ~ .tab__content {
  max-height: 500rem;
}

/* Visual styles */
.accordion{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}

.tab__label,
.tab__close {
  display: flex;
  color: white;
  cursor: pointer;
}

.tab__label {
  position: relative;
  justify-content: space-between;
  padding: 1rem;
}
.tab__label p{
	margin: 0;
	padding: 0;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tab__label::after {
  content: url(/wp-content/themes/sustenlandia/public/img/icons/right-arrow.svg);
  position: absolute;
  right: 1rem;
  height: 3rem;
  width: 3rem;
  transform-origin: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(112, 195, 207, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#tickets .tab__label::after{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#tickets-top .tab__label::after{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}

.tab--white{
	border-radius: 5px;
}
.tab--white .tab__label::after {
  content: url(/wp-content/themes/sustenlandia/public/img/icons/right-arrow-black.svg);
  position: absolute;
  right: 1rem;
  height: 3rem;
  width: 3rem;
  transform-origin: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(112, 195, 207, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#tickets-top .tab--white .tab__label::after{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}

.tab input:checked + .tab__content{
	padding-bottom: 2rem;
}

.tab input:checked + .tab__label::after{
	text-align: center;
  transform: rotate(90deg);
}

.tab__content{
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1.8rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
  margin: 0;
}
.tab__content ul {
  list-style-position: inside !important;
  list-style: disc;
}
.tab__content ul li:last-of-type{
	padding-bottom: 2rem;
}
#tickets-top .tab__content ul li{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
#tickets-top .tab__content ul li span, #tickets-top .tab__content ul li strong{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
#tickets-top .tab__content ul{
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.accordion--radio {
  --theme: var(--secondary);
}

.speaker--row {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .speaker--row {
    grid-gap: 5rem;
  }
}
.speaker__listing--card{
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.speaker__listing--card::before, .speaker__listing--card::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-size: 400% !important;
  z-index: -1;
  background: #f1f2f2;
  animation: anim 4s linear infinite;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  border-radius: 5px;
}
.speaker__listing--card::after {
  z-index: -2;
}
.speaker__listing--card .gr-bg{
	position: absolute;
	bottom: 0;
	z-index: -1;
	height: 0;
	width: 100%;
  transition: height 0.4s ease-in-out;
  background: linear-gradient(to top, #70C3CF, rgba(127, 209, 221, 0.7843137255), rgba(143, 219, 231, 0.5058823529), rgba(177, 223, 230, 0.3058823529), rgba(241, 242, 242, 0));
}
.speaker__listing--card .gr-fade{
	position: absolute;
	bottom: -5px;
	z-index: 1;
	height: 75%;
	width: 100%;
  background: linear-gradient(to top, #000000, #000000 20%, rgba(0, 0, 0, 0));
}
.speaker__listing--card:hover::before, .speaker__listing--card:hover::after {
  opacity: 1;
  background: linear-gradient(90deg, #70C3CF, #7fd1dd, #8fdbe7, #b1dfe6, #F1F2F2, #b1dfe6, #8fdbe7, #7fd1dd, #70C3CF);
}
.speaker__listing--card:hover::after {
  z-index: -2;
  filter: blur(0.5rem);
}
.speaker__listing--card:hover .box-image img{
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.speaker__listing--card:hover .card-bg {
  opacity: 1;
}
.speaker__listing--card:hover .cta--icon{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.speaker__listing--card:hover .gr-bg{
	height: 100%;
}
.speaker__listing--card .card-bg {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.speaker__listing--card .box-image{
	position: absolute;
	bottom: 12rem;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
@media (min-width: 1024px){
	.speaker__listing--card .box-image{
		bottom: 15rem;
	}
}
.speaker__listing--card .box-image img {
  transform-origin: bottom;
  --tw-scale-x: .90;
  --tw-scale-y: .90;
  transform: var(--tw-transform);
}
@keyframes anim {
  from {
    background-position: 0;
  }
  to {
    background-position: 400%;
  }
}
.speaker__video{
	margin-bottom: -5rem;
	min-height: 50rem;
	background-position: right;
  background: url(/wp-content/themes/sustenlandia/public/img/backgrounds/blinds-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -2rem;
  background-position-x: 100%;
}
@media (min-width: 1024px) {
  .speaker__video {
    background-position-x: 0;
  }
}

body.home #speakers-international{
	margin-bottom: 0 !important;
}
body.home .speaker--row{
	margin-top: 0 !important;
}

.special-guests .speaker__row:first-of-type{
	margin-bottom: 0;
}

@media (min-width: 1024px){
	.special-guests .speaker__row:first-of-type{
		margin-right: 3rem;
	}
	.special-guests .speaker__row:first-of-type{
		margin-bottom: 0;
	}
}

.interviews__row {
  margin: 50px 0;
  width: 100%;
  gap: 5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .interviews__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .interviews__row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.interviews__card:hover{
	--tw-border-opacity: 1;
	border-color: rgba(241, 242, 242, var(--tw-border-opacity));
}
.interviews__card:hover .gr-bg{
	height: 25%;
}
.interviews__card:hover .cta--icon{
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.interviews__card:hover .card--cta-link{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .interviews__card{
		margin-right: 3rem;
	}
}
.interviews__card .gr-bg{
	position: absolute;
	bottom: 0;
	height: 0;
	width: 100%;
  transition: height 0.4s ease-in-out;
  background: linear-gradient(to top, #70C3CF, rgba(127, 209, 221, 0.7843137255), rgba(143, 219, 231, 0.5058823529), rgba(177, 223, 230, 0.3058823529), rgba(241, 242, 242, 0));
}
.interviews__content h4{
	font-size: 4rem;
}

.square{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
  background: linear-gradient(to bottom, #70C3CF, rgba(127, 209, 221, 0.7843137255), rgba(143, 219, 231, 0.5058823529), rgba(177, 223, 230, 0.3058823529), rgba(241, 242, 242, 0));
}

.agenda__row{
	position: relative;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.agenda__row:hover h4.agenda__title p, .agenda__row:hover .agenda__time, .agenda__row:hover .agenda__title, .agenda__row:hover span, .agenda__row:hover li::marker, .agenda__row:hover h3, .agenda__row:hover h4, .agenda__row:hover h5, .agenda__row:hover p{
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.agenda__row:hover::before, .agenda__row:hover::after{
	--tw-bg-opacity: 1;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity));
}
.agenda__row::before, .agenda__row::after{
	position: absolute;
	left: -100%;
	right: -100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	width: 200vw;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	content: "";
}
.agenda__row:first-of-type{
	border-top-width: 0px !important;
}
.agenda__speakers--wrapper:empty{
	display: none !important;
}

.img--rounded{
	height: 10rem;
	width: 10rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
	-o-object-fit: contain;
	object-fit: contain;
}

#agenda-entry p{
	margin: 0;
}
#agenda-entry h3, #agenda-entry p{
	width: 100%;
	text-align: center;
}

.agenda__row--title{
	--tw-text-opacity: 1;
	color: rgba(112, 195, 207, var(--tw-text-opacity));
}

.tickets__selector .in-person:hover, .tickets__selector .digitally:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
}
.tickets__selector .in-person:hover .arrow-icon, .tickets__selector .digitally:hover .arrow-icon{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body.page-template-tickets-onsite .tickets__selector .in-person{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity)) !important;
}
body.page-template-tickets-onsite .tickets__selector .in-person .arrow-icon{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body.page-template-tickets-online .tickets__selector .digitally{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity)) !important;
}
body.page-template-tickets-online .tickets__selector .digitally .arrow-icon{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#tickets-top .tickets__card{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#tickets-top .tickets__card:hover h2, #tickets-top .tickets__card:hover h3, #tickets-top .tickets__card:hover h4, #tickets-top .tickets__card:hover p, #tickets-top .tickets__card:hover small, #tickets-top .tickets__card:hover sub, #tickets-top .tickets__card:hover sup, #tickets-top .tickets__card:hover .tab__label::after, #tickets-top .tickets__card:hover ul, #tickets-top .tickets__card:hover li, #tickets-top .tickets__card:hover li span, #tickets-top .tickets__card:hover li span strong, #tickets-top .tickets__card:hover li strong{
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
#tickets-top .tickets__card .cta--primary:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

#tickets .tickets__card{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#tickets .tickets__card .cta--primary:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.testimonial__row .testimonial__name{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial__row .arrow-icon{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  margin-top: 5rem !important;
}
@media (min-width: 1024px) {
  .testimonial__row .arrow-icon {
    margin-top: 0 !important;
  }
}
.testimonial__row:hover .testimonial__name, .testimonial__row:hover .arrow-icon{
	--tw-text-opacity: 1;
	color: rgba(112, 195, 207, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .testimonial__row:hover .testimonial__image{
		--tw-translate-y: -50% !important;
		transform: var(--tw-transform) !important;
	}
  .testimonial__row:hover .testimonial__image{
		opacity: 1 !important;
	}
}
.testimonial__row:hover .play-icon svg .play-path {
  fill: #70c4cf !important;
}

#audience {
  background: url(/wp-content/themes/sustenlandia/public/img/backgrounds/blinds-bg-2.jpg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #audience {
    background-position-y: -10px;
  }
}

.slider--vertical .slick-slide{
	padding-top: 5rem;
	padding-bottom: 5rem;
	opacity: 0.8;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slider--vertical .slick-slide img{
	display: none;
}
.slider--vertical .slick-slide h4{
	position: relative;
	padding-left: 5rem;
}
.slider--vertical .slick-slide h4::before{
	position: absolute;
	left: 0;
	top: 50%;
	height: 2rem;
	width: 2rem;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
	content: "";
}
.slider--vertical .slick-slide p{
	margin-left: 5rem;
	display: inline-flex;
	width: auto;
	align-items: flex-start;
	justify-content: flex-start;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(112, 195, 207, var(--tw-bg-opacity));
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.slider--vertical .slick-slide.slick-current{
	opacity: 1;
}

@keyframes fadeinDelay {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInHero {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.delay-02s {
  animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
}

.delay-10s {
  animation-delay: 1s;
}

.delay-11s {
  animation-delay: 1.1s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes screens {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(-100%);
  }
  45% {
    transform: translateX(0%);
  }
  95% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.animated__link::after{
	position: absolute;
	top: .1rem;
	right: -1.5rem;
	height: 100%;
	width: auto;
  content: ">";
  transition: all 0.4s ease-in-out;
}
.animated__link:hover::after{
	right: -2rem;
}

/**Styling scrollable elements*/
.js-scroll,
.js-scroll-earth {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled,
.js-scroll-earth.scrolled {
  opacity: 1;
}

.animHidden {
  opacity: 0;
  transition: opacity 500ms;
}

.animHidden.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out forwards;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s cubic-bezier(0.51, 0.92, 0.24, 1.15) forwards;
}

.scrolled.fade-in-expand {
  animation: fade-in-expand 1s ease-in-out forwards;
}
@media (min-width: 768px) {
  .scrolled.fade-in-expand {
    transform-origin: center !important;
    left: 5rem !important;
  }
}
@media (min-width: 1680px) {
  .scrolled.fade-in-expand {
    bottom: -8rem !important;
  }
}
@media (min-width: 1800px) {
  .scrolled.fade-in-expand {
    bottom: -15rem !important;
  }
}
@media (min-width: 2000px) {
  .scrolled.fade-in-expand {
    bottom: -20rem !important;
  }
}

.scrolled.fade-in-up-smart {
  animation: fade-in-up 1s forwards alternate;
  animation-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out forwards;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slide-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-expand {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.4) rotate(5deg);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    transform: translateY(-50px) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
    background-size: 80%;
  }
  50% {
    background-position: 200% -50%;
    background-size: 100%;
  }
  100% {
    background-position: 0 0;
    background-size: 80%;
  }
}
.animated__wrapper--before, .animated__wrapper--after{
	pointer-events: none;
}

.t-caret{
	--tw-text-opacity: 1;
	color: rgba(241, 242, 242, var(--tw-text-opacity));
  transform: scale(2.7);
  height: 100%;
  padding-left: 1.5rem;
}

/* t.js-related: */
ins, del {
  text-decoration: none;
}

s {
  display: none;
}

kbd {
  font-family: inherit;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: #6B6BEB;
  }
}
@keyframes blink-caret--dark {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: #200040;
  }
}
.t-container{
	display: flex;
}

.caret-bar{
	position: relative;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 2rem;
	font-size: 6rem;
}
@media (min-width: 1024px) {
  .caret-bar{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
.caret-bar + p{
	display: none !important;
}
.caret-bar::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  animation: blink-caret 0.5s ease-out infinite alternate;
  border-radius: 5px;
  transform: translateX(5px) translateY(0);
  height: 2.5rem;
  bottom: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .caret-bar::after {
    height: 5rem;
    transform: translateX(5px) translateY(5px);
    bottom: auto;
  }
}
.caret-bar--dark::after {
  animation: blink-caret--dark 0.5s ease-out infinite alternate;
}

.parallax-mirror{
	z-index: 0 !important;
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
	--tw-gradient-from: #001423 !important;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 20, 35, 0)) !important;
	--tw-gradient-to: #001423 !important;
}

@media (min-width: 1024px) {
  .parallax-window{
		min-height: 70rem;
	}
  .parallax-window{
		background-color: transparent;
	}
    .parallax-window {
      background-color: transparent;
    }
}

@media (min-width: 2300px) {
  .parallax-slider {
    height: auto !important;
    padding: 0px 15%;
  }
}

@media (min-width: 1024px) {
  @keyframes scalePop {
    0% {
      transform: scale(1) rotate(-2deg);
      transform-origin: center;
    }
    50% {
      transform: scale(1.03) rotate(0deg);
      transform-origin: center;
    }
    100% {
      transform: scale(1) rotate(-2deg);
      transform-origin: center;
    }
  }}
@keyframes widthTransition {
  0% {
    max-width: 0;
  }
  20% {
    max-width: 103%;
  }
  100% {
    max-width: 103%;
  }
}
@keyframes bounceInLeftFooter {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  5% {
    opacity: 1;
    transform: translateX(0), scale(1.1);
  }
  10% {
    opacity: 1;
    transform: translateX(0), scale(1.2);
  }
  15% {
    opacity: 1;
    transform: translateX(0), scale(1);
  }
  79% {
    opacity: 1;
    transform: translateX(0), scale(1);
  }
  80% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;
  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
.animated.animationDelay {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
  animation-name: fadeBgColor;
}

.animated.bounceIn {
  animation-name: bounceIn;
}

.animated.bounceInRight {
  animation-name: bounceInRight;
}

.animated.bounceInLeft {
  animation-name: bounceInLeft;
}

.animated.fadeIn {
  animation-name: fadeIn;
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

.animated.moveUp {
  animation-name: moveUp;
}

@keyframes zoomsIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.zoomIn {
  animation-name: zoomIn;
  animation-delay: 2s;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tarot-cloud-animation {
  0% {
    filter: blur(0);
  }
  75% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes tarot-bgs-animation {
  0% {
    transform: rotate(0deg) translateX(0px) translateY(0px) scale(1);
    filter: blur(1px);
  }
  50% {
    transform: rotate(20deg) translateX(10px) translateY(10px) scale(0.9);
    filter: blur(4px);
  }
  100% {
    transform: rotate(0deg) translateX(0px) translateY(0px) scale(1);
    filter: blur(1px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
body.logged-in .main-navigation,
body.logged-in #alertbar,
body.admin-bar .main-navigation,
body.admin-bar #alertbar {
  top: 46px;
}
@media (min-width: 1024px) {
  body.logged-in .main-navigation,
  body.logged-in #alertbar,
  body.admin-bar .main-navigation,
  body.admin-bar #alertbar {
    top: 32px;
  }
}
body.logged-in #alertbar.showtopbar + header .main-navigation,
body.admin-bar #alertbar.showtopbar + header .main-navigation {
  top: 145px;
}
@media (min-width: 1024px) {
  body.logged-in #alertbar.showtopbar + header .main-navigation,
  body.admin-bar #alertbar.showtopbar + header .main-navigation {
    top: 82px;
  }
}
body.logged-in #wpadminbar,
body.admin-bar #wpadminbar {
  position: fixed !important;
}

body.logged-in > header {
  margin-top: 46px;
}
@media (min-width: 1024px) {
  body.logged-in > header {
    margin-top: 32px;
  }
}

#CybotCookiebotDialog{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
	border-radius: 1.3rem !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity)) !important;
	line-height: 1 !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:hover, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll .CybotCookiebotDialogBodyButton{
	border-radius: 1.3rem !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
	line-height: 1 !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll .CybotCookiebotDialogBodyButton:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept{
	border-radius: 1.3rem !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
	line-height: 1 !important;
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover{
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 20, 35, var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 242, 242, var(--tw-bg-opacity)) !important;
}

@media (min-width: 1024px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader{
		display: none !important;
	}
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type){
	--tw-text-opacity: 1 !important;
	color: rgba(241, 242, 242, var(--tw-text-opacity)) !important;
}

@-moz-document url-prefix() {
  .slider--hero h1{
		line-height: 90% !important;
	}
  @media (min-width: 1280px) {
    h3{
			font-size: 4rem !important;
		}
  }
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  @media (min-width: 1024px) {
    h4{
			font-size: 4rem !important;
		}
  }
}
