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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
	@font-face {
		font-family: 'LondrinaSolid';
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src: url('/nau_assets/fonts/londrina/LondrinaSolid-Regular.ttf') format('truetype');
	}

	@font-face {
		font-family: 'LondrinaSolid';
		font-style: normal;
		font-weight: 300;
		font-display: swap;
		src: url('/nau_assets/fonts/londrina/LondrinaSolid-Light.ttf') format('truetype');
	}

	@font-face {
		font-family: 'BarlowCondensed';
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src: url('/nau_assets/fonts/barlow/BarlowCondensed-Regular.ttf') format('truetype');
	}

	@font-face {
		font-family: 'BarlowCondensed';
		font-style: normal;
		font-weight: 600;
		font-display: swap;
		src: url('/nau_assets/fonts/barlow/BarlowCondensed-SemiBold.ttf') format('truetype');
	}
    @font-face {
		font-family: 'BarlowCondensed';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src: url('/nau_assets/fonts/barlow/BarlowCondensed-Bold.ttf') format('truetype');
	}
    @font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 400;
		font-display: swap;
		src: url('/nau_assets/fonts/barlow/Barlow-Regular.ttf') format('truetype');
	}
    @font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 600;
		font-display: swap;
		src: url('/nau_assets/fonts/barlow/Barlow-SemiBold.ttf') format('truetype');
	}
    @font-face {
		font-family: 'Barlow';
		font-style: normal;
		font-weight: 700;
		font-display: swap;
		src: url('/nau_assets/fonts/barlow/Barlow-Bold.ttf') format('truetype');
	}
/*
	@font-face {
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src: url('/nau_assets/fonts/roboto/Roboto_Condensed-Regular.ttf') format('truetype');
	} */



	:root {
		--text-cta: #F4F3E6;
		--theme-color: #D2292C;
		--primary-button-color: white;
		--font-lond: 'LondrinaSolid', sans-serif;
		--font-barlow-condensed: 'BarlowCondensed', sans-serif;
        --font-barlow: 'Barlow', sans-serif;
		--footer-social-icon-color: #adadaf;
	}
	.londrina {
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
	}

	.barlow-condensed {
		font-family: 'BarlowCondensed', sans-serif;
		font-family: var(--font-barlow-condensed);
	}

    .barlow {
		font-family: 'Barlow', sans-serif;
		font-family: var(--font-barlow);
	}

	html {
		width: 100%;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
		background: #000;
		/* scrollbar-color: theme(colors[surface/primary]) #000;
        scrollbar-width: thin; */
	}

	body {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0;
	}

	picture > img {
		width: inherit;
	}

	/* Make sure theres no external lib clearing out bullet point styling */

	.footer-section__link-full-wrap {
  width: 100%;
  white-space: normal;
  text-align: center;
}

	.arcui-footer-section__legal.nau-footer-legal .arcui-footer-section__legal-line + .arcui-footer-section__legal-line {
		margin-top: 16px;
	}

	.arcui-footer-section__logos.nau-footer-logos .arcui-footer-section__company-logos {
  gap: 20px;
}

	@media (min-width: 768px) {

  .arcui-footer-section__logos.nau-footer-logos .arcui-footer-section__company-logos {
    gap: 32px;
  }
}
    
    .arcui-footer-section__legal.nau-footer-legal {
  margin-top: 2.5rem;
}
    
	.arcui-footer-section__logos.nau-footer-logos
		.arcui-footer-section__company-logos
		.arcui-footer-section__logo {
  margin: 0px;
  flex-shrink: 0;
}

    .arcui-footer-section__logos.nau-footer-logos
        .arcui-footer-section__platform-logos
        .arcui-footer-section__logo {
		margin-top: 46px;
	}
.container {
  width: 100%;
}
@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}
@media (min-width: 420px) {

  .container {
    max-width: 420px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 980px) {

  .container {
    max-width: 980px;
  }
}
@media (min-width: 1090px) {

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

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

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 2000px) {

  .container {
    max-width: 2000px;
  }
}
@media (min-width: 2800px) {

  .container {
    max-width: 2800px;
  }
}
.\!cta-button {
		background-color: theme(colors[surface/primary]) !important;
		background-color: var(--theme-color, #d1a051) !important;
		color: white !important;
		height: 34px !important;
	}
.close-x-button {
		--close-x-background: #44A0A4;
		--close-x-border: #F4F2D6;
		--close-x-mark: #F4F2D6;

		display: inline-flex;
		width: 42px;
		height: 40px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		color: #F4F2D6;
		color: var(--close-x-mark);
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		transition: box-shadow 150ms ease;
	}
.close-x-button:hover {
		--close-x-background: #289398;
		--close-x-border: #F4F2D6;
		--close-x-mark: #F4F2D6;

		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
	}
.close-x-button:active {
		--close-x-background: #F4F2D6;
		--close-x-border: #289398;
		--close-x-mark: #289398;

		box-shadow: none;
	}
.close-x-button:focus-visible {
		outline: 3px solid rgba(244, 242, 214, 0.8);
		outline-offset: 3px;
	}
.close-x-button:disabled {
		--close-x-background: #44A0A4;
		--close-x-border: #F4F2D6;
		--close-x-mark: #F4F2D6;

		box-shadow: none;
		cursor: not-allowed;
		opacity: 0.58;
	}
.close-x-icon {
		display: block;
		width: 42px;
		height: 40px;
		overflow: visible;
		pointer-events: none;
	}
.close-x-panel {
		fill: var(--close-x-background);
		transition: fill 150ms ease;
	}
.close-x-border {
		stroke: var(--close-x-border);
		stroke-width: 3;
		transition: stroke 150ms ease;
	}
.close-x-mark {
		stroke: var(--close-x-mark);
		stroke-width: 4;
		stroke-linecap: round;
		stroke-linejoin: round;
		transition: stroke 150ms ease;
	}
.nau-play-button-shell {
		--nau-play-button-expanded-width: 214px;
		--nau-play-button-label-max-width: 132px;
		--nau-play-button-collapsed-width: 64px;

		position: relative;
		display: inline-flex;
		width: 214px;
		width: var(--nau-play-button-expanded-width);
		height: 64px;
		align-items: center;
		justify-content: center;
		overflow: visible;
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: transparent;
		-webkit-user-select: none;
		-moz-user-select: none;
		     user-select: none;
	}
.nau-play-button {
		--nau-play-button-shadow: none;

		position: relative;
		display: inline-flex;
		width: 64px;
		height: 64px;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 0 17px;
		border: 0;
		border-radius: 999px;
		background: transparent;
		color: #002343;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
		font-size: 20px;
		font-weight: 300;
		line-height: 1;
		white-space: nowrap;
		cursor: pointer;
		overflow: visible;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		isolation: isolate;
		transform-origin: center;
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: transparent;
		-webkit-user-select: none;
		-moz-user-select: none;
		     user-select: none;
	}
.nau-play-button::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 0;
		width: var(--nau-play-button-collapsed-width);
		height: 64px;
		box-sizing: border-box;
		border: 8px solid #002343;
		border-radius: 999px;
		background: #F4F2D6;
		box-shadow: var(--nau-play-button-shadow);
		pointer-events: none;
		transform: translateX(-50%);
		transform-origin: center;
		will-change: width;
	}
.nau-play-button--expanded {
		--nau-play-button-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.28);

		width: var(--nau-play-button-expanded-width);
		padding-left: 22px;
		padding-right: 22px;
	}
.nau-play-button--expanded::before {
		width: var(--nau-play-button-expanded-width);
		animation: nau-play-button-bounce-in 0.958217s both;
	}
.nau-play-button:focus-visible {
		outline: 3px solid rgba(244, 242, 214, 0.8);
		outline-offset: 4px;
	}
.nau-play-button--bounce-out::before {
		width: var(--nau-play-button-collapsed-width);
		animation: nau-play-button-bounce-out 0.958217s both;
	}
.nau-play-button__icon {
		display: inline-flex;
		width: 14px;
		height: 17px;
		flex: 0 0 14px;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 1;
		-webkit-user-select: none;
		-moz-user-select: none;
		     user-select: none;
		transform: translateX(2px);
	}
.nau-play-button:hover .nau-play-button__icon {
		transform: none;
	}
.nau-play-button__icon > svg {
		display: block;
		width: 14px;
		height: 17px;
	}
.nau-play-button__label {
		display: inline-block;
		max-width: 0;
		margin-left: 0;
		opacity: 0;
		overflow: hidden;
		position: relative;
		transform: translateX(-8px);
		z-index: 1;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		     user-select: none;
		transition:
			max-width 440ms cubic-bezier(0.22, 1, 0.36, 1), margin-left 440ms cubic-bezier(0.22, 1, 0.36, 1), transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
	}
.nau-play-button--expanded .nau-play-button__label {
		max-width: var(--nau-play-button-label-max-width);
		margin-left: 8px;
		opacity: 1;
		transform: translateX(0);
	}
.nau-play-button__label-measure {
		position: absolute;
		width: -moz-max-content;
		width: max-content;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		pointer-events: none;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
		font-size: 20px;
		font-weight: 300;
		line-height: 1;
		white-space: nowrap;
		-webkit-user-select: none;
		-moz-user-select: none;
		     user-select: none;
	}
@keyframes nau-play-button-bounce-in {
			0% {
				animation-timing-function: linear(0, 0.0985, 0.342, 0.6483, 0.9442, 1.1767, 1.3179, 1.364, 1.3302, 1.2427, 1.1314, 1.0233, 0.9377, 0.8853, 0.8675, 0.8791, 0.9105, 0.9509, 0.9904, 1.0219, 1.0414, 1.0482, 1.0443, 1.033, 1.0183, 1.0039, 0.9923, 0.9851, 0.9825, 0.9838, 0.9878, 0.9932, 0.9984, 1.0027, 1.0054, 1.0064, 1.0059, 1.0045, 1.0025, 1.0006, 0.9991, 0.9981, 0.9977, 0.9978, 0.9983, 0.9991, 0.9998, 1.0003, 1.0007, 1.0008, 1.0008);
				width: var(--nau-play-button-collapsed-width);
			}

			100% {
				width: var(--nau-play-button-expanded-width);
			}
		}
@keyframes nau-play-button-bounce-out {
			0% {
				width: var(--nau-play-button-expanded-width);
			}

			34% {
				width: calc(var(--nau-play-button-collapsed-width) - 12px);
			}

			52% {
				width: calc(var(--nau-play-button-collapsed-width) + 12px);
			}

			68% {
				width: calc(var(--nau-play-button-collapsed-width) - 4px);
			}

			84% {
				width: calc(var(--nau-play-button-collapsed-width) + 4px);
			}

			100% {
				width: var(--nau-play-button-collapsed-width);
			}
		}
.nau-cta-shell {
		--nau-cta-background: #44A0A4;
		--nau-cta-hover-background: #289398;
		--nau-cta-bubble-layer-height: 194px;

		position: relative;
		display: inline-flex;
		flex: 0 0 auto;
		isolation: isolate;
		overflow: visible;
	}
.nau-cta-shell--coral {
		--nau-cta-background: #FF5E4B;
		--nau-cta-hover-background: #F14632;
	}
.nau-cta-shell--playtest {
		--nau-cta-background: #E9A126;
		--nau-cta-hover-background: #EF8701;
	}
.nau-cta {
		position: relative;
		display: flex;
		padding: 10px 48px;
        max-height: 50px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		box-sizing: border-box;
		border: 3px solid #F4F2D6;
		border-radius: 99px;
		background-color: var(--nau-cta-background);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
		color: #fff;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
		font-size: 20px;
		font-weight: 300;
		line-height: 1;
		-webkit-text-decoration: none;
		text-decoration: none;
		white-space: nowrap;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		cursor: pointer;
		overflow: visible;
		transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
	}
.nau-cta-shell:hover .nau-cta {
		background-color: var(--nau-cta-hover-background);
	}
.nau-cta:active {
		transform: translateY(1px);
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.45);
	}
.nau-cta:focus-visible {
		outline: 3px solid rgba(244, 242, 214, 0.8);
		outline-offset: 4px;
	}
.nau-cta--icon-only {
		min-width: 178px;
		padding-left: 28px;
		padding-right: 28px;
		margin: 8px;
	}
.nau-cta-label {
		position: relative;
		z-index: 3;
        line-height: 26px;
	}
.introduction-cta-group {
		width: -moz-max-content;
		width: max-content;
		grid-template-columns: minmax(max-content, 1fr);
		-moz-column-gap: 24px;
		     column-gap: 24px;
		row-gap: 16px;
		justify-items: stretch;
	}
.introduction-cta-group .nau-play-button-shell {
		justify-self: center;
	}
.introduction-cta-group .nau-cta-shell + .nau-cta-shell {
		margin-top: 8px;
	}
.introduction-cta-group .nau-cta-shell,
	.introduction-cta-group .nau-cta {
		width: 100%;
	}
.introduction-cta-group .nau-cta-label {
		text-align: center;
	}
.nau-cta-icon {
		position: relative;
		z-index: 3;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: currentColor;
	}
.nau-cta-bubbles {
		position: absolute;
		z-index: 2;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		max-width: none;
		height: var(--nau-cta-bubble-layer-height);
		transform: none;
		overflow: visible;
		opacity: 0;
		pointer-events: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
		        user-select: none;
		transition: opacity 120ms ease-out;
	}
.nau-cta-bubble {
		position: absolute;
		left: var(--nau-cta-bubble-x);
		bottom: var(--nau-cta-bubble-bottom);
		width: var(--nau-cta-bubble-size);
		height: var(--nau-cta-bubble-size);
		background-image: var(--nau-cta-bubble-image);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		visibility: hidden;
		opacity: 0;
		transform: scale(1);
		transform-origin: center;
		offset-anchor: 0 0;
		offset-distance: 0%;
		offset-rotate: 0deg;
		animation-duration: var(--nau-cta-bubble-duration);
		animation-delay: var(--nau-cta-bubble-delay);
		animation-fill-mode: both;
		animation-name: nau-cta-bubble-rise;
		animation-play-state: paused;
		animation-timing-function: linear;
		will-change: opacity, offset-distance, transform;
	}
.nau-cta-shell:hover .nau-cta-bubbles,
	.nau-cta-shell:focus-within .nau-cta-bubbles {
		opacity: 1;
	}
.nau-cta-shell:hover .nau-cta-bubble,
	.nau-cta-shell:focus-within .nau-cta-bubble {
		animation-play-state: running;
	}
@keyframes nau-cta-bubble-rise {
		0% {
			visibility: visible;
			opacity: 0;
			transform: scale(1);
			offset-distance: 0%;
		}

		8% {
			visibility: visible;
			opacity: 0.86;
		}

		33.3333% {
			visibility: visible;
			opacity: 0.86;
			transform: scale(1);
			offset-distance: 52%;
		}

		86.6667% {
			visibility: visible;
			opacity: 0.62;
			transform: scale(1);
			offset-distance: var(--nau-cta-bubble-fade-distance);
			animation-timing-function: cubic-bezier(0.33, 0.33, 0.67, 1);
		}

		100% {
			visibility: hidden;
			opacity: 0;
			transform: scale(0);
			offset-distance: 100%;
		}
	}
@media (min-width: 640px) {
		.nau-cta--icon-only {
			min-width: 208px;
		}
	}
@media (min-width: 768px) {
		.introduction-cta-group {
			grid-template-columns: repeat(2, minmax(max-content, 1fr));
		}

		.introduction-cta-group .nau-play-button-shell {
			grid-column: 1 / -1;
		}

		.introduction-cta-group .nau-cta-shell + .nau-cta-shell {
			margin-top: 0;
		}

        .nau-cta-label {
            line-height: 35px;
	    }
	}
@media (min-width: 1090px) {
        .nau-cta {
			font-size: 24px;
            max-height: 55px;
		}
    }
@media (min-width: 1536px) {
		.nau-cta {
			font-size: 29px;
            max-height: 61px;
		}
        .nau-cta-label {
            line-height: 41px;
	    }
	}
@media (max-width: 767px) {
		.introduction-cta-group .nau-cta {
			padding-left: 28px;
			padding-right: 28px;
		}
	}
@media (prefers-reduced-motion: reduce) {
		.nau-play-button,
		.nau-play-button::before,
		.nau-play-button__label,
		.nau-cta,
		.nau-cta-bubbles,
		.nau-cta-bubble {
			transition: none;
			animation: none;
		}

		.nau-cta-bubbles {
			display: none;
		}

		.nau-play-button--expanded {
			width: var(--nau-play-button-expanded-width);
			padding-left: 22px;
			padding-right: 22px;
		}

		.nau-play-button--expanded::before {
			width: var(--nau-play-button-expanded-width);
		}
	}
.constricted-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 1090px) {

  .constricted-content {
    max-width: 1552px;
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media (min-width: 1536px) {

  .constricted-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.introduction, .insider {
  position: relative;
  aspect-ratio: 880/1564;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {

  .introduction, .insider {
    aspect-ratio: 2560/1440;
  }
}
@media (min-width: 1090px) {

  .introduction, .insider {
    aspect-ratio: 2560/1360;
  }
}
.introduction, .insider {
	    height: calc(100vh - 56px);
		z-index: 10;
	}
.insider {
        min-height: calc(100vh - 56px);
        height: auto;
        aspect-ratio: auto;
        overflow: visible;
    }
.insider input:not([type='checkbox']):not([type='hidden']),
    .insider select,
    .insider-select-control {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 16px;
        border: 1px solid #D9D9D9;
        border-radius: 8px;
        background: #fff;
        line-height: 1;
        outline: 2px solid transparent;
        outline-offset: 2px;
        transition: border-color 150ms ease, box-shadow 150ms ease;
    }
.insider input:not([type='checkbox']):not([type='hidden']):focus,
    .insider select:focus,
    .insider-select:focus-within .insider-select-control {
        border-color: #4FA6A3;
        outline: none;
        box-shadow: 0 0 0 2px rgba(79, 166, 163, 0.18);
    }
.insider input::-moz-placeholder {
        color: #B3B3B3;
    }
.insider input::placeholder {
        color: #B3B3B3;
    }
.insider-field-caption-label {
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0;
        margin-bottom: 16px;
    }
.insider-select {
        position: relative;
        width: 100%;
    }
.insider-select-control {
        display: flex;
        min-height: 42px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
    }
.insider-select-value {
        display: flex;
        flex: 1 1 auto;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }
.insider-select-placeholder {
        color: #B3B3B3;
    }
.insider-select-chip {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
        padding: 6px 10px;
        border-radius: 999px;
        background: #1A616E;
        color: #DEFAF0;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        animation: insider-select-chip-in 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
        transform-origin: left center;
        transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
    }
.insider-select-chip-label {
        margin-right: 4px;
    }
.insider-select-chip-remove {
        display: inline-flex;
        width: 12px;
        height: 12px;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        background: transparent;
        color: currentColor;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
        opacity: 0.86;
        transition: opacity 150ms ease, transform 150ms ease;
    }
.insider-select-chip-remove:hover,
    .insider-select-chip-remove:focus-visible {
        opacity: 1;
        outline: none;
        transform: scale(1.12);
    }
.insider-select-arrow {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        transition: transform 150ms ease;
    }
.insider-select-control[aria-expanded='true'] .insider-select-arrow {
        transform: rotate(180deg);
    }
@keyframes insider-select-chip-in {
        from {
            opacity: 0;
            transform: translateY(4px) scale(0.94);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
.insider-select-options {
        position: absolute;
        z-index: 30;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-height: 240px;
        overflow-y: auto;
        padding: 8px;
        border: 1px solid #DBE3E0;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 14px 28px rgba(0, 8, 13, 0.18);
    }
.insider-select-option {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        border: 1px solid transparent;
        border-radius: 8px;
        padding: 10px 12px;
        background: transparent;
        color: #1E1E1E;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
        cursor: pointer;
        transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
    }
.insider-select-option-label {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.insider-select-option-mark {
        position: relative;
        display: inline-flex;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        align-items: center;
        justify-content: center;
        border: 1px solid #B7C8C5;
        border-radius: 4px;
        background: #fff;
        transition: background-color 150ms ease, border-color 150ms ease;
    }
.insider-select-option-mark::after,
    .insider-select-option-check::after {
        content: '';
        width: 8px;
        height: 5px;
        border-bottom: 2px solid currentColor;
        border-left: 2px solid currentColor;
        transform: rotate(-45deg) translateY(-1px);
    }
.insider-select-option-mark::after {
        opacity: 0;
        transition: opacity 150ms ease;
    }
.insider-select-option-check {
        display: inline-flex;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #4FA6A3;
        color: #fff;
        opacity: 0;
        transition: opacity 150ms ease;
    }
.insider-select-option:hover,
    .insider-select-option:focus-visible {
        border-color: #C8DBD8;
        background: #F5FAF9;
        outline: none;
    }
.insider-select-option[aria-selected='true'] {
        background: #EAF5F4;
        border-color: #B8DCD8;
        color: #143F3D;
        font-weight: 600;
    }
.insider-select-option[aria-selected='true'] .insider-select-option-mark {
        border-color: #4FA6A3;
        background: #4FA6A3;
        color: #fff;
    }
.insider-select-option[aria-selected='true'] .insider-select-option-mark::after {
        opacity: 1;
    }
.insider-select-option[aria-selected='true'] .insider-select-option-check {
        opacity: 1;
    }
.insider-select-option:disabled {
        color: #9AA7A5;
        cursor: not-allowed;
        opacity: 0.7;
    }
.insider-select-empty {
        padding: 12px;
        color: #8D9A98;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
    }
.insider-nda-field {
        min-width: 0;
    }
.insider-nda-field .insider-checkbox-grid {
        grid-template-columns: minmax(0, 1fr);
    }
.insider-nda-content {
        display: block;
        width: 100%;
        height: 160px;
        box-sizing: border-box;
        margin-bottom: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 12px 14px;
        border: 1px solid #D1DBD9;
        border-radius: 8px;
        background: #fff;
        color: #38454A;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0;
        opacity: 1;
        scrollbar-color: rgba(97, 110, 115, 0.95) rgba(219, 224, 224, 0.9);
        scrollbar-width: thin;
    }
.insider-nda-content,
    .insider-nda-content * {
        max-width: 100%;
        box-sizing: border-box;
    }
.insider-nda-content:focus-visible {
        outline: none;
        box-shadow: 0 0 0 2px rgba(79, 166, 163, 0.18);
    }
.insider-nda-loading {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #667D7D;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
.insider-nda-error {
        color: #A13D36;
    }
.insider-nda-content * {
        color: inherit !important;
        letter-spacing: inherit !important;
    }
.insider-nda-content p, .insider-nda-content ul, .insider-nda-content ol {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important;
    }
.insider-nda-content p, .insider-nda-content ul, .insider-nda-content ol {
        word-wrap: anywhere;
    }
.insider-nda-content p[style*="text-indent:-.25in"],
    .insider-nda-content p[style*="text-indent:-0.25in"] {
        --insider-nda-marker-width: .25in;
    }
.insider-nda-content p[style*="text-indent:-.5in"],
    .insider-nda-content p[style*="text-indent:-0.5in"] {
        --insider-nda-marker-width: .5in;
    }
.insider-nda-content p[style*="text-indent:-.25in"] > span:first-child,
    .insider-nda-content p[style*="text-indent:-0.25in"] > span:first-child,
    .insider-nda-content p[style*="text-indent:-.5in"] > span:first-child,
    .insider-nda-content p[style*="text-indent:-0.5in"] > span:first-child {
        text-indent: 0 !important;
    }
.insider-nda-content p[style*="text-indent:-.25in"] > span:first-child,
    .insider-nda-content p[style*="text-indent:-0.25in"] > span:first-child,
    .insider-nda-content p[style*="text-indent:-.5in"] > span:first-child,
    .insider-nda-content p[style*="text-indent:-0.5in"] > span:first-child {
        display: inline-block;
        width: var(--insider-nda-marker-width);
        overflow: hidden;
        vertical-align: top;
        white-space: nowrap;
    }
.insider-nda-content p:last-child {
        margin-bottom: 0 !important;
    }
.insider-nda-content ul:last-child {
        margin-bottom: 0 !important;
    }
.insider-nda-content ol:last-child {
        margin-bottom: 0 !important;
    }
.insider-nda-content ul, .insider-nda-content ol {
        padding-left: 16px !important;
    }
.insider-nda-content a {
        color: #1A616E !important;
    }
.insider-nda-content a {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
.insider-nda-content strong {
        font-weight: 600;
    }
.insider-nda-content::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
.insider-nda-content::-webkit-scrollbar-track {
        margin: 12px 0;
        border-radius: 3px;
        background: rgba(219, 224, 224, 0.9);
    }
.insider-nda-content::-webkit-scrollbar-thumb {
        height: 46px;
        min-height: 46px;
        border-radius: 3px;
        background: rgba(97, 110, 115, 0.95);
    }
.insider-checkbox-fieldset {
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
.insider-checkbox-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 28px;
        -moz-column-gap: 28px;
             column-gap: 28px;
        grid-row-gap: 10px;
        row-gap: 10px;
    }
.insider-checkbox-label {
        position: relative;
        display: flex;
        min-width: 0;
        align-items: flex-start;
        color: #1E1E1E;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0;
        cursor: pointer;
    }
.insider-checkbox-label-disabled {
        cursor: not-allowed;
    }
.insider-checkbox-input {
        position: absolute;
        width: 16px;
        height: 16px;
        margin: 0;
        opacity: 0;
    }
.insider-checkbox-mark {
        position: relative;
        display: inline-flex;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin-top: 3px;
        margin-right: 12px;
        border: 1px solid #757575;
        border-radius: 4px;
        background: transparent;
        opacity: 1;
        transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
    }
.insider-checkbox-mark::after {
        content: '';
        width: 8px;
        height: 5px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        opacity: 0;
        transform: rotate(-45deg) translateY(-1px);
        transition: opacity 150ms ease;
    }
.insider-checkbox-text {
        min-width: 0;
        color: #1E1E1E;
    }
.insider-checkbox-input:checked + .insider-checkbox-mark {
        border-color: #4FA6A3;
        background: #4FA6A3;
    }
.insider-checkbox-input:checked + .insider-checkbox-mark::after {
        opacity: 1;
    }
.insider-checkbox-input:focus-visible + .insider-checkbox-mark {
        box-shadow: 0 0 0 2px rgba(79, 166, 163, 0.32);
    }
.insider-checkbox-input:disabled + .insider-checkbox-mark,
    .insider-checkbox-input:disabled ~ .insider-checkbox-text {
        cursor: not-allowed;
        opacity: 0.55;
    }
.insider-submit-button {
        display: flex;
        width: 100%;
        height: 48px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-sizing: border-box;
        padding: 12px;
        border: 1px solid #2C2C2C;
        border-radius: 8px;
        background: #2C2C2C;
        color: #fff;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        transition: background-color 150ms ease, border-color 150ms ease, opacity 150ms ease;
    }
.insider-submit-button:hover:not(:disabled),
    .insider-submit-button:focus-visible:not(:disabled) {
        border-color: #111;
        background: #111;
        outline: none;
    }
.insider-submit-button:disabled {
        cursor: wait;
        opacity: 0.72;
    }
.insider-result-card {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 8px;
        box-sizing: border-box;
        padding: 10px 14px;
        border-radius: 10px;
        opacity: 1;
    }
.insider-result-field {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 8px;
    }
.insider-result-field-label {
        margin: 0;
        color: #1E1E1E;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0;
    }
.insider-status-title {
        margin: 0;
        color: #FAB547;
        font-family: 'BarlowCondensed', sans-serif;
        font-family: var(--font-barlow-condensed);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
    }
.insider-result-copy {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 0;
    }
.insider-result-label {
        margin: 0;
        color: #1E1E1E;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0;
    }
.insider-result-emphasis {
        margin: 0;
        color: #0D5C52;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0;
    }
.insider-result-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: auto;
    }
.insider-result-button {
        display: inline-flex;
        width: 100%;
        height: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        box-sizing: border-box;
        padding: 0 16px;
        border: 0;
        border-radius: 8px;
        color: #fff;
        font-family: 'Barlow', sans-serif;
        font-family: var(--font-barlow);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
        transition: filter 150ms ease, transform 150ms ease;
    }
.insider-result-button:hover,
    .insider-result-button:focus-visible {
        filter: brightness(0.94);
        outline: none;
    }
.insider-result-button svg {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
.insider-result-button span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.traier-button  .stripe-sweep-mask{
		height: 0;
		transition: all 0.3s;
	}
.traier-button:hover .stripe-sweep-mask{
		height: 100%;
	}
video[poster] {
		-o-object-position: top;
		   object-position: top;
	}
.About {
  position: relative;
  display: flex;
  min-height: 493px;
  flex-direction: column;
  gap: 1rem;
  padding-top: 64px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
		background: url('/nau_assets/images/about/about_bg.webp') center/cover no-repeat;
}
.FAQ {
  position: relative;
  min-height: 1018px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 96px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .FAQ {
    min-height: 794px;
  }
}
.FAQ {
		background:
			linear-gradient(rgba(55, 37, 60, 0.8), rgba(55, 37, 60, 0.8)),
			url('/nau_assets/images/faq/faq_bg.webp') 50% / cover no-repeat;

		background-position: center;
	}
.FAQ-Question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: NotoSans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, 1);
  color: rgba(238, 238, 238, var(--tw-text-opacity, 1));
}
.FAQ-Answer {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, 1);
  color: rgba(238, 238, 238, var(--tw-text-opacity, 1));
}
.Subscription {
  position: relative;
  min-height: 455px;
  padding-top: 96px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .Subscription {
    min-height: 384px;
  }
}
.Subscription {
		background:
			linear-gradient(to right, rgba(137,31,29,0.50196), 0%, transparent 20%),
			url('/nau_assets/images/subscription/bg.webp') 50% / cover no-repeat;
	}
#footer-social-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
@media (min-width: 768px) {

  #footer-social-media {
    display: flex;
  }
}
#footer-social-media {
		gap:10px !important;
	}
/* stripe button start */
.stripe-sweep-mask {
		position: absolute;
		top: 0;
		left: 0%;
		width: 100%;
		height: 100%;
		
		
		background: linear-gradient(
		  -180deg,
		  var(--stripe-color-strong) 0%,
		  var(--stripe-color-medium) 50%,
		  var(--stripe-color-weak) 100%
		);
		
		-webkit-mask: 
		linear-gradient(
		  to right, 
		  transparent 0%,
		  var(--stripe-color-weak)  20%,
		  var(--stripe-color-strong) 50%,
		  var(--stripe-color-weak)  80%,
		  transparent 100%),
		  repeating-linear-gradient(
			to bottom,
			var(--stripe-color-medium) 0,
			var(--stripe-color-medium) '3px',
			transparent '3px',
			transparent '7px'
		  );
		
		        mask: 
		linear-gradient(
		  to right, 
		  transparent 0%,
		  var(--stripe-color-weak)  20%,
		  var(--stripe-color-strong) 50%,
		  var(--stripe-color-weak)  80%,
		  transparent 100%),
		  repeating-linear-gradient(
			to bottom,
			var(--stripe-color-medium) 0,
			var(--stripe-color-medium) '3px',
			transparent '3px',
			transparent '7px'
		  );
		
		mask: 
		linear-gradient(
		  to right, 
		  transparent 0%,
		  var(--stripe-color-weak)  20%,
		  var(--stripe-color-strong) 50%,
		  var(--stripe-color-weak)  80%,
		  transparent 100%),
		  repeating-linear-gradient(
			to bottom,
			var(--stripe-color-medium) 0,
			var(--stripe-color-medium) var(--stripe-height, '3px'),
			transparent var(--stripe-height, '3px'),
			transparent var(--stripe-gap-stop, '7px')
		  );
		-webkit-mask: 
		  linear-gradient(
		  to right, 
		  transparent 0%,
		  var(--stripe-color-weak)  20%,
		  var(--stripe-color-strong) 50%,
		  var(--stripe-color-weak)  80%,
		  transparent 100%),
		  repeating-linear-gradient(
			to bottom,
			var(--stripe-color-medium) 0,
			var(--stripe-color-medium) '3px',
			transparent '3px',
			transparent '7px'
		  );
		-webkit-mask: 
		  linear-gradient(
		  to right, 
		  transparent 0%,
		  var(--stripe-color-weak)  20%,
		  var(--stripe-color-strong) 50%,
		  var(--stripe-color-weak)  80%,
		  transparent 100%),
		  repeating-linear-gradient(
			to bottom,
			var(--stripe-color-medium) 0,
			var(--stripe-color-medium) var(--stripe-height, '3px'),
			transparent var(--stripe-height, '3px'),
			transparent var(--stripe-gap-stop, '7px')
		  );
		mask-composite: intersect;
		-webkit-mask-composite: source-in;
		animation: solid-sweep var(--animation-style) ;
		animation-play-state: running;
		pointer-events: none;
	  }
@media (hover: hover) {
		.stripe-sweep-button:hover .stripe-sweep-mask{
			animation-play-state:paused;
		} 
	  }
.stripe-sweep-button:active .stripe-sweep-mask{
		animation-play-state:paused;
	}
@keyframes solid-sweep {
		0% {
		  transform: translateX(-100%);
		}
		100% {
		  transform: translateX(100%);
		}
	  }
/* stripe button end */
/* scroll indicator start */
@keyframes IndicatorCircleMove {
		0%{
			transform: translateY(0) scale(1);
			opacity: 1;
		}

		12% {
			transform: translateY(-3px) scale(1.1);
			opacity: 1;
		}

		70% {
			opacity: 1;
		}

		100% {
			transform: translateY(29.17px) scale(0.4);
			opacity: 0;
		}
	}
.indicator-animation-circle{
	  transform-box: fill-box;
	  transform-origin: center;
	  animation: IndicatorCircleMove 1.8s infinite linear;
	}
/* scroll indicator end */
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0\.4rem\] {
  bottom: 0.4rem;
}
.bottom-\[48px\] {
  bottom: 48px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\.3rem\] {
  left: 0.3rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-\[0\.3rem\] {
  right: 0.3rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-\[0\.1rem\] {
  top: 0.1rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[48\%\] {
  top: 48%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[382\/22\] {
  aspect-ratio: 382/22;
}
.aspect-\[450\/22\] {
  aspect-ratio: 450/22;
}
.aspect-\[47\.3\/59\.5\] {
  aspect-ratio: 47.3/59.5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[6\.375rem\] {
  height: 6.375rem;
}
.h-full {
  height: 100%;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[calc\(100vh-56px\)\] {
  min-height: calc(100vh - 56px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-\[1040px\] {
  width: 1040px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[312px\] {
  width: 312px;
}
.w-\[47\.3px\] {
  width: 47.3px;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100vw-60px\)\] {
  width: calc(100vw - 60px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.\!max-w-\[100rem\] {
  max-width: 100rem !important;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[510px\] {
  max-width: 510px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), -1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  transform: translate(-30%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[6px\] {
  gap: 6px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#44A0A4\] {
  --tw-border-opacity: 1;
  border-color: rgba(68, 160, 164, 1);
  border-color: rgba(68, 160, 164, var(--tw-border-opacity, 1));
}
.border-\[\#DBE3E0\] {
  --tw-border-opacity: 1;
  border-color: rgba(219, 227, 224, 1);
  border-color: rgba(219, 227, 224, var(--tw-border-opacity, 1));
}
.border-\[\#a01010\] {
  --tw-border-opacity: 1;
  border-color: rgba(160, 16, 16, 1);
  border-color: rgba(160, 16, 16, var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.\!bg-\[var\(--neutral-surface-container-lowest\)\] {
  background-color: var(--neutral-surface-container-lowest) !important;
}
.bg-\[\#00030C\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 3, 12, 1);
  background-color: rgba(0, 3, 12, var(--tw-bg-opacity, 1));
}
.bg-\[\#0B1925\] {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 25, 37, 1);
  background-color: rgba(11, 25, 37, var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FAF7\] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 247, 1);
  background-color: rgba(248, 250, 247, var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF8EA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 248, 234, 1);
  background-color: rgba(253, 248, 234, var(--tw-bg-opacity, 1));
}
.bg-\[\#a01010\] {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 16, 16, 1);
  background-color: rgba(160, 16, 16, var(--tw-bg-opacity, 1));
}
.bg-\[lightgray\] {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, 1);
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(255\2c 254\2c 246\2c 0\.95\)\] {
  background-color: rgba(255,254,246,0.95);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  background-color: rgba(255,255,255,0.08);
}
.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-success\/success {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 86, 0, 1);
  background-color: rgba(7, 86, 0, var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-success\/success {
  background-image: #44A570;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-neutral\/text\/subtitle {
  fill: #10EBAC;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-0 {
  padding: 0px !important;
}
.p-8 {
  padding: 2rem;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[clamp\(2px\2c 2\.5vw\2c 8px\)\] {
  padding: max(2px, min(2.5vw, 8px));
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.text-center {
  text-align: center;
}
.font-marcellus {
  font-family: Marcellus, sans-serif;
}
.font-marcellus-sc {
  font-family: Marcellus SC, sans-serif;
}
.font-noto-sans {
  font-family: NotoSans, sans-serif;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-none {
  line-height: 1;
}
.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgba(30, 30, 30, 1);
  color: rgba(30, 30, 30, var(--tw-text-opacity, 1));
}
.text-\[\#596E70\] {
  --tw-text-opacity: 1;
  color: rgba(89, 110, 112, 1);
  color: rgba(89, 110, 112, var(--tw-text-opacity, 1));
}
.text-\[\#667D7D\] {
  --tw-text-opacity: 1;
  color: rgba(102, 125, 125, 1);
  color: rgba(102, 125, 125, var(--tw-text-opacity, 1));
}
.text-\[\#66D8DD\] {
  --tw-text-opacity: 1;
  color: rgba(102, 216, 221, 1);
  color: rgba(102, 216, 221, var(--tw-text-opacity, 1));
}
.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgba(195, 195, 195, 1);
  color: rgba(195, 195, 195, var(--tw-text-opacity, 1));
}
.text-\[\#E0BF8A\] {
  --tw-text-opacity: 1;
  color: rgba(224, 191, 138, 1);
  color: rgba(224, 191, 138, var(--tw-text-opacity, 1));
}
.text-\[\#E8E8E8\] {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, 1);
  color: rgba(232, 232, 232, var(--tw-text-opacity, 1));
}
.text-\[\#FAB547\] {
  --tw-text-opacity: 1;
  color: rgba(250, 181, 71, 1);
  color: rgba(250, 181, 71, var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\] {
  color: rgba(137,31,29,0.50);
}
.text-neutral\/text\/title {
  --tw-text-opacity: 1;
  color: rgba(232, 237, 235, 1);
  color: rgba(232, 237, 235, var(--tw-text-opacity, 1));
}
.text-text\/headline {
  --tw-text-opacity: 1;
  color: rgba(137, 31, 29, 1);
  color: rgba(137, 31, 29, var(--tw-text-opacity, 1));
}
.text-text\/headline2 {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 196, 1);
  color: rgba(255, 225, 196, var(--tw-text-opacity, 1));
}
.text-text\/info {
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0_4px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 8px 0 rgba(0,0,0,0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_22px_50px_0px_rgba\(0\2c 8\2c 13\2c 0\.38\)\] {
  --tw-shadow: 0px 22px 50px 0px rgba(0,8,13,0.38);
  --tw-shadow-colored: 0px 22px 50px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 22px 50px 0px rgba(0,8,13,0.38);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 4px 8px 0px rgba(0,0,0,0.50);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0px 8px 24px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 8px 24px rgba(0,0,0,0.8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[6px_6px_0px_0px_\#000\] {
  --tw-shadow: 6px 6px 0px 0px #000;
  --tw-shadow-colored: 6px 6px 0px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 6px 6px 0px 0px #000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[inset_0_0_var\(--Shadow-L\2c 16px\)_var\(--Shadow-S\2c 8px\)_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-shadow: inset 0 0 var(--Shadow-L,16px) var(--Shadow-S,8px) rgba(0,0,0,0.75);
  --tw-shadow-colored: inset 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 0 16px 8px rgba(0,0,0,0.75);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-\[0_0_0_\#10EBAC\] {
  --tw-drop-shadow: drop-shadow(0 0 0 #10EBAC);
  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) drop-shadow(0 0 0 #10EBAC);
  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);
}
.filter {
  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);
}
.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: blur(8px) 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);
  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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(4px) 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);
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-\[cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-news-btn {
		font-size: 20px;
		font-weight: 400;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
	}
@media (min-width: 768px) {
		font-size: 1.5rem;
	}
.text-home-content {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5rem;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
	}
.text-home-content-mobile {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5rem;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
	}
.text-first-level-title {
		font-size: 27px;
		font-weight: 400;
		line-height: 1.1;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
	}
@media (min-width: 768px) {
		.text-first-level-title {
			font-size: 2.25rem;
		}
	}
.trailer-section-level-title {
		color: #FFF;
		text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
		font-size: 31px;
		font-size: var(--Font-Size-L, 31px);
		font-style: normal;
		font-weight: 400;
		font-weight: var(--Font-Weight-Regular, 400);
		line-height: 38px;
		line-height: var(--Font-Line-height-L, 38px);
		text-transform: uppercase;
	}
.trailer-feature-background {
		background-image: var(--trailer-feature-background);
	}
@media (min-width: 1280px) {
		.trailer-feature-background {
			background-image: var(--trailer-feature-background-xl);
		}
	}
.trailer-section-level-desc {
		color: #D9F6F8;
		font-size: 20px;
		font-size: var(--Font-Size-2XS, 20px);
		font-style: normal;
		font-weight: 300;
		font-weight: var(--Font-Weight-Light, 300);
		line-height: 26px;
		line-height: var(--Font-Line-height-2XS, 26px);
	}
/* submit placeholder */
.py-18 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}
.placeholder\:font-medium::placeholder {
  font-weight: 500;
}
.placeholder\:text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\]::-moz-placeholder {
  color: rgba(137,31,29,0.50);
}
.placeholder\:text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\]::placeholder {
  color: rgba(137,31,29,0.50);
}
.backdrop\:bg-black\/95::backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}
@media (hover: hover) and (pointer: fine) {

  .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus-within .group-focus-within\:drop-shadow-\[0_0_4px_\#10EBAC\] {
  --tw-drop-shadow: drop-shadow(0 0 4px #10EBAC);
  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) drop-shadow(0 0 4px #10EBAC);
  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);
}
@media (hover: hover) and (pointer: fine) {

  .group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:underline {
    text-decoration-line: underline;
  }

  .group:hover .group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
.group:active .group-active\:fill-neutral\/text\/subtitle {
  fill: #10EBAC;
}
@media (min-width: 640px) {

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[185\/103\] {
    aspect-ratio: 185/103;
  }

  .md\:h-\[22px\] {
    height: 22px;
  }

  .md\:h-\[38px\] {
    height: 38px;
  }

  .md\:w-\[387px\] {
    width: 387px;
  }

  .md\:w-\[640px\] {
    width: 640px;
  }

  .md\:w-\[95px\] {
    width: 95px;
  }

  .md\:w-\[clamp\(400px\2c 100\%-120px\2c 80\%\)\] {
    width: clamp(400px,100% - 120px,80%);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[329px\] {
    max-width: 329px;
  }

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-\[72px\] {
    gap: 72px;
  }

  .md\:rounded-\[999px\] {
    border-radius: 999px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[29px\] {
    font-size: 29px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

	.md\:text-home-content {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5rem;
		font-family: 'LondrinaSolid', sans-serif;
		font-family: var(--font-lond);
	}
}
@media (min-width: 1090px) {

  .lg\:bottom-\[64px\] {
    bottom: 64px;
  }

  .lg\:bottom-\[82px\] {
    bottom: 82px;
  }

  .lg\:left-\[96px\] {
    left: 96px;
  }

  .lg\:right-\[59px\] {
    right: 59px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[688px\] {
    width: 688px;
  }

  .lg\:min-w-\[960px\] {
    min-width: 960px;
  }

  .lg\:max-w-\[453px\] {
    max-width: 453px;
  }

  .lg\:max-w-\[820px\] {
    max-width: 820px;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .lg\:gap-\[34px\] {
    gap: 34px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:pt-\[34px\] {
    padding-top: 34px;
  }

  .lg\:text-\[29px\] {
    font-size: 29px;
  }

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

  .lg\:leading-\[35px\] {
    line-height: 35px;
  }
}
@media (min-width: 1280px) {

  .xl\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1536px) {

  .\32xl\:bottom-\[80px\] {
    bottom: 80px;
  }

  .\32xl\:bottom-\[90px\] {
    bottom: 90px;
  }

  .\32xl\:right-\[81px\] {
    right: 81px;
  }

  .\32xl\:w-\[900px\] {
    width: 900px;
  }

  .\32xl\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .\32xl\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .\32xl\:pt-\[42px\] {
    padding-top: 42px;
  }

  .\32xl\:text-\[35px\] {
    font-size: 35px;
  }
}
.\[\&_a\]\:\!m-0 a {
  margin: 0px !important;
}
.\[\&_a\]\:\!p-\[5px\] a {
  padding: 5px !important;
}
.\[\&_a\]\:\!text-\[22px\] a {
  font-size: 22px !important;
}

