@charset "UTF-8";
/*
! 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: TGA, sans-serif; /* 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(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 46 52 / var(--tw-bg-opacity));
    text-shadow: none;
}
::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 46 52 / 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;
  font-family: "TGA", system-ui, sans-serif;
  font-weight: 500;
}

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

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

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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_cursor {
  display: none;
}
@media (min-width: 769px) {
  .site_cursor {
    position: fixed;
    background-color: #000;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: -7px;
    margin-top: -7px;
    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 var(--secondcolor);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site_cursor.cursor_hover {
  width: 40px;
  height: 40px;
}
.site_cursor.cursor_prev {
  background-color: transparent;
}
.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 {
  background-color: transparent;
}
.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_wrapper {
  overflow-x: hidden;
}

.header_grid {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 769px) {
  .header_grid{
    gap: 1rem;
    width: calc(100% - 4rem);
  }
}

.content_grid {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 769px) {
  .content_grid{
    gap: 1rem;
    width: calc(100% - 4rem);
  }
}

.image_grid {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .image_grid{
    gap: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: calc(100% - 4rem);
  }
}
.image_grid .spacer {
  display: none;
}
@media (min-width: 769px) {
  .image_grid .spacer {
    display: flex;
  }
}

.section {
  position: relative;
}

.scroll_container {
  position: relative;
  left: 0;
  transition: left 1s;
  min-height: 100vh;
}
.scroll_container.active {
  filter: blur(40px);
}

.content_wrapper ul {
  margin: 0 0 2rem;
  padding: 0;
}
.content_wrapper ul li {
  padding: 0 0 0 3rem;
  position: relative;
}
.content_wrapper ul li:before {
  content: "—";
  position: absolute;
  left: 0;
}

.full_video_wrapper {
  width: 100%;
  height: 100%;
}
.full_video_wrapper .swiper-slide {
  height: 100dvh;
}
.full_video_wrapper .header_grid {
  bottom: 0;
}
.full_video_wrapper .video {
  width: 100%;
  height: 100%;
  /* ensure slide always matches the visible viewport height */
  height: 100vh !important; /* fallback */
  height: 100dvh !important; /* dynamic VH */
  height: 100svh !important; /* small VH (visible area) */
  min-height: 100vh !important;
  min-height: 100dvh !important;
  min-height: 100svh !important;
}
@media (min-width: 769px) {
  .full_video_wrapper .video {
    max-width: 70vw;
  }
}
.full_video_wrapper .video.active {
  opacity: 1;
  z-index: 1; /* Bring active video to the front */
}
.full_video_wrapper .video video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

/* Mobile-specific tweaks for the homepage video carousel */
@media (max-width: 767px) {
  .full_video_wrapper {
    /* ensure container itself uses viewport height that stays within visible area */
    height: 100vh !important; /* fallback */
    height: 100dvh !important; /* dynamic VH */
    height: 100svh !important; /* small VH, avoids toolbar overlap */
    min-height: 100vh !important;
    min-height: 100dvh !important;
    min-height: 100svh !important;
  }
  .full_video_wrapper.swiper-container {
    height: 100vh !important;
    height: 100dvh !important;
    height: 100svh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    min-height: 100svh !important;
  }
  .full_video_wrapper .swiper-wrapper {
    height: 100% !important;
  }
  .full_video_wrapper .swiper-slide {
    /* ensure slide always matches the dynamic viewport height */
    height: 100dvh !important;
    min-height: 100dvh !important;
    display: flex;
    flex-direction: column;
    justify-content: center; /* center content vertically */
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .full_video_wrapper .video {
    /* leave room for the title panel at the bottom and centre the video */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; /* horizontally center the video */
    /* subtract the title panel height and the browser safe-area inset */
    height: calc(100svh - var(--title-panel-height, 88px) - env(safe-area-inset-bottom, 0px));
    max-height: calc(100svh - var(--title-panel-height, 88px) - env(safe-area-inset-bottom, 0px));
  }
  .full_video_wrapper .video video {
    -o-object-fit: contain;
       object-fit: contain; /* keep video centered and fully visible */
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
  }
  .full_video_wrapper .header_grid {
    position: absolute;
    left: 0;
    /* keep the title above browser toolbars using safe-area inset */
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    width: 100%;
    z-index: 30;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.85));
    padding: 0.75rem 1rem;
    box-sizing: border-box;
    max-height: 45vh; /* allow the title block to take up to 45% of the viewport */
    overflow-y: auto; /* allow slight scrolling of the title/content */
    -webkit-overflow-scrolling: touch;
  }
  .full_video_wrapper .video_controls {
    top: 0; /* lift controls above the title panel */
  }
  .full_video_wrapper .video_title {
    font-size: 1.05rem;
    line-height: 1.25;
    margin: 0 0 1rem 0; /* 1rem space below title */
    color: #111;
  }
}
/* Fallback for browsers that don't support 100dvh */
@supports not (height: 100dvh) {
  @media (max-width: 767px) {
    .full_video_wrapper,
    .full_video_wrapper .swiper-slide {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
}
#prevVideo {
  cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ4IDMyLjYiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC42LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCA3MDkpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJMYXllcl8xIj4KICAgICAgPHJlY3QgeD0iMjMuNiIgeT0iLjciIHdpZHRoPSIuNyIgaGVpZ2h0PSIzMS44Ii8+CiAgICAgIDxwb2x5Z29uIHBvaW50cz0iNDAuMyAxNi41IDM5LjggMTcgMjQgMS4yIDguMiAxNyA3LjcgMTYuNSAyNCAuMiA0MC4zIDE2LjUiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg=="), auto;
}

/* Desktop: make prev/next controls visible and clickable */
@media (min-width: 768px) {
  .video_controls {
    pointer-events: auto;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .video_controls button {
    background: transparent;
    border: 0;
    padding: 0.5rem 1rem;
    cursor: pointer;
    pointer-events: auto;
    height: 100%;
  }
}
.hero_title {
  background: linear-gradient(to right, rgba(170, 213, 41, 0), rgba(170, 213, 4, 0)), linear-gradient(to right, rgb(170, 213, 41), rgb(170, 213, 4));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: background-size 400ms;
}
.hero_title:hover {
  background-size: 0 0.1em, 100% 0.1em;
}
.hero_title:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

.copy_container ul {
  list-style: disc;
  padding: 0 0 0 20px;
}
.copy_container ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.copy_container a {
  text-decoration: underline;
}

.article-copy ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

.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%;
}

.horizontal-marquee {
  overflow: hidden;
  position: relative;
}

.marquee-group {
  display: flex;
  animation: scroll 10s linear infinite;
}

.marquee-group span {
  flex: none;
  padding: 0 1rem;
  font-size: 1.2rem;
  line-height: 60px; /* align with container height */
}

/* Adjust the translateX value to 100% of .marquee-group width */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.image_scroller_section {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .image_scroller_section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.image_scroller_track {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  will-change: transform;
}

.image_wrap, .spacer {
  flex: 0 0 50vw; /* 4 images per view */
  max-width: 50vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .image_wrap, .spacer {
    flex: 0 0 25vw;
    max-width: 25vw;
  }
}

.image_wrap img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion_item .vert_line {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.accordion_item.open .vert_line {
  transform: rotate(90deg);
}

.accordion_item .title{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.accordion_item:first-of-type .title{
  padding-top: 0px;
}

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

.header{
  --tw-text-opacity: 1;
  color: rgb(51 46 52 / var(--tw-text-opacity));
  width: 100vw;
  display: flex;
  align-items: center;
  position: fixed;
}
@media (min-width: 769px) {
  .header {
    position: relative;
  }
}
.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: none;
}
@media (min-width: 769px) {
  .header .menu_link:before {
    content: "OPEN";
    position: absolute;
    top: -120%;
    width: 100%;
    height: 32px;
    transition: top 0.35s;
    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: "";
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.5s;
}
.nav.active {
  opacity: 1;
  pointer-events: all;
}
.nav ul {
  margin-bottom: 0 !important;
}
.nav ul:hover li a{
  --tw-text-opacity: 1;
  color: rgb(233 228 224 / var(--tw-text-opacity));
}
.nav ul li {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 0.75rem;
}
.nav ul li a {
  font-size: 32px;
  line-height: 32px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.35s;
}
@media (min-width: 769px) {
  .nav ul li a {
    font-size: 64px;
    line-height: 52px;
  }
}
.nav ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(51 46 52 / var(--tw-text-opacity));
}
.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;
}

.button{
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
}
.button .button_text {
  position: relative;
}
.button .button_text:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9E4E0;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
.button .button_cross {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  width: 1rem;
  height: 1rem;
}
.button:hover .button_cross {
  transform: rotate(90deg);
}
.button:hover .button_text:after {
  bottom: 0;
  opacity: 1;
}

.text_link {
  transition: color 0.3s ease;
}
.text_link:hover {
  color: #8E898A;
}

.slide_image_wrapper {
  width: 100%;
  height: 100%;
  max-width: 70vw;
  max-height: 70vh;
}
.slide_image_wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.info_block {
  right: -150%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 100dvh;
  z-index: 100;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  transition: right 1s;
}
@media (min-width: 769px) {
  .info_block {
    width: 33.33%;
    right: -50%;
  }
}
.info_block.active {
  right: 0;
}
.info_block .close_panel{
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}
.info_block .info_grid{
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 1rem;
}
@media (min-width: 769px) {
  .info_block .info_grid {
    padding: 2rem;
  }
}

.study_wrapper {
  right: 0;
  transition: right 1.5s;
}
.study_wrapper.active {
  right: 10%;
}

.info_button {
  right: 2rem;
  transition: right 1s;
}
.info_button.active {
  right: calc(33.33% - 5rem);
}

.case_study_slider,
.case_study_slider .swiper-wrapper,
.case_study_slider .swiper-slide,
.study_wrapper {
  height: 100dvh;
  min-height: 0 !important;
  box-sizing: border-box;
  /* Remove any conflicting height: auto or min-height: 100% */
}

/* Prevent the page from scrolling while interacting with fullpage sliders */
body.no-scroll {
  overflow: hidden;
  /* removed touch-action: none to allow Swiper touch gestures on mobile */
}

.carousel-viewport {
  width: 100vw;
  height: 100dvh;
  position: relative;
  z-index: 10;
  background: #fff;
  overflow: hidden;
}

.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"] *)).sm{
  font-size: 16px;
  line-height: 20px;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm.font-normal{
  font-weight: 400;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).norm_sm{
  font-size: 24px;
  line-height: 30px;
}

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

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).video_title.font-normal{
  font-weight: 400;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).md_upper{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-transform: uppercase;
}

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

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg{
  font-size: 32px;
  line-height: 40px;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl{
  font-size: 64px;
  line-height: 56px;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button{
  font-size: 24px;
  font-weight: 300;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg{
  font-size: 32px;
  line-height: 40px;
}

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

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm.font-normal{
  font-weight: 400;
}

.prose-mobile :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 64px;
  line-height: 56px;
  letter-spacing: -0.2em;
  margin-bottom: 2rem;
}

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

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2rem;
  font-family: TGA;
  font-weight: 300;
}

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

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm.font-normal{
  font-weight: 400;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).video_title{
  font-size: 18px;
  line-height: 20px;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).video_title.font-normal{
  font-weight: 400;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).norm_sm{
  font-size: 14px;
  line-height: 18px;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).md_upper{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-transform: uppercase;
}

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

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg{
  font-size: 24px;
  line-height: 28px;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl{
  font-size: 32px;
  line-height: 36px;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button{
  font-size: 16px;
  font-weight: 300;
}

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

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm{
  font-size: 16px;
  line-height: 20px;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm.font-normal{
  font-weight: 400;
}

.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: 20px;
  line-height: 24px;
  margin-bottom: 2rem;
  font-family: TGA;
  font-weight: 300;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.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;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-6{
  margin-bottom: 1.5rem !important;
}
.\!mb-8{
  margin-bottom: 2rem !important;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-12{
  margin-right: 3rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-land{
  aspect-ratio: 4 / 3;
}
.h-1\/2{
  height: 50%;
}
.h-4{
  height: 1rem;
}
.h-\[25rem\]{
  height: 25rem;
}
.h-\[650px\]{
  height: 650px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-60{
  max-height: 15rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.grow-0{
  flex-grow: 0;
}
.basis-auto{
  flex-basis: auto;
}
.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));
}
.grid-cols-8{
  grid-template-columns: repeat(8, 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;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.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(51 46 52 / var(--tw-border-opacity));
}
.border-grey-100{
  --tw-border-opacity: 1;
  border-color: rgb(233 228 224 / var(--tw-border-opacity));
}
.bg-grey-50{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 230 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-none{
  fill: none;
}
.fill-white{
  fill: #ffffff;
}
.stroke-black{
  stroke: #332E34;
}
.stroke-none{
  stroke: none;
}
.stroke-1{
  stroke-width: 1;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.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-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-12{
  padding-right: 3rem;
}
.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-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.font-normal{
  font-weight: 400;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(51 46 52 / var(--tw-text-opacity));
}
.text-grey-100{
  --tw-text-opacity: 1;
  color: rgb(233 228 224 / var(--tw-text-opacity));
}
.text-grey-200{
  --tw-text-opacity: 1;
  color: rgb(175 179 172 / var(--tw-text-opacity));
}
.text-grey-50{
  --tw-text-opacity: 1;
  color: rgb(237 233 230 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 64px;
    line-height: 56px;
    letter-spacing: -0.2em;
    margin-bottom: 2rem;
  }
  .md\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 2rem;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 2rem;
    font-family: TGA;
    font-weight: 300;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm{
    font-size: 16px;
    line-height: 20px;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm.font-normal{
    font-weight: 400;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).norm_sm{
    font-size: 24px;
    line-height: 30px;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).video_title{
    font-size: 16px;
    line-height: 20px;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).video_title.font-normal{
    font-weight: 400;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).md_upper{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    font-weight: 500;
    text-transform: uppercase;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).md{
    font-size: 24px;
    line-height: 32px;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg{
    font-size: 32px;
    line-height: 40px;
  }
  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl{
    font-size: 64px;
    line-height: 56px;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).button{
    font-size: 24px;
    font-weight: 300;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg{
    font-size: 32px;
    line-height: 40px;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm{
    font-size: 16px;
    line-height: 20px;
  }
  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm.font-normal{
    font-weight: 400;
  }
  .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: 24px;
    line-height: 30px;
    margin-bottom: 2rem;
    font-family: TGA;
    font-weight: 300;
  }
}
.first-of-type\:border-none:first-of-type{
  border-style: none;
}
.last-of-type\:border-b-0:last-of-type{
  border-bottom-width: 0px;
}
@media (min-width: 768px){
  .md\:left-auto{
    left: auto;
  }
  .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-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .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-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:col-start-5{
    grid-column-start: 5;
  }
  .md\:\!mb-32{
    margin-bottom: 8rem !important;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:h-\[60vh\]{
    height: 60vh;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-\[450px\]{
    max-height: 450px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:\!pb-8{
    padding-bottom: 2rem !important;
  }
  .md\:\!pt-32{
    padding-top: 8rem !important;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-48{
    padding-bottom: 12rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pt-26{
    padding-top: 6.5rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-44{
    padding-top: 11rem;
  }
  .md\:pt-48{
    padding-top: 12rem;
  }
  .md\:text-right{
    text-align: right;
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
}
