/*
! tailwindcss v3.2.7 | 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: currentColor;
  /* 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.
*/

html {
  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, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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]) {
  -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. 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-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;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

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

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

.z-\[-1\] {
  z-index: -1;
}

.z-\[1\] {
  z-index: 1;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.mb-auto {
  margin-bottom: auto;
}

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/0\.6\] {
  aspect-ratio: 1/0.6;
}

.aspect-\[1\/1\.33\] {
  aspect-ratio: 1/1.33;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[390px\] {
  min-height: 390px;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[28vw\] {
  max-width: 28vw;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-y-\[10\%\] {
  --tw-translate-y: 10%;
  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));
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-light_purple {
  --tw-bg-opacity: 1;
  background-color: rgb(227 212 254 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 100 50 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(100 50 200 / var(--tw-bg-opacity));
}

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pr-0 {
  padding-right: 0px;
}

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

.pr-4 {
  padding-right: 1rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(100 50 200 / var(--tw-text-opacity));
}

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

/* vars */

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

span, h1, h2, h3, p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  background-color: black;
}

.size-1 {
  font-size: max(min(56px, (3.889vw) + 0px), 48px);
  line-height: 1.15;
}

.size-1.font-2-normal, .size-1.font-2-bold {
  padding-top: 0.3em;
}

.size-2 {
  font-size: max(min(52px, (3.611vw) + 0px), 40px);
  line-height: 1.15;
}

.size-2.font-2-normal, .size-2.font-2-bold {
  padding-top: 0.3em;
}

.size-3 {
  font-size: max(min(32px, (2.222vw) + 0px), 32px);
  line-height: 1;
}

.size-3.font-2-normal, .size-3.font-2-bold {
  padding-top: 0.3em;
}

.size-4 {
  font-size: max(min(24px, (1.667vw) + 0px), 24px);
  line-height: 1.33;
}

.size-4.font-2-normal, .size-4.font-2-bold {
  padding-top: 0.3em;
}

.size-5 {
  font-size: max(min(18px, (1.25vw) + 0px), 16px);
  line-height: 1.33;
}

.size-5.font-2-normal, .size-5.font-2-bold {
  padding-top: 0.3em;
}

.size-6 {
  font-size: max(min(14px, (0.972vw) + 0px), 14px);
  line-height: 1.15;
}

.size-6.font-2-normal {
  padding-top: 0.3em;
}

.size-6.font-2-bold {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.font-1-bold {
  font-family: meno-banner, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.font-1-normal {
  font-family: meno-banner, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.font-2-bold {
  font-family: parabolica, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
}

.font-2-normal {
  font-family: parabolica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.font-3-normal {
  font-family: "active", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.paddingTop200px {
  padding-top: 200px;
}

.paddingBottom200px {
  padding-bottom: 200px;
}

.marginTop200px {
  margin-top: 200px;
}

.marginBottom200px {
  margin-bottom: 200px;
}

.marginY200px {
  margin-top: 200px;
  margin-bottom: 200px;
}

.paddingY200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.paddingTop160px {
  padding-top: 160px;
}

.paddingBottom160px {
  padding-bottom: 160px;
}

.marginTop160px {
  margin-top: 160px;
}

.marginBottom160px {
  margin-bottom: 160px;
}

.marginY160px {
  margin-top: 160px;
  margin-bottom: 160px;
}

.paddingY160px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.paddingTop130px {
  padding-top: 130px;
}

.paddingBottom130px {
  padding-bottom: 130px;
}

.marginTop130px {
  margin-top: 130px;
}

.marginBottom130px {
  margin-bottom: 130px;
}

.marginY130px {
  margin-top: 130px;
  margin-bottom: 130px;
}

.paddingY130px {
  padding-top: 130px;
  padding-bottom: 130px;
}

.paddingTop80px {
  padding-top: 80px;
}

.paddingBottom80px {
  padding-bottom: 80px;
}

.marginTop80px {
  margin-top: 80px;
}

.marginBottom80px {
  margin-bottom: 80px;
}

.marginY80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.paddingY80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paddingTop40px {
  padding-top: 40px;
}

.paddingBottom40px {
  padding-bottom: 40px;
}

.marginTop40px {
  margin-top: 40px;
}

.marginBottom40px {
  margin-bottom: 40px;
}

.marginY40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paddingY40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddingTop32px {
  padding-top: 32px;
}

.paddingBottom32px {
  padding-bottom: 32px;
}

.marginTop32px {
  margin-top: 32px;
}

.marginBottom32px {
  margin-bottom: 32px;
}

.marginY32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.paddingY32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.paddingTop16px {
  padding-top: 16px;
}

.paddingBottom16px {
  padding-bottom: 16px;
}

.marginTop16px {
  margin-top: 16px;
}

.marginBottom16px {
  margin-bottom: 16px;
}

.marginY16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.paddingY16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.paddingTop8px {
  padding-top: 8px;
}

.paddingBottom8px {
  padding-bottom: 8px;
}

.marginTop8px {
  margin-top: 8px;
}

.marginBottom8px {
  margin-bottom: 8px;
}

.marginY8px {
  margin-top: 8px;
  margin-bottom: 8px;
}

.paddingY8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.paddingTop6px {
  padding-top: 6px;
}

.paddingBottom6px {
  padding-bottom: 6px;
}

.marginTop6px {
  margin-top: 6px;
}

.marginBottom6px {
  margin-bottom: 6px;
}

.marginY6px {
  margin-top: 6px;
  margin-bottom: 6px;
}

.paddingY6px {
  padding-top: 6px;
  padding-bottom: 6px;
}

.paddingLeft175px {
  padding-left: 175px;
}

.paddingRight175px {
  padding-right: 175px;
}

.marginLeft175px {
  margin-left: 175px;
}

.marginRight175px {
  margin-right: 175px;
}

.marginX175px {
  margin-right: 175px;
  margin-left: 175px;
}

.paddingX175px {
  padding-right: 175px;
  padding-left: 175px;
}

.paddingLeft130px {
  padding-left: 130px;
}

.paddingRight130px {
  padding-right: 130px;
}

.marginLeft130px {
  margin-left: 130px;
}

.marginRight130px {
  margin-right: 130px;
}

.marginX130px {
  margin-right: 130px;
  margin-left: 130px;
}

.paddingX130px {
  padding-right: 130px;
  padding-left: 130px;
}

.paddingLeft16px {
  padding-left: 16px;
}

.paddingRight16px {
  padding-right: 16px;
}

.marginLeft16px {
  margin-left: 16px;
}

.marginRight16px {
  margin-right: 16px;
}

.marginX16px {
  margin-right: 16px;
  margin-left: 16px;
}

.paddingX16px {
  padding-right: 16px;
  padding-left: 16px;
}

.paddingLeft24px {
  padding-left: 24px;
}

.paddingRight24px {
  padding-right: 24px;
}

.marginLeft24px {
  margin-left: 24px;
}

.marginRight24px {
  margin-right: 24px;
}

.marginX24px {
  margin-right: 24px;
  margin-left: 24px;
}

.paddingX24px {
  padding-right: 24px;
  padding-left: 24px;
}

.paddingLeft32px {
  padding-left: 32px;
}

.paddingRight32px {
  padding-right: 32px;
}

.marginLeft32px {
  margin-left: 32px;
}

.marginRight32px {
  margin-right: 32px;
}

.marginX32px {
  margin-right: 32px;
  margin-left: 32px;
}

.paddingX32px {
  padding-right: 32px;
  padding-left: 32px;
}

.paddingX13P {
  padding-left: 13%;
  padding-right: 13%;
}

.paddingX13P.pr-0 {
  padding-right: 0;
}

#heroVideo {
  min-width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (max-width: 991px) {
  #heroVideo {
    min-height: auto;
  }
}

.container-fluid {
  padding-left: max(min(135px, (9.375vw) + 0px), 16px);
  padding-right: max(min(135px, (9.375vw) + 0px), 16px);
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ignore-container {
  margin-left: calc(min((100vw - 1440px) / 2 * -1, 0px) + min(max(-135px, (-9.375vw) + 0px), -16px));
  margin-right: calc(min((100vw - 1440px) / 2 * -1, 0px) + min(max(-135px, (-9.375vw) + 0px), -16px));
}

@media (max-width: 991px) {
  .ignore-container {
    margin-left: calc(min((100vw - 1440px) / 2 * -1, 0px) - 16px);
    margin-right: calc(min((100vw - 1440px) / 2 * -1, 0px) - 16px);
  }
}

input::-webkit-input-placeholder {
  color: white;
}

input:-moz-placeholder {
  color: white;
}

.input-wrapper {
  background-color: #FF6432;
  border-bottom: 1px solid white;
  width: 100%;
  display: flex;
  align-items: end;
  padding-top: 24px;
  padding-bottom: 8px;
}

.input-wrapper span {
  padding-right: 16px;
}

.input-wrapper input, .input-wrapper select {
  background-color: #FF6432;
  height: 40px;
  width: 100%;
  color: white;
  outline: none;
  border: none;
}

.input-wrapper select {
  width: 100%;
}

.input-wrapper.drop-down input {
  cursor: pointer;
  outline: none;
  border: none;
}

.input-wrapper.drop-down ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 72px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.input-wrapper.drop-down ul li {
  padding: 15px;
  border-bottom: 1px solid #6432C8;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: black;
}

.input-wrapper.drop-down ul li input {
  width: 15px;
  margin-right: 10px;
  color: white;
}

.input-wrapper.drop-down ul li:first-child {
  border-top: 1px solid #6432C8;
}

.auto-slider-slide {
  width: 100%;
  max-width: 560px;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  opacity: 0;
  transform: translateY(75px);
}

.auto-slider-slide .imageContainer {
  transition: transform 0.3s ease-out 0s;
}

.auto-slider-slide .imageContainer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 10;
}

.auto-slider-slide:hover .imageContainer {
  transform: scale(1.05);
}

.auto-slider-slide .logo {
  max-height: 64px;
}

.auto-slider-slide .logo.larger {
  max-height: 80px;
}

@media (max-width: 570px) {
  .auto-slider-slide {
    padding-top: 71%;
    height: auto;
  }
}

.auto-slider-slide:nth-child(10) {
  transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
}

.auto-slider-slide:nth-child(9) {
  transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
}

.auto-slider-slide:nth-child(8) {
  transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
}

.auto-slider-slide:nth-child(7) {
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
}

.auto-slider-slide:nth-child(6) {
  transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
}

.auto-slider-slide:nth-child(5) {
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
}

.auto-slider-slide:nth-child(4) {
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}

.auto-slider-slide:nth-child(3) {
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}

.auto-slider-slide:nth-child(2) {
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}

.auto-slider-slide:nth-child(1) {
  transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
}

.is-inview .auto-slider-slide {
  opacity: 1;
  transform: translateY(0);
}

.splide__arrow {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #FF6432;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 15;
  top: 50%;
  transition: transform 0.3s ease-out 0s;
}

.splide__arrow.splide__arrow--prev {
  left: 32px;
}

.splide__arrow.splide__arrow--prev:hover:not(:disabled) {
  transform: scale(1.2);
}

.splide__arrow.splide__arrow--prev:disabled {
  opacity: 0.7;
}

.splide__arrow.splide__arrow--next {
  right: 32px;
}

.splide__arrow.splide__arrow--next:hover:not(:disabled) {
  transform: scale(1.2);
}

.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.7;
}

.mirror {
  transform: rotateZ(180deg);
}

.image-wrapper {
  width: 100%;
  max-width: 720px;
  height: 480px;
  display: flex;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
  transition: 0.6s;
}

.image-wrapper.active {
  z-index: 1001;
  pointer-events: none;
}

.image-wrapper.active .back {
  pointer-events: auto;
}

@media (max-width: 720px) {
  .image-wrapper {
    padding-top: 66%;
    height: auto;
  }

  .image-wrapper img.logo {
    max-width: 50% !important;
  }
}

.cursorContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  z-index: 10;
}

.image-slides .splide__track {
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 2;
}

@media (max-width: 991px) {
  .image-slides .splide__track {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.card:hover {
  cursor: pointer;
}

.back:hover {
  cursor: auto !important;
}

.image-slides:not(.card-active) .card:hover .card-side.front {
  transform: rotate(3deg);
}

.black-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  z-index: 0;
  display: flex;
  justify-content: right;
}

.black-bg.active {
  opacity: 1;
  pointer-events: all;
}

.black-bg::before {
  opacity: 1;
}

.black-bg img {
  height: 40px;
  margin-right: 20px;
  margin-top: 20px;
  cursor: pointer;
  pointer-events: none;
}

.card {
  perspective: 1000px;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 720px) {
  .card {
    width: 80%;
    height: 80%;
    top: 10%;
  }
}

.card .front {
  transform: rotateY(0deg);
  backface-visibility: hidden;
  transition: transform 0.6s;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (max-width: 991px) {
  .card .front {
    box-shadow: none;
  }
}

.card .front img:not(.logo) {
  outline: 8px solid white;
}

.card .front::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 0;
}

.card .back {
  position: absolute;
  top: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: transform 0.6s;
  background-color: white;
  padding: 0 50px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}

.card::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  z-index: 10;
  opacity: 0;
  transition: 0.6s;
}

.card.blackBg::before {
  transition: 0.6s;
}

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

.custom-cursor > div {
  background: #6432C8;
  border-radius: 50%;
  pointer-events: none;
  margin-left: -45px;
  margin-top: -45px;
  transition: transform 0.4s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  height: 90px;
  width: 90px;
  transform: scale(0);
}

.custom-cursor.openCursor > div {
  transform: scale(1);
}

@media (max-width: 991px) {
  .custom-cursor {
    transform: scale(0) !important;
  }
}

:root {
  --padding-sides: 2rem;
  --padding-row: 1rem;
  --color-row-border: #F7C891;
  --color-bg-row-hover: #6432C8;
  --image-gap: 1vw;
  --image-gap-large: 2vw;
  --img-size: 5vw;
  --img-size-large: 14vw;
}

@media screen and (min-width: 61em) {
  :root {
    --padding-sides: 4rem;
    --padding-row: 2rem;
  }
}

.menuAnimation .oh {
  position: relative;
  overflow: hidden;
}

.menuAnimation .oh__inner {
  will-change: transform;
  display: inline-block;
}

.menuAnimation .unbutton {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

.menuAnimation .unbutton:focus {
  outline: none;
}

.menuAnimation .cover {
  background: var(--color-bg-row-hover);
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  position: fixed;
  left: 0;
  will-change: height, top;
}

.menuAnimation .content {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--color-row-border);
}

.menuAnimation .row {
  z-index: 1;
  display: grid;
  position: relative;
  cursor: pointer;
  grid-template-rows: var(--img-size);
  grid-template-columns: auto 1fr;
  grid-column-gap: 5vw;
  align-items: center;
  padding: var(--padding-row) var(--padding-sides);
  border-top: 1px solid var(--color-row-border);
  transition: background-color 0s ease-out, border-color 0s ease-out;
}

@media (max-width: 991px) {
  .menuAnimation .row {
    grid-template-columns: auto;
    padding: 24px;
  }
}

.menuAnimation .row:hover {
  background-color: var(--color-bg-row-hover);
}

.menuAnimation .row--current {
  z-index: 11;
  transition: border-color 0s ease-out;
  border-top: 1px solid var(--color-bg-row-hover);
}

.menuAnimation .cell {
  position: relative;
}

.menuAnimation .cell__title,
.menuAnimation .preview__item-title {
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.menuAnimation .cell__title {
  display: grid;
  grid-template-rows: 100% 100%;
}

.menuAnimation .cell--images {
  align-content: center;
  justify-content: end;
  margin-left: auto;
}

@media (max-width: 991px) {
  .menuAnimation .cell--images {
    opacity: 0;
    height: 0;
  }
}

.menuAnimation .cell__img {
  display: grid;
  position: relative;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  will-change: transform, opacity;
  opacity: 0;
  width: 5vw;
  height: 100%;
}

.menuAnimation .cell__img-inner {
  background-size: cover;
  background-position: 50% 50%;
  aspect-ratio: 1;
  width: 100%;
}

.menuAnimation .preview {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 200;
}

.menuAnimation .preview__close {
  position: absolute;
  top: 40px;
  right: 40px;
  line-height: 1;
  padding: 8px;
  cursor: pointer;
  opacity: 0;
}

.menuAnimation .preview__close--show {
  pointer-events: auto;
}

.menuAnimation .preview__item {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: scroll;
  padding: 0;
}

.menuAnimation .preview__item--current {
  pointer-events: auto;
  height: 100vh;
  opacity: 1;
}

.menuAnimation .menuImageContainer .cell__img {
  width: 100%;
}

.mapContainer {
  width: 100%;
  padding-top: 68%;
  position: relative;
}

.mapContainer .mapToggles {
  transition: transform 0.3s ease-out 0s;
}

.mapContainer .mapToggles:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .mapContainer .mapToggles {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mapContainer .mapToggles span {
    font-size: 10px;
    text-transform: uppercase;
  }
}

.mapMobileToggles {
  width: auto;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mapMobileToggles.first {
  margin-left: 16px;
}

.splide__pagination, .pagination {
  padding-top: 12px;
  padding-left: 0;
}

.splide__pagination li:not(:first-child), .pagination li:not(:first-child) {
  padding-left: 6px;
}

.splide__pagination li .splide__pagination__page, .pagination li .splide__pagination__page {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #6432C8;
  outline: none;
}

.splide__pagination li .splide__pagination__page.is-active, .pagination li .splide__pagination__page.is-active {
  background-color: #6432C8;
}

.autoScrollSplide .splide__pagination__page.is-active {
  background-color: #FF6432 !important;
}

@media (max-width: 991px) {
  .paddingTop200px {
    padding-top: 100px;
  }

  .paddingBottom200px {
    padding-bottom: 100px;
  }

  .marginTop200px {
    margin-top: 100px;
  }

  .marginBottom200px {
    margin-bottom: 100px;
  }

  .marginY200px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .paddingY200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paddingTop160px {
    padding-top: 80px;
  }

  .paddingBottom160px {
    padding-bottom: 80px;
  }

  .marginTop160px {
    margin-top: 80px;
  }

  .marginBottom160px {
    margin-bottom: 80px;
  }

  .marginY160px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .paddingY160px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paddingTop130px {
    padding-top: 65px;
  }

  .paddingBottom130px {
    padding-bottom: 65px;
  }

  .marginTop130px {
    margin-top: 65px;
  }

  .marginBottom130px {
    margin-bottom: 65px;
  }

  .marginY130px {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .paddingY130px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .paddingTop80px {
    padding-top: 40px;
  }

  .paddingBottom80px {
    padding-bottom: 40px;
  }

  .marginTop80px {
    margin-top: 40px;
  }

  .marginBottom80px {
    margin-bottom: 40px;
  }

  .marginY80px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paddingY80px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paddingTop40px {
    padding-top: 20px;
  }

  .paddingBottom40px {
    padding-bottom: 20px;
  }

  .marginTop40px {
    margin-top: 20px;
  }

  .marginBottom40px {
    margin-bottom: 20px;
  }

  .marginY40px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paddingY40px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paddingTop32px {
    padding-top: 16px;
  }

  .paddingBottom32px {
    padding-bottom: 16px;
  }

  .marginTop32px {
    margin-top: 16px;
  }

  .marginBottom32px {
    margin-bottom: 16px;
  }

  .marginY32px {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .paddingY32px {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .paddingTop16px {
    padding-top: 8px;
  }

  .paddingBottom16px {
    padding-bottom: 8px;
  }

  .marginTop16px {
    margin-top: 8px;
  }

  .marginBottom16px {
    margin-bottom: 8px;
  }

  .marginY16px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .paddingY16px {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paddingTop8px {
    padding-top: 4px;
  }

  .paddingBottom8px {
    padding-bottom: 4px;
  }

  .marginTop8px {
    margin-top: 4px;
  }

  .marginBottom8px {
    margin-bottom: 4px;
  }

  .marginY8px {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .paddingY8px {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .paddingTop6px {
    padding-top: 3px;
  }

  .paddingBottom6px {
    padding-bottom: 3px;
  }

  .marginTop6px {
    margin-top: 3px;
  }

  .marginBottom6px {
    margin-bottom: 3px;
  }

  .marginY6px {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .paddingY6px {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .paddingLeft175px {
    padding-left: 87.5px;
  }

  .paddingRight175px {
    padding-right: 87.5px;
  }

  .marginLeft175px {
    margin-left: 87.5px;
  }

  .marginRight175px {
    margin-right: 87.5px;
  }

  .marginX175px {
    margin-right: 87.5px;
    margin-left: 87.5px;
  }

  .paddingX175px {
    padding-right: 87.5px;
    padding-left: 87.5px;
  }

  .paddingLeft130px {
    padding-left: 65px;
  }

  .paddingRight130px {
    padding-right: 65px;
  }

  .marginLeft130px {
    margin-left: 65px;
  }

  .marginRight130px {
    margin-right: 65px;
  }

  .marginX130px {
    margin-right: 65px;
    margin-left: 65px;
  }

  .paddingX130px {
    padding-right: 65px;
    padding-left: 65px;
  }

  .paddingLeft16px {
    padding-left: 8px;
  }

  .paddingRight16px {
    padding-right: 8px;
  }

  .marginLeft16px {
    margin-left: 8px;
  }

  .marginRight16px {
    margin-right: 8px;
  }

  .marginX16px {
    margin-right: 8px;
    margin-left: 8px;
  }

  .paddingX16px {
    padding-right: 8px;
    padding-left: 8px;
  }

  .paddingLeft24px {
    padding-left: 12px;
  }

  .paddingRight24px {
    padding-right: 12px;
  }

  .marginLeft24px {
    margin-left: 12px;
  }

  .marginRight24px {
    margin-right: 12px;
  }

  .marginX24px {
    margin-right: 12px;
    margin-left: 12px;
  }

  .paddingX24px {
    padding-right: 12px;
    padding-left: 12px;
  }

  .paddingLeft32px {
    padding-left: 16px;
  }

  .paddingRight32px {
    padding-right: 16px;
  }

  .marginLeft32px {
    margin-left: 16px;
  }

  .marginRight32px {
    margin-right: 16px;
  }

  .marginX32px {
    margin-right: 16px;
    margin-left: 16px;
  }

  .paddingX32px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paddingX13P {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

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

@media (min-width: 992px) {
  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }
}

/*# sourceMappingURL=style.css.map */