/*
! tailwindcss v3.3.5 | 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.
6. Use the user's configured `sans` font-variation-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 */
  font-variation-settings: normal; /* 6 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
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] {
  display: none;
}
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-light-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-medium-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-black-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-black-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-lightitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-lightitalic-webfont.woff") format("woff");
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-regularitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-regularitalic-webfont.woff") format("woff");
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-mediumitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-mediumitalic-webfont.woff") format("woff");
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-bolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-bolditalic-webfont.woff") format("woff");
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: "TGA";
    src: url("/wp-content/themes/timgroom/assets/webfonts/tga-blackitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/timgroom/assets/webfonts/tga-blackitalic-webfont.woff") format("woff");
    font-weight: 800;
    font-style: italic;
  }
  .skip_item {
    left: -999em;
    position: absolute;
    width: 990em;
    z-index: 999;
  }
  ::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(23 25 50 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-shadow: none;
}
  ::selection {
  --tw-text-opacity: 1;
  color: rgb(23 25 50 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-shadow: none;
}
  h1 {
    will-change: transform;
    text-rendering: optimizeSpeed;
  }
  h3 {
    will-change: transform;
    text-rendering: optimizeSpeed;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

*, ::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: 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-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: 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:  ;
}
html {
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

*,
html,
body,
iframe {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "arboria", sans-serif;
  cursor: pointer;
}
@media (min-width: 769px) {
  *,
  html,
  body,
  iframe {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=="), none !important;
  }
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.no-scroll {
  overflow: hidden;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  height: auto;
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site_wrapper {
  overflow-x: hidden;
}

.lineParent {
  overflow: hidden;
}

.sound_buttons {
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  z-index: 20;
}
@media (min-width: 769px) {
  .sound_buttons {
    bottom: 2rem;
    right: 2rem;
  }
}
.sound_buttons .mute_button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(120 205 209 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
@media (min-width: 769px) {
  .sound_buttons .mute_button {
    width: 65px;
    height: 65px;
  }
}
.sound_buttons .mute_button .muted_lines.hidden, .sound_buttons .mute_button .muted_cross.hidden {
  display: none;
}

.watch_button {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(120 205 209 / var(--tw-bg-opacity));
  padding: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.skip_item {
  left: -999em;
  position: absolute;
  width: 990em;
  z-index: 999;
}

.header {
  z-index: 50;
  height: 5rem;
  width: 100%;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 50 / var(--tw-bg-opacity));
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
}
@media (min-width: 769px) {
  .header {
    justify-content: flex-start;
    position: relative;
    top: auto;
  }
}
.header .header_logo p {
  position: relative;
  height: 32px;
  overflow: hidden;
  width: 100%;
}
.header .menu_link {
  position: relative;
  overflow: hidden;
  height: 32px;
  width: 50px;
}
@media (min-width: 769px) {
  .header .menu_link {
    width: 90px;
  }
}
.header .menu_link:before {
  content: "OPEN";
  position: absolute;
  top: -120%;
  right: 0;
  width: 100%;
  height: 32px;
  transition: top 0.35s;
}
@media (min-width: 769px) {
  .header .menu_link:before {
    right: auto;
    left: 0;
  }
}
.header .menu_link:after {
  content: "MENU";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 32px;
  transition: top 0.35s;
}
@media (min-width: 769px) {
  .header .menu_link:after {
    right: auto;
    left: 0;
  }
}
.header .menu_link:hover:before {
  top: 0;
}
.header .menu_link:hover:after {
  top: 100%;
}
.header .menu_link.active:before {
  content: "CLOSE";
  top: 0;
}
.header .menu_link.active:after {
  content: "";
}

.footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 50 / var(--tw-bg-opacity));
  padding-bottom: 5rem;
}

@media (min-width: 768px) {

  .footer {
    padding-bottom: 0px;
  }
}
.footer .footer_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 3.5rem;
}
.footer .footer_top .footer_logo {
  width: 300px;
  margin-bottom: 48px;
}
.footer .footer_top .footer_roundel {
  margin-top: 48px;
  width: 80px;
}
.footer .footer_base {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer .footer_base p {
  margin-bottom: 0;
}
.footer .footer_link {
  position: relative;
}
.footer .footer_link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #78CDD1;
  transition: width 0.35s;
}
.footer .footer_link:hover:after {
  width: 100%;
}

@media (min-width: 769px) {
  .site_cursor {
    position: fixed;
    --tw-bg-opacity: 1;
    background-color: rgb(120 205 209 / var(--tw-bg-opacity));
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, -webkit-clip-path;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
    transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path, -webkit-clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
  }
}
.site_cursor.cursor_hover {
  width: 40px;
  height: 40px;
}
.site_cursor.cursor_prev {
  border-radius: 9999px;
  width: 7rem;
  height: 5rem;
}
.site_cursor.cursor_prev .prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_cursor.cursor_prev .prev svg {
  width: 25px;
  height: 25px;
}
.site_cursor .prev {
  display: none;
}
.site_cursor.cursor_next {
  border-radius: 9999px;
  width: 7rem;
  height: 5rem;
}
.site_cursor.cursor_next .next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_cursor.cursor_next .next svg {
  width: 25px;
  height: 25px;
}
.site_cursor .next {
  display: none;
}
.site_cursor.cursor_link {
  border-radius: 9999px;
  width: 5rem;
  height: 5rem;
}
.site_cursor.cursor_link .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_cursor.cursor_link .link svg {
  width: 25px;
  height: 25px;
}
.site_cursor .link {
  display: none;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* Ensure the iframe fills the parent if needed */
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.nav {
  position: fixed;
  left: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 50 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

  .nav {
    width: 5rem;
  }
}

.nav {
  bottom: 0;
  height: 70px;
}
@media (min-width: 769px) {
  .nav {
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 80px;
    bottom: auto;
    padding-bottom: 0;
  }
}
.nav ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {

  .nav ul {
    flex-direction: column;
  }
}
.nav ul {
  margin-top: 10px;
}
.nav ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 0.625rem;
  transition: background-color 0.35s;
}
.nav ul li a svg {
  width: 20px;
}
.nav ul li a svg path {
  transition: fill 0.35s;
}
.nav ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 205 209 / var(--tw-bg-opacity));
}
.nav ul li a:hover svg path {
  fill: #171932;
}
.nav ul li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(120 205 209 / var(--tw-bg-opacity));
}
.nav ul li.active a svg path {
  fill: #171932;
}
.nav ul li.has_sub {
  position: relative;
}
.nav ul li.has_sub ul {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 50 / var(--tw-bg-opacity));
  position: absolute;
  left: 80px;
  top: 0;
  z-index: -1;
  margin-bottom: 0;
  padding: 0;
  display: none;
}
.nav ul li.has_sub ul li {
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.nav ul li.has_sub ul li a {
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 1rem 2rem;
}
.nav ul li.has_sub ul li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(122 124 142 / var(--tw-text-opacity));
}
.nav ul li.has_sub:hover ul {
  display: block;
}
.nav ul li.has_sub:hover ul li a {
  opacity: 1;
}
.nav ul li.current-menu-item a span {
  position: relative;
}
.nav ul li.current-menu-item a span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub_nav {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 50 / var(--tw-bg-opacity));
  position: fixed;
  bottom: -100%;
  left: 0;
  height: auto;
  width: 100%;
  max-width: 640px;
  padding: 1rem 1rem 6rem 1rem;
  display: flex;
  flex-direction: column;
  transition: bottom 1s;
  z-index: 39;
}
@media (min-width: 769px) {
  .sub_nav {
    top: 5rem;
    left: -60%;
    height: calc(100vh - 5rem);
    padding: 3rem;
    transition: left 1s;
  }
}
.sub_nav.active {
  bottom: 0;
}
@media (min-width: 769px) {
  .sub_nav.active {
    left: 80px;
  }
}
.sub_nav ul li {
  margin-bottom: 1rem;
}
.sub_nav ul li a {
  font-size: 25px;
  line-height: 33px;
  position: relative;
}
.sub_nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #78CDD1;
  transition: width 0.35s;
}
.sub_nav ul li:hover a:after {
  width: 100%;
}
@media (min-width: 769px) {
  .sub_nav[data-nav=explore] {
    padding-top: 6.5rem;
  }
  .sub_nav[data-nav=discover] {
    padding-top: 12.5rem;
  }
}

.discovery_nav {
  display: none;
}
@media (min-width: 769px) {
  .discovery_nav {
    display: block;
    margin-left: auto;
  }
}
.discovery_nav ul {
  display: flex;
  height: 100%;
  align-items: center;
  margin-bottom: 0;
  gap: 1rem;
  margin-right: 3rem;
}
.discovery_nav ul li {
  margin-bottom: 0;
}
.discovery_nav ul li a {
  position: relative;
}
.discovery_nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #78CDD1;
  transition: width 0.35s;
}
.discovery_nav ul li:hover a:after {
  width: 100%;
}
.discovery_nav ul li.current_page_item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #78CDD1;
}

.menu_map {
  max-width: 350px;
  margin-top: auto;
}

.info_link {
  margin-top: auto;
  margin-bottom: 2rem;
}
.info_link button {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(169 177 199 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 15 35 / var(--tw-text-opacity));
}

.site_wrapper {
  overflow-x: hidden;
}

.section {
  position: relative;
}

.scroll_container {
  position: relative;
  min-height: calc(100vh - 80px);
}
@media (min-width: 769px) {
  .scroll_container {
    padding-left: 5rem;
  }
}
.scroll_container.no_padding {
  padding-top: 0px;
}

.content_grid {
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {

  .content_grid {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.content_wrapper.explore_content_wrapper {
  height: calc(100vh - 80px);
}

.hero {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {

  .hero {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.hero {
  position: relative;
}
.hero .hero_image {
  grid-column: span 12 / span 12;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(122 124 142 / var(--tw-bg-opacity));
  height: 370px;
}
.hero .hero_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero_video {
  position: relative;
  grid-column: span 12 / span 12;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(122 124 142 / var(--tw-bg-opacity));
  height: 370px;
}
.hero .hero_video video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.hero .hero_image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 35 / var(--tw-bg-opacity));
  z-index: 10;
}

.intro {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {

  .intro {
    padding-bottom: 13rem;
  }
}

.image_wrapper {
  border-radius: 0.625rem;
  overflow: hidden;
}

.img_cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_wrapper_file {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.video_wrapper_file video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.video_wrapper_file .poster {
  opacity: 1;
  transition: opacity 0.5s;
}
.video_wrapper_file .poster.hidden {
  opacity: 0;
}
.video_wrapper_file .play_button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.video_wrapper_file .play_button.hidden {
  opacity: 0;
  visibility: hidden;
}
.video_wrapper_file .play_button .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 1px;
}
.video_wrapper_file:hover .play_button {
  opacity: 1;
  visibility: visible;
}

.modal_video_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}
.modal_video_wrapper.active {
  display: flex;
}
.modal_video_wrapper .modal_video {
  width: 80%;
  height: 80%;
  max-width: 1200px;
  max-height: 800px;
  position: relative;
}
.modal_video_wrapper .modal_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modal_video_wrapper .close_button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
}
.modal_video_wrapper .close_button:hover {
  color: #ccc;
}

.home_intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 35 / var(--tw-bg-opacity));
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_intro .home_intro_anim {
  width: 50%;
  max-width: 300px;
}

.slide_block {
  /* This ensures the block can extend and be pinned */
  width: 100%;
  max-width: none; /* remove any max-width constraints */
  overflow: visible; /* or at least not hidden horizontally */
  margin-bottom: 7rem;
}

.slides_container {
  display: flex;
  flex-wrap: nowrap;
  /* No width here; let children define total width. */
  /* Then style .slide_cover inside if needed */
}
.slides_container .full_slide, .slides_container .half_slide {
  /* Force each child not to shrink and to take up that width. */
  flex: 0 0 auto;
}
.slides_container .full_slide {
  width: 100%;
  height: calc(96vh - 80px);
  overflow: hidden;
}
.slides_container .half_slide {
  width: 100%;
  height: calc(96vh - 80px);
  overflow: hidden;
  padding: 0 0 0 0;
}
@media (min-width: 1025px) {
  .slides_container .half_slide {
    width: 50vw;
    padding: 0 10vw 0 0;
  }
}
.slides_container .slide_cover {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.slides_container .centered {
  display: flex;
  align-items: center;
}
.slides_container .copy_wrapper {
  padding: 2rem;
}
@media (min-width: 768px) {

  .slides_container .copy_wrapper {
    padding: 5rem;
  }
}
.slides_container .image_wrapper {
  height: 150%;
  width: 150%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slides_container .image_wrapper img {
  width: 100%;
}

.image_grid {
  position: relative;
}
.image_grid .image_1 {
  grid-column: span 3 / span 3;
  grid-column-start: 4;
}
.image_grid .image_2 {
  grid-column: span 2 / span 2;
  grid-column-start: 10;
}
.image_grid .image_3 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
}
.image_grid .image_4 {
  grid-column: span 1 / span 1;
  grid-column-start: 8;
}
.image_grid .image_5 {
  grid-column: span 3 / span 3;
  grid-column-start: 10;
}
.image_grid .image_6 {
  grid-column: span 4 / span 4;
  grid-column-start: 1;
}
.image_grid .image_7 {
  grid-column: span 2 / span 2;
  grid-column-start: 7;
}
.image_grid .grid_text_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.squeeze_images {
  position: relative;
  height: 100vh;
}
.squeeze_images .squeeze_image_1 {
  position: absolute;
  width: 40%;
}
.squeeze_images .squeeze_image_2 {
  position: absolute;
  width: 40%;
}
.squeeze_images .squeeze_image_3 {
  position: absolute;
  width: 40%;
}
.squeeze_images .squeeze_image_4 {
  position: absolute;
  width: 40%;
}
.squeeze_images .grid_text_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.overlap_cards .overlap_card {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 205 209 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {

  .overlap_cards .overlap_card {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.overlap_cards .overlap_card {
  min-height: 100vh;
}

.link_block {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .link_block {
    margin-bottom: 3rem;
  }
}
.link_block .block_image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {

  .link_block .block_image {
    aspect-ratio: 1 / 1;
  }
}
.link_block .block_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
.link_block .block_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {

  .link_block .block_overlay {
    padding: 2rem;
  }
}
.link_block .block_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.link_block:hover .block_image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.link_block_discover {
  opacity: 0;
  visibility: hidden;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .link_block_discover {
    margin-bottom: 3rem;
  }
}
.link_block_discover .block_image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {

  .link_block_discover .block_image {
    aspect-ratio: 1 / 1;
  }
}
.link_block_discover .block_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
.link_block_discover .block_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {

  .link_block_discover .block_overlay {
    padding: 2rem;
  }
}
.link_block_discover .block_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.link_block_discover:hover .block_image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.quote_image .quote_image_image {
  width: 150%;
}

.content_wrapper.carousel {
  overflow-x: hidden;
}

.media_carousel .swiper-slide .video_wrapper_file .video_control .play_button {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: opacity 0.75s ease, visibility 0.75s ease, transform 0.75s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.media_carousel .swiper-slide .video_wrapper_file .video_control .play_button .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 1px;
}
.media_carousel .swiper-slide-active .video_wrapper_file .video_control .play_button {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.media_carousel .swiper-slide-active .video_wrapper_file .video_control .play_button .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 1px;
}

.statistic_block .letter_build .lineParent {
  overflow: hidden;
}
.statistic_block .letter_build .lineParent div {
  font-family: bebas-neue-pro, sans-serif;
}

.line_roll .lineParent {
  overflow: hidden;
  z-index: 1;
}
.line_roll .lineParent div {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 175px);
}

.hero_title {
  opacity: 0;
  visibility: hidden;
}
.hero_title .split-child {
  opacity: 0;
  visibility: hidden;
}
.hero_title .lineParent {
  overflow: hidden;
  z-index: 1;
}

.intro_text {
  opacity: 0;
  visibility: hidden;
}

/**
 * Info Video Modal
 */
.info_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.info_video.active {
  opacity: 1;
  visibility: visible;
}
.info_video .info_video_overlay {
  position: relative;
  width: 90%;
  height: 90%;
  border-radius: 8px;
  overflow: hidden;
}
.info_video .info_video_overlay .info_video_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.info_video .info_video_overlay .info_video_content .info_video_wrapper {
  width: 100%;
  height: 100%;
}
.info_video .info_video_overlay .info_video_content .info_video_wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.info_link .info_toggle {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(169 177 199 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 15 35 / var(--tw-text-opacity));
  position: relative;
  z-index: 10000;
}
.info_link .info_toggle .info_question,
.info_link .info_toggle .info_close {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.info_link .info_toggle .info_close {
  line-height: 1;
}
.info_link .info_toggle .hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .info_video .info_video_overlay {
    width: 95%;
    height: 80%;
  }
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
  font-size: 200px;
  line-height: 200px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: bebas-neue-pro;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 2rem;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 14px;
  line-height: 20px;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).stat {
  font-size: 35px;
  line-height: 45px;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).review {
  font-size: 20px;
  line-height: 28px;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).shoutout {
  font-size: 107px;
  line-height: 140px;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).shoutout-sm {
  font-size: 67px;
  line-height: 88px;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button {
  font-size: 25px;
  line-height: 33px;
}
.prose-mobile :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 1rem;
}
.prose-mobile :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-of-type {
  margin-bottom: 0;
}
.prose-mobile :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 1rem;
}
.prose-mobile :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 1rem;
}
.prose-mobile :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1rem;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
  font-size: 130px;
  line-height: 130px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: bebas-neue-pro;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 2rem;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 14px;
  line-height: 20px;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).stat {
  font-size: 35px;
  line-height: 45px;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).review {
  font-size: 20px;
  line-height: 28px;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).shoutout {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
}
.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).shoutout-sm {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0;
}
.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 24px;
}
.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button {
  font-size: 22px;
  line-height: 28px;
}
.prose-mobile :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 2rem;
}
.prose-mobile :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
}
.pointer-events-auto {
  pointer-events: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[10\%\] {
  right: 10%;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1\/2 {
  height: 50%;
}
.h-20 {
  height: 5rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5 {
  width: 1.25rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-full {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(13 15 35 / var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(169 177 199 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 35 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 25 50 / var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(169 177 199 / var(--tw-bg-opacity));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(120 205 209 / var(--tw-bg-opacity));
}
.fill-grey-100 {
  fill: #A9B1C7;
}
.fill-none {
  fill: none;
}
.fill-white {
  fill: #ffffff;
}
.stroke-black {
  stroke: #0D0F23;
}
.stroke-none {
  stroke: none;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(13 15 35 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(36 39 72 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(23 25 50 / var(--tw-text-opacity));
}
.text-grey-100 {
  --tw-text-opacity: 1;
  color: rgb(169 177 199 / var(--tw-text-opacity));
}
.text-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(122 124 142 / var(--tw-text-opacity));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(120 205 209 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-25 {
  opacity: 0.25;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {

  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 1rem;
  }

  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-of-type {
    margin-bottom: 0;
  }

  .md\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 43px;
    line-height: 56px;
    margin-bottom: 1rem;
  }

  .md\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1rem;
  }

  .md\:prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 1rem;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: bebas-neue-pro;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 2rem;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
    font-size: 14px;
    line-height: 20px;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).stat {
    font-size: 35px;
    line-height: 45px;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).review {
    font-size: 20px;
    line-height: 28px;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).shoutout {
    font-size: 107px;
    line-height: 140px;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).shoutout-sm {
    font-size: 67px;
    line-height: 88px;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 18px;
    line-height: 28px;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button {
    font-size: 25px;
    line-height: 33px;
  }

  .md\:prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 2rem;
  }

  .md\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2rem;
  }

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

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:left-auto {
    left: auto;
  }

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

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

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

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

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

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

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

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

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

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

  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }
}
