/*
Theme Name: ITS Anime Theme
Author: ITS Anime
Version: 1.0.0
Text Domain: its-anime-theme
*/

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  background-color: #080808;
}

body {
  font-family: Montserrat, sans-serif;
  position: relative;
  background-color: #080808;
  color: #ffffff;
}

body.is-drawer-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("assets/images/pt/pt-noize.png") repeat;
  background-size: 65px 65px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.is-page-background-ready::before {
  opacity: 0.3;
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background-image:
      url("assets/images/pt/pt-halftone-left.png"),
      url("assets/images/pt/pt-halftone-right.png");
  background-position:
      left top,
      right top;
  background-repeat: repeat-y, repeat-y;
  background-size:
      288px 865px,
      288px 865px;
  transition: opacity 0.2s ease;
}

body.is-page-background-ready::after {
  opacity: 1;
}

body > * {
  position: relative;
  z-index: 1;
}

.h3-title {
  font-weight: bold;
  font-size: 48px;
}

@media (max-width: 1023px) {
  .h3-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .h3-title {
    font-size: 32px;
  }
}

.h3-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 6px;
  background-color: #d2d801;
}

@media (max-width: 1023px) {
  .h3-title::after {
    width: 48px;
  }
}

.section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(calc(80 / 14.4 * 1vw), 80px);
}

@media (max-width: 767px) {
  .section-container {
    max-width: 500px;
    padding: 0 min(calc(20 / 3.9 * 1vw), 20px);
  }
}

.gradient-border {
  position: relative;
  border: 0;
}

.gradient-border::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--gradient-border-width, 1px);
  border-radius: inherit;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.25) 50%,
      rgba(255, 255, 255, 0.8) 100%
    );
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hover-scale-pop:hover {
  animation: hover-scale-pop 0.18s ease-out;
}

.active-scale-pop:active {
  animation: hover-scale-pop 0.18s ease-out;
}

.site-header-wrapper {
  transition: background-color 0.3s ease;
}

.site-header-wrapper.is-drawer-open {
  background-color: rgba(0, 0, 0, 0.8);
}

.site-header-menu-toggle {
  position: relative;
  justify-content: center;
  width: 30px;
  height: 13px;
}

.site-header-menu-toggle span {
  transform-origin: center;
  transition:
      transform 0.3s ease,
      opacity 0.3s ease;
}

.site-header-wrapper.is-drawer-open
    .site-header-menu-toggle
    span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.site-header-wrapper.is-drawer-open .site-header-menu-toggle span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.site-header-mobile-nav {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      visibility 0s linear 0.35s;
}

.site-header-wrapper.is-drawer-open .site-header-mobile-nav {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      visibility 0s;
}

@keyframes hover-scale-pop {
  50% {
    transform: scale(1.1);
  }
}

.carousel-slide {
  position: relative;
}

.carousel-swiper {
  opacity: 0;
}

.carousel-swiper.swiper-initialized {
  opacity: 1;
  transition: opacity 0.15s ease;
}

.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
  transition: opacity 0.3s ease;
}

.carousel-slide.swiper-slide-active::after {
  opacity: 0;
}

.carousel-slide.swiper-slide-active ~ .carousel-slide::after {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    );
}

.carousel-slide-link {
  display: block;
}

.carousel-slide-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-btn {
  position: relative;
  display: grid;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  cursor: pointer;
  --carousel-btn-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.1) 0%,
      rgba(234, 237, 139, 0.1) 27%,
      rgba(255, 255, 255, 0.1) 50%
    );
  --carousel-btn-border-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.5) 0%,
      rgba(53, 53, 53, 1) 59%
    );
  /* background */
  background: var(--carousel-btn-bg);
}

.carousel-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  /* borderの役割 */
  background: var(--carousel-btn-border-bg);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.carousel-btn::before {
  content: "";
  display: block;
  width: 28%;
  height: 28%;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
  border-right: 3px solid rgba(255, 255, 255, 0.7);
}

.carousel-btn-prev::before {
  transform: translateX(15%) rotate(-135deg);
}

.carousel-btn-next::before {
  transform: translateX(-15%) rotate(45deg);
}

.ch-box {
  position: relative;
  display: grid;
  padding: 0;
  border: 0;
  border-radius: 28px;
  place-items: center;
  cursor: pointer;
  --ch-box-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 50%
    );
  --ch-box-border-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.5) 0%,
      rgba(53, 53, 53, 1) 59%
    );
  /* background */
  background: var(--ch-box-bg);
}

@media (max-width: 767px) {
  .ch-box {
    border-radius: 20px;
  }
}

.ch-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  /* borderの役割 */
  background: var(--ch-box-border-bg);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.sns-box {
  position: relative;
  display: grid;
  padding: 0;
  border: 0;
  border-radius: 10px;
  place-items: center;
  cursor: pointer;
  --sns-box-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 50%
    );
  --sns-box-border-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.5) 0%,
      rgba(53, 53, 53, 1) 59%
    );
  /* background */
  background: var(--sns-box-bg);
}

.sns-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  /* borderの役割 */
  background: var(--sns-box-border-bg);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---- Schedule タブ ---- */

.schedule-tab-inactive {
  position: relative;
  display: grid;
  border: 0;
  place-items: center;
  cursor: pointer;
  --schedule-tab-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 50%
    );
  --schedule-tab-border-bg: linear-gradient(
      160deg,
      rgba(210, 216, 1, 0.5) 0%,
      rgba(59, 59, 59, 1) 59%
    );
  background: var(--schedule-tab-bg);
}

.schedule-tab-inactive::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  /* borderの役割 */
  background: var(--schedule-tab-border-bg);
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.schedule-tab-active {
  background-color: #d2d801;
  color: #141414;
}

@media (max-width: 767px) {
  .schedule-tab-scroll {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: min(calc(20 / 3.9 * 1vw), 20px);
    padding-left: clamp(1.25rem, -14.551rem + 50.562vw, 9.688rem);
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .schedule-tab-scroll::-webkit-scrollbar {
    display: none;
  }

  .schedule-tab-scroll.flex-wrap,
    .schedule-tab-scroll .schedule-period-group.flex-wrap {
    min-width: 100%;
    flex-wrap: nowrap;
  }

  .schedule-tab-scroll .schedule-period-group {
    width: -moz-max-content;
    width: max-content;
  }

  .schedule-image-scroll {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .schedule-image-scroll::-webkit-scrollbar {
    display: none;
  }

  .schedule-image-scroll .schedule-image-item {
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
}

@media (max-width: 390px) {
  .schedule-tab-scroll {
    padding-left: min(calc(20 / 3.9 * 1vw), 20px);
  }
}

.logo-loop {
  position: relative;
  margin-bottom: -174px;
  z-index: -1;
  --logo-loop-width: 776px;
  --logo-loop-gap: 64px;
  --logo-loop-distance: -3360px;
  overflow: hidden;
  width: 100%;
  transform-origin: center;
}

@media (max-width: 1023px) {
  .logo-loop {
    margin-bottom: -130.5px;
    --logo-loop-width: 582px;
    --logo-loop-gap: 48px;
    --logo-loop-distance: -2520px;
  }
}

@media (max-width: 767px) {
  .logo-loop {
    margin-bottom: -87px;
    --logo-loop-width: 388px;
    --logo-loop-gap: 32px;
    --logo-loop-distance: -1680px;
  }
}

.logo-loop--up-right {
  transform: rotate(-5deg);
}

.logo-loop--up-left {
  transform: rotate(5deg);
}

.logo-loop__rail {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: var(--logo-loop-gap);
  will-change: transform;
  animation: logo-loop-scroll-right 40s linear infinite;
}

.logo-loop--up-left .logo-loop__rail {
  animation-name: logo-loop-scroll-left;
}

.logo-loop__logo {
  display: block;
  width: var(--logo-loop-width);
  max-width: none;
  height: auto;
  flex: 0 0 var(--logo-loop-width);
}

.light-bloom {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  pointer-events: none;
  background: radial-gradient(
      circle,
      rgba(252, 255, 143, var(--light-bloom-center-opacity, 0.6)) 0%,
      rgba(210, 216, 1, 0) 100%
    );
  will-change: transform;
  animation: light-bloom-float var(--light-bloom-duration, 10s) ease-in-out
      var(--light-bloom-delay, 0s) infinite;
}

@keyframes light-bloom-float {
  0%,
    100% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(
        var(--light-bloom-x-1, 6%),
        var(--light-bloom-y-1, -4%),
        0
      );
  }

  50% {
    transform: translate3d(
        var(--light-bloom-x-2, -5%),
        var(--light-bloom-y-2, 7%),
        0
      );
  }

  75% {
    transform: translate3d(
        var(--light-bloom-x-3, 4%),
        var(--light-bloom-y-3, 5%),
        0
      );
  }
}

@keyframes logo-loop-scroll-right {
  from {
    transform: translate3d(var(--logo-loop-distance), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes logo-loop-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(var(--logo-loop-distance), 0, 0);
  }
}

/* ---- News list scroll ---- */

.news-list-scroll {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

.news-list-scroll::-webkit-scrollbar {
  width: 0;
}

.news-list-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.news-list-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 2px;
}

.news-list-scroll.is-scrolling {
  scrollbar-width: thin;
  scrollbar-color: rgba(210, 216, 1, 0.5) transparent;
}

.news-list-scroll.is-scrolling::-webkit-scrollbar {
  width: 4px;
}

.news-list-scroll.is-scrolling::-webkit-scrollbar-thumb {
  background-color: rgba(210, 216, 1, 0.5);
}

.news-item {
  position: relative;
  overflow: hidden;
}

.news-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(210, 216, 1, 0.1);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.news-item:hover::before,
  .news-item:focus-visible::before {
  transform: scaleX(1);
}

.news-item > * {
  position: relative;
  z-index: 1;
}

/* ---- News modal body (WordPress content) ---- */

.news-modal-scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

.news-modal-body h2 {
  font-size: 25.6px;
  font-weight: bold;
  padding-bottom: 9.6px;
}

.news-modal-body h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 4px;
}

.news-modal-body h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
}

.news-modal-body h5 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
}

.news-modal-body p {
  font-size: 16px;
  line-height: 1.6;
}

.news-modal-body a {
  color: #d2d801;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.news-modal-body a:hover {
  opacity: 0.8;
}

.news-modal-body ul,
  .news-modal-body ol {
  padding-left: 24px;
}

.news-modal-body ul {
  list-style-type: disc;
}

.news-modal-body ol {
  list-style-type: decimal;
}

.news-modal-body img {
  width: 100%;
  height: auto;
  display: block;
}

.news-modal-body figure {
  width: 100%;
}

.news-modal-body .wp-block-embed {
  width: 100%;
}

.news-modal-body .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
}

.news-modal-body .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-170px\] {
  left: -170px;
}

.left-\[20px\] {
  left: 20px;
}

.right-\[126px\] {
  right: 126px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[-158px\] {
  top: -158px;
}

.top-\[-18px\] {
  top: -18px;
}

.top-\[20px\] {
  top: 20px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[5px\] {
  gap: 5px;
}

.self-stretch {
  align-self: stretch;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-clip {
  overflow-x: clip;
}

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

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

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

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[\#535353\] {
  --tw-border-opacity: 1;
  border-color: rgb(83 83 83 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(83\2c 83\2c 83\2c 0\.6\)\] {
  border-color: rgba(83,83,83,0.6);
}

.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}

.bg-\[\#535353\] {
  --tw-bg-opacity: 1;
  background-color: rgb(83 83 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D2D801\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 216 1 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c0c0c0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  background-color: rgba(0,0,0,0.8);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 1\)_48\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 48%);
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

.py-\[7\.5px\] {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pr-\[24px\] {
  padding-right: 24px;
}

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.text-\[\#141414\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity, 1));
}

.text-\[\#D2D801\] {
  --tw-text-opacity: 1;
  color: rgb(210 216 1 / var(--tw-text-opacity, 1));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.underline {
  text-decoration-line: underline;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[120px\] {
  --tw-blur: blur(120px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[31\.8px\] {
  --tw-blur: blur(31.8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[57\.8px\] {
  --tw-blur: blur(57.8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.text-vwSpMin-\[13\] {
  font-size: min(calc(13 / 3.9 * 1vw), 13px);
}

.text-vwSpMin-\[24\] {
  font-size: min(calc(24 / 3.9 * 1vw), 24px);
}

.text-vwSpMin-\[32\] {
  font-size: min(calc(32 / 3.9 * 1vw), 32px);
}

.w-vwSpMin-\[150\] {
  width: min(calc(150 / 3.9 * 1vw), 150px);
}

.w-vwSpMin-\[163\] {
  width: min(calc(163 / 3.9 * 1vw), 163px);
}

.w-vwSpMin-\[182\] {
  width: min(calc(182 / 3.9 * 1vw), 182px);
}

.w-vwSpMin-\[30\.81\] {
  width: min(calc(30.81 / 3.9 * 1vw), 30.81px);
}

.w-vwSpMin-\[300\] {
  width: min(calc(300 / 3.9 * 1vw), 300px);
}

.w-vwSpMin-\[384\] {
  width: min(calc(384 / 3.9 * 1vw), 384px);
}

.w-vwSpMin-\[430\] {
  width: min(calc(430 / 3.9 * 1vw), 430px);
}

.w-vwSpMin-\[51\] {
  width: min(calc(51 / 3.9 * 1vw), 51px);
}

.w-vwSpMin-\[72\] {
  width: min(calc(72 / 3.9 * 1vw), 72px);
}

.w-vwSpMin-\[88\] {
  width: min(calc(88 / 3.9 * 1vw), 88px);
}

.h-vwSpMin-\[108\] {
  height: min(calc(108 / 3.9 * 1vw), 108px);
}

.h-vwSpMin-\[250\] {
  height: min(calc(250 / 3.9 * 1vw), 250px);
}

.h-vwSpMin-\[36\] {
  height: min(calc(36 / 3.9 * 1vw), 36px);
}

.h-vwSpMin-\[384\] {
  height: min(calc(384 / 3.9 * 1vw), 384px);
}

.min-h-vwSpMin-\[308\] {
  min-height: min(calc(308 / 3.9 * 1vw), 308px);
}

.min-h-vwSpMin-\[57\] {
  min-height: min(calc(57 / 3.9 * 1vw), 57px);
}

.max-w-vwSpMin-\[52\.7\] {
  max-width: min(calc(52.7 / 3.9 * 1vw), 52.7px);
}

.max-h-vwSpMin-\[14\.4\] {
  max-height: min(calc(14.4 / 3.9 * 1vw), 14.4px);
}

.px-vwSpMin-\[20\] {
  padding-left: min(calc(20 / 3.9 * 1vw), 20px);
  padding-right: min(calc(20 / 3.9 * 1vw), 20px);
}

.gap-vwSpMin-\[16\] {
  gap: min(calc(16 / 3.9 * 1vw), 16px);
}

.gap-vwSpMin-\[20\] {
  gap: min(calc(20 / 3.9 * 1vw), 20px);
}

.gap-vwSpMin-\[24\] {
  gap: min(calc(24 / 3.9 * 1vw), 24px);
}

.gap-vwSpMin-\[50\] {
  gap: min(calc(50 / 3.9 * 1vw), 50px);
}

.gap-vwSpMin-\[6\] {
  gap: min(calc(6 / 3.9 * 1vw), 6px);
}

.mt-vwPcMin-\[80\] {
  margin-top: min(calc(80 / 14.4 * 1vw), 80px);
}

.mt-vwSpMin-\[10\] {
  margin-top: min(calc(10 / 3.9 * 1vw), 10px);
}

.mt-vwSpMin-\[24\] {
  margin-top: min(calc(24 / 3.9 * 1vw), 24px);
}

.mt-vwSpMin-\[40\] {
  margin-top: min(calc(40 / 3.9 * 1vw), 40px);
}

.mt-vwSpMin-\[16\] {
  margin-top: min(calc(16 / 3.9 * 1vw), 16px);
}

.mt-vwSpMin-\[20\] {
  margin-top: min(calc(20 / 3.9 * 1vw), 20px);
}

.mb-vwSpMin-\[10\] {
  margin-bottom: min(calc(10 / 3.9 * 1vw), 10px);
}

.mb-vwSpMin-\[40\] {
  margin-bottom: min(calc(40 / 3.9 * 1vw), 40px);
}

.top-vwSpMin-\[-100\] {
  top: max(calc(-100 / 3.9 * 1vw), -100px);
}

.top-vwSpMin-\[-166\] {
  top: max(calc(-166 / 3.9 * 1vw), -166px);
}

.top-vwSpMin-\[240\] {
  top: min(calc(240 / 3.9 * 1vw), 240px);
}

.top-vwSpMin-\[32\] {
  top: min(calc(32 / 3.9 * 1vw), 32px);
}

.right-vwSpMin-\[-105\] {
  right: max(calc(-105 / 3.9 * 1vw), -105px);
}

.hover\:bg-\[\#F8FF00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 0 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#D2D801\]:hover {
  --tw-text-opacity: 1;
  color: rgb(210 216 1 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.active\:bg-\[\#F8FF00\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 0 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

@media not all and (min-width: 768px) {
  .max-md\:block {
    display: block;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:max-w-none {
    max-width: none;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:text-vwSpMin-\[13\] {
    font-size: min(calc(13 / 3.9 * 1vw), 13px);
  }

  .max-md\:px-vwSpMin-\[20\] {
    padding-left: min(calc(20 / 3.9 * 1vw), 20px);
    padding-right: min(calc(20 / 3.9 * 1vw), 20px);
  }

  .max-md\:mt-vwSpMin-\[24\] {
    margin-top: min(calc(24 / 3.9 * 1vw), 24px);
  }

  .max-md\:right-vwSpMin-\[-57\] {
    right: max(calc(-57 / 3.9 * 1vw), -57px);
  }

  .max-md\:right-vwSpMin-\[-86\] {
    right: max(calc(-86 / 3.9 * 1vw), -86px);
  }

  .max-md\:right-vwSpMin-\[160\] {
    right: min(calc(160 / 3.9 * 1vw), 160px);
  }
}

@media (min-width: 768px) {
  .md\:left-0 {
    left: 0px;
  }

  .md\:right-\[89px\] {
    right: 89px;
  }

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

  .md\:top-\[-24px\] {
    top: -24px;
  }

  .md\:mb-\[97\.5px\] {
    margin-bottom: 97.5px;
  }

  .md\:mt-\[112\.5px\] {
    margin-top: 112.5px;
  }

  .md\:mt-\[80px\] {
    margin-top: 80px;
  }

  .md\:mt-\[97\.5px\] {
    margin-top: 97.5px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .md\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

  .md\:pt-\[150px\] {
    padding-top: 150px;
  }

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

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

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

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

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

  .md\:blur-\[120px\] {
    --tw-blur: blur(120px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:text-vwPcMin-\[64\] {
    font-size: min(calc(64 / 14.4 * 1vw), 64px);
  }

  .md\:w-vwPcMin-\[105\] {
    width: min(calc(105 / 14.4 * 1vw), 105px);
  }

  .md\:w-vwPcMin-\[150\] {
    width: min(calc(150 / 14.4 * 1vw), 150px);
  }

  .md\:w-vwPcMin-\[302\] {
    width: min(calc(302 / 14.4 * 1vw), 302px);
  }

  .md\:w-vwPcMin-\[479\.2\] {
    width: min(calc(479.2 / 14.4 * 1vw), 479.2px);
  }

  .md\:w-vwPcMin-\[535\.5\] {
    width: min(calc(535.5 / 14.4 * 1vw), 535.5px);
  }

  .md\:w-vwPcMin-\[711\] {
    width: min(calc(711 / 14.4 * 1vw), 711px);
  }

  .md\:w-vwPcMin-\[981\] {
    width: min(calc(981 / 14.4 * 1vw), 981px);
  }

  .md\:h-vwPcMin-\[200\] {
    height: min(calc(200 / 14.4 * 1vw), 200px);
  }

  .md\:h-vwPcMin-\[535\.5\] {
    height: min(calc(535.5 / 14.4 * 1vw), 535.5px);
  }

  .md\:min-h-vwPcMin-\[117\] {
    min-height: min(calc(117 / 14.4 * 1vw), 117px);
  }

  .md\:min-h-vwPcMin-\[531\] {
    min-height: min(calc(531 / 14.4 * 1vw), 531px);
  }

  .md\:pl-vwPcMin-\[80\] {
    padding-left: min(calc(80 / 14.4 * 1vw), 80px);
  }

  .md\:gap-vwPcMin-\[15\] {
    gap: min(calc(15 / 14.4 * 1vw), 15px);
  }

  .md\:gap-vwPcMin-\[24\] {
    gap: min(calc(24 / 14.4 * 1vw), 24px);
  }

  .md\:gap-vwPcMin-\[44\] {
    gap: min(calc(44 / 14.4 * 1vw), 44px);
  }

  .md\:gap-vwPcMin-\[94\] {
    gap: min(calc(94 / 14.4 * 1vw), 94px);
  }

  .md\:mt-vwPcMin-\[32\] {
    margin-top: min(calc(32 / 14.4 * 1vw), 32px);
  }

  .md\:mt-vwPcMin-\[40\] {
    margin-top: min(calc(40 / 14.4 * 1vw), 40px);
  }

  .md\:mt-vwPcMin-\[80\] {
    margin-top: min(calc(80 / 14.4 * 1vw), 80px);
  }

  .md\:mb-vwPcMin-\[40\] {
    margin-bottom: min(calc(40 / 14.4 * 1vw), 40px);
  }

  .md\:top-vwPcMin-\[-104\.25\] {
    top: max(calc(-104.25 / 14.4 * 1vw), -104.25px);
  }

  .md\:top-vwPcMin-\[-154\.5\] {
    top: max(calc(-154.5 / 14.4 * 1vw), -154.5px);
  }

  .md\:top-vwPcMin-\[-193\] {
    top: max(calc(-193 / 14.4 * 1vw), -193px);
  }

  .md\:top-vwPcMin-\[460\] {
    top: min(calc(460 / 14.4 * 1vw), 460px);
  }

  .md\:top-vwPcMin-\[54\] {
    top: min(calc(54 / 14.4 * 1vw), 54px);
  }

  .md\:left-vwPcMin-\[-270\] {
    left: max(calc(-270 / 14.4 * 1vw), -270px);
  }

  .md\:left-vwPcMin-\[420\] {
    left: min(calc(420 / 14.4 * 1vw), 420px);
  }

  .md\:left-vwPcMin-\[60\] {
    left: min(calc(60 / 14.4 * 1vw), 60px);
  }

  .md\:right-vwPcMin-\[-207\] {
    right: max(calc(-207 / 14.4 * 1vw), -207px);
  }
}

@media (min-width: 1024px) {
  .lg\:mb-\[130px\] {
    margin-bottom: 130px;
  }

  .lg\:mt-\[130px\] {
    margin-top: 130px;
  }

  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:max-h-\[24px\] {
    max-height: 24px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

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

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

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

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

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

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

  .lg\:w-vwPcMin-\[714\] {
    width: min(calc(714 / 14.4 * 1vw), 714px);
  }

  .lg\:h-vwPcMin-\[714\] {
    height: min(calc(714 / 14.4 * 1vw), 714px);
  }

  .lg\:top-vwPcMin-\[-139\] {
    top: max(calc(-139 / 14.4 * 1vw), -139px);
  }

  .lg\:top-vwPcMin-\[-206\] {
    top: max(calc(-206 / 14.4 * 1vw), -206px);
  }

  .lg\:left-vwPcMin-\[-360\] {
    left: max(calc(-360 / 14.4 * 1vw), -360px);
  }

  .lg\:left-vwPcMin-\[-80\] {
    left: max(calc(-80 / 14.4 * 1vw), -80px);
  }

  .lg\:right-vwPcMin-\[-276\] {
    right: max(calc(-276 / 14.4 * 1vw), -276px);
  }
}
