html.has-modal-l body {
  overflow: hidden;
  background-color: #000;
}
html.has-modal-l body, html.fancybox-margin body {
  padding-inline-end: var(--modal-scrollbar-buffer, 0);
}

#boya {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #86868b;
  background-color: #000;
}
@media (max-aspect-ratio: 12/10) {
  #boya {
    font-size: 4.444444vw;
  }
}

#boya *, #boya *::before, #boya *::after {
  box-sizing: border-box;
}
#boya section {
  position: relative;
}
#boya img, #boya picture, #boya video, #boya canvas, #boya svg {
  display: block;
  width: 100%;
}
#boya svg {
  overflow: visible;
}
#boya button {
  border: 0;
  background-color: transparent;
}
#boya .sticky-content {
  position: sticky;
  top: 0;
}
#boya .object-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#boya .object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#boya .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#boya .blur-up {
  transition: filter 400ms;
  filter: blur(20px);
}
#boya .blur-up.lazyloaded {
  filter: blur(0);
}
#boya br {
  line-height: 0;
}
#boya br.xs {
  display: none;
}
#boya br.lg {
  display: block;
}
@media (max-aspect-ratio: 12/10) {
  #boya br.lg {
    display: none;
  }
  #boya br.xs {
    display: block;
  }
}
#boya .absolute {
  position: absolute;
}
#boya .relative {
  position: relative;
}
#boya .sticky {
  position: sticky;
  top: 0;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:absolute {
    position: absolute;
  }
}
#boya .z-1 {
  z-index: 1;
}
#boya .z-2 {
  z-index: 2;
}
#boya .z-3 {
  z-index: 3;
}
#boya .overflow-hidden {
  overflow: hidden;
}
#boya .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:overflow-hidden {
    overflow: hidden;
  }
  #boya .xs\:overflow-visible {
    overflow: visible;
  }
}
#boya .block {
  display: block;
}
#boya .inline-block {
  display: inline-block;
}
#boya .inline {
  display: inline;
}
#boya .flex {
  display: flex;
}
#boya .inline-flex {
  display: inline-flex;
}
#boya .grid {
  display: grid;
}
#boya .hidden {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:block {
    display: block;
  }
  #boya .xs\:inline-block {
    display: inline-block;
  }
  #boya .xs\:inline {
    display: inline;
  }
  #boya .xs\:flex {
    display: flex;
  }
  #boya .xs\:inline-flex {
    display: inline-flex;
  }
  #boya .xs\:grid {
    display: grid;
  }
  #boya .xs\:hidden {
    display: none;
  }
}
#boya .flex-row-reverse {
  flex-direction: row-reverse;
}
#boya .flex-col {
  flex-direction: column;
}
#boya .flex-col-reverse {
  flex-direction: column-reverse;
}
#boya .flex-wrap {
  flex-wrap: wrap;
}
#boya .justify-start {
  justify-content: flex-start;
}
#boya .justify-end {
  justify-content: flex-end;
}
#boya .justify-center {
  justify-content: center;
}
#boya .justify-between {
  justify-content: space-between;
}
#boya .items-start {
  align-items: flex-start;
}
#boya .items-end {
  align-items: flex-end;
}
#boya .items-center {
  align-items: center;
}
#boya .shrink-0 {
  flex-shrink: 0;
}
#boya .order-1 {
  order: 1;
}
#boya .order-2 {
  order: 2;
}
#boya .order-3 {
  order: 3;
}
#boya .order-4 {
  order: 4;
}
#boya .order-5 {
  order: 5;
}
#boya .order-6 {
  order: 6;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:flex-row {
    flex-direction: row;
  }
  #boya .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #boya .xs\:flex-col {
    flex-direction: column;
  }
  #boya .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #boya .xs\:justify-start {
    justify-content: flex-start;
  }
  #boya .xs\:justify-end {
    justify-content: flex-end;
  }
  #boya .xs\:justify-center {
    justify-content: center;
  }
  #boya .xs\:justify-between {
    justify-content: space-between;
  }
  #boya .xs\:items-start {
    align-items: flex-start;
  }
  #boya .xs\:items-end {
    align-items: flex-end;
  }
  #boya .xs\:items-center {
    align-items: center;
  }
  #boya .xs\:order-1 {
    order: 1;
  }
  #boya .xs\:order-2 {
    order: 2;
  }
  #boya .xs\:order-3 {
    order: 3;
  }
  #boya .xs\:order-4 {
    order: 4;
  }
  #boya .xs\:order-5 {
    order: 5;
  }
  #boya .xs\:order-6 {
    order: 6;
  }
}
#boya .rounded, #boya .lg\:rounded, #boya .rounded-16, #boya .lg\:rounded-16, #boya .rounded-12, #boya .lg\:rounded-12 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#boya .rounded, #boya .lg\:rounded {
  border-radius: 1.25vw;
}
#boya .rounded-16, #boya .lg\:rounded-16 {
  border-radius: 0.833333vw;
}
#boya .rounded-12, #boya .lg\:rounded-12 {
  border-radius: 0.625vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .lg\:rounded, #boya .lg\:rounded-16, #boya .lg\:rounded-12 {
    border-radius: 0;
  }
  #boya .xs\:rounded, #boya .xs\:rounded-16, #boya .xs\:rounded-12 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #boya .rounded, #boya .xs\:rounded {
    border-radius: 3.333333vw;
  }
  #boya .rounded-16, #boya .xs\:rounded-16 {
    border-radius: 2.222222vw;
  }
  #boya .rounded-12, #boya .xs\:rounded-12 {
    border-radius: 1.666667vw;
  }
}
#boya .stack-list {
  display: grid;
}
#boya .stack-item {
  position: relative;
  width: 100%;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-property: opacity;
  opacity: 0;
  grid-area: 1/1;
}
#boya .stack-item.current {
  z-index: 1;
  opacity: 1;
}
#boya .speed-fade .stack-item {
  transition-duration: 200ms;
}
#boya .speed-fade .stack-item.current {
  transition-delay: 200ms;
}
#boya .speed-slide .stack-item {
  transition-duration: 400ms;
}
#boya .speed-slide .stack-item.current {
  transition-delay: 400ms;
}
@media (max-aspect-ratio: 12/10) {
  #boya .speed-slide .stack-item {
    transition-duration: 300ms;
  }
  #boya .speed-slide .stack-item.current {
    transition-delay: 300ms;
  }
}
#boya .fadeup, #boya .lg-fadeup {
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(4.166667vw);
  opacity: 0;
}
@media (max-aspect-ratio: 12/10) {
  #boya .fadeup, #boya .xs-fadeup {
    transform: translateY(11.111111vw);
  }
  #boya .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #boya .xs-fadeup {
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}
#boya .fadeup.animated, #boya .lg-fadeup.animated, #boya .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}
#boya .w-1560 {
  width: 81.25vw;
}
#boya .w-1296 {
  width: 67.5vw;
}
#boya .w-948 {
  width: 49.375vw;
}
#boya .w-680 {
  width: 35.416667vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:w-full {
    width: 100%;
  }
  #boya .xs\:w-688 {
    width: 95.555556vw;
  }
  #boya .xs\:w-656 {
    width: 91.111111vw;
  }
  #boya .xs\:w-640 {
    width: 88.888889vw;
  }
  #boya .xs\:w-600 {
    width: 83.333333vw;
  }
  #boya .xs\:w-592 {
    width: 82.222222vw;
  }
  #boya .xs\:w-560 {
    width: 77.777778vw;
  }
}
#boya .mt-1\.25 {
  margin-top: 1.25em;
}
#boya .mt-1\.6 {
  margin-top: 1.6em;
}
#boya .mb-0\.5 {
  margin-bottom: 0.5em;
}
#boya .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#boya .mt-8, #boya .lg\:mt-8 {
  margin-top: 0.416667vw;
}
#boya .mt-16, #boya .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#boya .mt-24, #boya .lg\:mt-24 {
  margin-top: 1.25vw;
}
#boya .mt-32, #boya .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#boya .mt-40, #boya .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#boya .mt-48, #boya .lg\:mt-48 {
  margin-top: 2.5vw;
}
#boya .mt-56, #boya .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#boya .mt-64, #boya .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#boya .mt-72, #boya .lg\:mt-72 {
  margin-top: 3.75vw;
}
#boya .mt-80, #boya .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#boya .mt-88, #boya .lg\:mt-88 {
  margin-top: 4.583333vw;
}
#boya .mt-96, #boya .lg\:mt-96 {
  margin-top: 5vw;
}
#boya .mt-104, #boya .lg\:mt-104 {
  margin-top: 5.416667vw;
}
#boya .mt-112, #boya .lg\:mt-112 {
  margin-top: 5.833333vw;
}
#boya .mt-120, #boya .lg\:mt-120 {
  margin-top: 6.25vw;
}
#boya .mt-144, #boya .lg\:mt-144 {
  margin-top: 7.5vw;
}
#boya .mt-160, #boya .lg\:mt-160 {
  margin-top: 8.333333vw;
}
#boya .mt-200, #boya .lg\:mt-200 {
  margin-top: 10.416667vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #boya .mt-8, #boya .xs\:mt-8 {
    margin-top: 1.111111vw;
  }
  #boya .mt-16, #boya .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #boya .mt-24, #boya .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #boya .mt-32, #boya .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #boya .mt-40, #boya .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #boya .mt-48, #boya .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #boya .mt-56, #boya .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #boya .mt-64, #boya .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #boya .mt-72, #boya .xs\:mt-72 {
    margin-top: 10vw;
  }
  #boya .mt-80, #boya .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #boya .mt-88, #boya .xs\:mt-88 {
    margin-top: 12.222222vw;
  }
  #boya .mt-96, #boya .xs\:mt-96 {
    margin-top: 13.333333vw;
  }
  #boya .mt-104, #boya .xs\:mt-104 {
    margin-top: 14.444444vw;
  }
  #boya .mt-112, #boya .xs\:mt-112 {
    margin-top: 15.555556vw;
  }
  #boya .mt-120, #boya .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #boya .mt-144, #boya .xs\:mt-144 {
    margin-top: 20vw;
  }
  #boya .mt-160, #boya .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
  #boya .mt-200, #boya .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
  #boya .xs\:mt-0 {
    margin-top: 0;
  }
}
#boya .pt-240, #boya .lg\:pt-240 {
  padding-top: 12.5vw;
}
#boya .pt-200, #boya .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#boya .pb-200, #boya .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#boya .py-200, #boya .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#boya .pt-160, #boya .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#boya .pb-160, #boya .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
#boya .py-160, #boya .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#boya .pt-120, #boya .lg\:pt-120 {
  padding-top: 6.25vw;
}
#boya .pb-120, #boya .lg\:pb-120 {
  padding-bottom: 6.25vw;
}
#boya .pt-112, #boya .lg\:pt-112 {
  padding-top: 5.833333vw;
}
#boya .pt-80, #boya .lg\:pt-80 {
  padding-top: 4.166667vw;
}
#boya .pb-80, #boya .lg\:pb-80 {
  padding-bottom: 4.166667vw;
}
#boya .pt-48, #boya .lg\:pt-48 {
  padding-top: 2.5vw;
}
#boya .pt-40, #boya .lg\:pt-40 {
  padding-top: 2.083333vw;
}
#boya .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .pt-200, #boya .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #boya .pb-200, #boya .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #boya .py-200, #boya .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #boya .pt-160, #boya .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #boya .pb-160, #boya .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #boya .py-160, #boya .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #boya .pt-120, #boya .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #boya .pt-88, #boya .xs\:pt-88 {
    padding-top: 12.222222vw;
  }
  #boya .pt-80, #boya .xs\:pt-80 {
    padding-top: 11.111111vw;
  }
  #boya .px-16, #boya xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
  #boya .xs\:pt-0 {
    padding-top: 0;
  }
  #boya .xs\:pb-0 {
    padding-bottom: 0;
  }
  #boya .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #boya .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
#boya h2, #boya h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
#boya h2 {
  font-size: 3.333333vw;
}
#boya h3 {
  font-size: 1.666667vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya h2 {
    font-size: 8.888889vw;
  }
  #boya h3 {
    font-size: 4.444444vw;
  }
}
#boya p {
  font-weight: 400;
}
#boya strong {
  font-weight: 700;
  color: #fff;
}
#boya .note {
  font-size: max(8px, 0.625vw);
  color: rgba(255, 255, 255, 0.4);
}
@media (max-aspect-ratio: 12/10) {
  #boya .note {
    font-size: max(8px, 2.777778vw);
  }
}
#boya [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#boya .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#boya .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#boya .text-left {
  text-align: left;
}
#boya .text-center {
  text-align: center;
}
#boya .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 12/10) {
  #boya .xs\:text-left {
    text-align: left;
  }
  #boya .xs\:text-center {
    text-align: center;
  }
  #boya .xs\:text-right {
    text-align: right;
  }
}
#boya .permalink {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  transition: opacity 300ms ease-out;
  color: inherit;
  --permalink-arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"%3E%3Cpath d="M14.05 10.152L9.654 5.75a1.2 1.2 0 1 0-1.7 1.7L11.495 11l-3.544 3.541a1.2 1.2 0 1 0 1.7 1.7l4.399-4.386a1.21 1.21 0 0 0 0-1.7" fill="%23fff"/%3E%3C/svg%3E') center / 100% no-repeat;
  --permalink-arrow-purple: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"%3E%3Cpath d="M14.05 10.152L9.654 5.75a1.2 1.2 0 1 0-1.7 1.7L11.495 11l-3.544 3.541a1.2 1.2 0 1 0 1.7 1.7l4.399-4.386a1.21 1.21 0 0 0 0-1.7" fill="%238f6ab4"/%3E%3C/svg%3E') center / 100% no-repeat;
}
#boya .permalink::after {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background: var(--permalink-arrow);
}
html[dir=rtl] #boya .permalink::after {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  #boya .permalink::after {
    transition: transform 300ms ease-out;
  }
  #boya .permalink:hover {
    opacity: 0.6;
  }
  #boya .permalink:hover::after {
    transform: translateX(4px);
  }
  html[dir=rtl] #boya .permalink:hover::after {
    transform: rotate(180deg) translateX(4px);
  }
}
#boya .permalink.arrow-purple::after {
  background: var(--permalink-arrow-purple);
}
#boya .video-container {
  position: relative;
}
#boya .inline-video {
  pointer-events: none;
}
#boya .start-frame-mask::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 200ms 300ms ease-out;
  opacity: 0;
  background: var(--start-frame) center/cover no-repeat;
}
#boya .start-frame-mask.show-start-frame::after {
  opacity: 1;
}
#boya .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  will-change: transform;
}
@media (max-aspect-ratio: 12/10) {
  #boya .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}
#boya .play-pause-button .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#boya .playing .icon-pause, #boya .paused .icon-play, #boya .ended .icon-replay {
  display: block;
}
#boya.no-inline-video .play-pause-button {
  display: none;
}
#boya .replay-button {
  position: relative;
  right: auto;
  bottom: auto;
  cursor: default;
  transition: opacity 300ms;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  gap: 0.416667vw;
}
#boya .replay-button .icon-copy {
  font-size: 1.041667vw;
  color: #f0cf8f;
}
#boya .replay-button .icon-replay {
  width: 0.78125vw;
}
@media (hover: hover) and (pointer: fine) {
  #boya .replay-button:hover {
    opacity: 0.6 !important;
  }
}
@media (max-aspect-ratio: 12/10) {
  #boya .replay-button {
    gap: 1.111111vw;
  }
  #boya .replay-button .icon-copy {
    font-size: 3.888889vw;
  }
  #boya .replay-button .icon-replay {
    width: 3.055556vw;
  }
}
#boya .ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#boya .swiper:not(.swiper-fade) .swiper-wrapper, #boya .swiper:not(.swiper-fade) [data-swiper-parallax-x], #boya .swiper:not(.swiper-fade) [data-swiper-parallax-y], #boya .swiper:not(.swiper-fade) [data-swiper-parallax-opacity], #boya .swiper:not(.swiper-fade) [data-swiper-parallax-scale], #boya .swiper:not(.swiper-fade) .transform-item {
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#boya .swiper.swiper-touched .swiper-wrapper, #boya .swiper.swiper-touched [data-swiper-parallax-x], #boya .swiper.swiper-touched [data-swiper-parallax-y], #boya .swiper.swiper-touched [data-swiper-parallax-opacity], #boya .swiper.swiper-touched [data-swiper-parallax-scale], #boya .swiper.swiper-touched .transform-item {
  transition-timing-function: ease !important;
}
#boya .swiper.swiper-fade .swiper-slide, #boya .swiper.swiper-fade .transform-item {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#boya .swiper.swiper-click .swiper-slide:not(.swiper-slide-visible) {
  cursor: pointer;
}
#boya .swiper.swiper-click-inside .swiper-slide {
  cursor: pointer;
}
#boya .swiper.swiper-click-inside .swiper-slide-active, #boya .swiper.swiper-click-inside .swiper-slide-next {
  cursor: auto;
}
@media (max-aspect-ratio: 12/10) {
  #boya .swiper.swiper-click-inside .swiper-slide-next {
    cursor: pointer;
  }
}
#boya .arrownav-list {
  display: flex;
}
#boya .arrownav-list .arrownav-item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  user-select: none;
  transition: opacity 300ms ease-out;
}
#boya .arrownav-list .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}
#boya .arrownav-list .arrownav-next {
  margin-left: 1.25vw;
}
#boya .arrownav-list .icon-arrow {
  position: relative;
  z-index: 1;
}
@media (max-aspect-ratio: 12/10) {
  #boya .arrownav-list .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #boya .arrownav-list .arrownav-next {
    margin-left: 4.444444vw;
  }
}
#boya .tabnav-section, #boya .tabnav-custom-section {
  position: relative;
  overflow: hidden;
}
#boya .tabnav-container {
  position: relative;
}
@media (max-aspect-ratio: 12/10) {
  #boya .tabnav-content {
    --tabnav-space: 8.888889vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #boya .tabnav-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    mask-image: linear-gradient(90deg, transparent, #000 var(--tabnav-space), #000 calc(100% - var(--tabnav-space)), transparent);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #boya .tabnav-track::-webkit-scrollbar {
    display: none;
  }
  #boya .tabnav-container {
    padding-right: var(--tabnav-space);
    padding-left: var(--tabnav-space);
  }
}
#boya .disable-transitions .tabnav-item, #boya .disable-transitions .tabnav-indicator, #boya .disable-transitions .tabnav-indicator::after, #boya .disable-transitions .tabnav-caption {
  transition: none !important;
}
#boya .tabnav-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#boya .tabnav-list {
  position: relative;
  z-index: 10;
  display: flex;
}
#boya .tabnav-item {
  flex-shrink: 0;
}
#boya .tabnav-label sup {
  pointer-events: none;
}
#boya .tabnav-indicator {
  overflow: hidden;
  pointer-events: none;
  border-radius: 999px;
}
#boya .tabnav-line-x .tabnav-track, #boya .tabnav-pill .tabnav-track {
  display: flex;
}
#boya .tabnav-line-x .tabnav-container, #boya .tabnav-pill .tabnav-container {
  margin-right: auto;
  margin-left: auto;
}
#boya .tabnav-line-x .tabnav-item, #boya .tabnav-pill .tabnav-item {
  cursor: pointer;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  transform: translateZ(0);
  white-space: nowrap;
  color: #fff;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#boya .tabnav-line-x .tabnav-item.current, #boya .tabnav-pill .tabnav-item.current {
  cursor: default;
  transition-duration: 400ms;
}
#boya .tabnav-line-x .tabnav-label, #boya .tabnav-pill .tabnav-label {
  font-size: inherit;
  color: inherit;
}
#boya .tabnav-line-x .tabnav-track {
  position: relative;
  overflow-y: hidden;
}
#boya .tabnav-line-x .tabnav-list {
  gap: 2.916667vw;
  margin-top: -0.416667vw;
}
#boya .tabnav-line-x .tabnav-item {
  padding-top: 0.416667vw;
  padding-bottom: 0.416667vw;
  font-size: 1.25vw;
  transition-property: opacity;
  opacity: 0.4;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  #boya .tabnav-line-x .tabnav-item:not(.current):hover {
    opacity: 0.6;
  }
}
#boya .tabnav-line-x .tabnav-item.current {
  opacity: 1;
}
#boya .tabnav-line-x .tabnav-indicator {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 2px;
  margin-top: 0.416667vw;
}
#boya .tabnav-line-x .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 999px;
  background-color: #2b2b2b;
}
#boya .tabnav-line-x .tabnav-indicator-line {
  width: var(--tabnav-size, 0);
  transition-timing-function: ease-out;
  transition-duration: 400ms;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-start, 0));
  will-change: transform;
}
#boya .tabnav-line-x .tabnav-indicator-line::before {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 2.291667vw;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: linear-gradient(90deg, #ff4e00, #00b1ff, #ff00ce);
  filter: blur(0.9375vw);
  will-change: transform;
}
#boya .tabnav-line-x .tabnav-indicator-line::after {
  position: relative;
  display: block;
  overflow: hidden;
  height: 2px;
  content: "";
  border-radius: 999px;
  background-color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #boya .tabnav-line-x .tabnav-list {
    gap: 11.111111vw;
    margin-top: -3.333333vw;
  }
  #boya .tabnav-line-x .tabnav-item {
    padding-top: 3.333333vw;
    padding-bottom: 3.333333vw;
    font-size: 5.555556vw;
  }
  #boya .tabnav-line-x .tabnav-indicator {
    margin-top: 0;
  }
  #boya .tabnav-line-x .tabnav-indicator-line::before {
    height: 6.111111vw;
    filter: blur(3.888889vw);
  }
}
#boya .tabnav-pill .tabnav-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 2.916667vw;
  padding: 0.208333vw;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.5);
}
#boya .tabnav-pill .tabnav-list {
  height: 100%;
}
#boya .tabnav-pill .tabnav-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  font-size: 0.9375vw;
  transition-property: color;
  color: rgba(255, 255, 255, 0.6);
}
@media (hover: hover) and (pointer: fine) {
  #boya .tabnav-pill .tabnav-item:not(.current):hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
#boya .tabnav-pill .tabnav-item.current {
  transition-delay: 160ms;
  transition-duration: 240ms;
  color: #fff;
}
#boya .tabnav-pill .tabnav-indicator {
  position: absolute;
  width: var(--tabnav-size, 0);
  height: 2.5vw;
  transition-timing-function: ease-out;
  transition-duration: 400ms;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-start, 0));
  will-change: transform;
}
#boya .tabnav-pill .tabnav-indicator::before, #boya .tabnav-pill .tabnav-indicator::after {
  position: absolute;
  inset: 0;
  overflow: hidden;
  content: "";
  border-radius: 999px;
  will-change: transform;
}
#boya .tabnav-pill .tabnav-indicator::before {
  background-image: linear-gradient(110deg, #6a4a01, #02274b, #530065);
  filter: blur(0.520833vw);
}
#boya .tabnav-pill .tabnav-indicator::after {
  box-shadow: inset 0 -0.15625vw 0.625vw rgba(65, 255, 255, 0.47);
}
#boya .tabnav-pill .tabnav-indicator .tabnav-indicator-border {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
#boya .tabnav-pill .stack-list {
  text-align: center;
}
@media (max-aspect-ratio: 12/10) {
  #boya .tabnav-pill .tabnav-wrapper {
    height: 13.333333vw;
    padding: 1.111111vw;
  }
  #boya .tabnav-pill .tabnav-item {
    padding-right: 5.555556vw;
    padding-left: 5.555556vw;
    font-size: 3.888889vw;
  }
  #boya .tabnav-pill .tabnav-indicator {
    width: var(--tabnav-size, 0);
    height: 11.111111vw;
    transform: translateX(var(--tabnav-start, 0));
  }
  #boya .tabnav-pill .tabnav-indicator::before {
    filter: blur(1.388889vw);
  }
  #boya .tabnav-pill .tabnav-indicator::after {
    box-shadow: inset 0 -0.416667vw 1.666667vw rgba(65, 255, 255, 0.47);
  }
}
#boya .shine-container.disable-hover {
  pointer-events: none !important;
}
#boya .shine-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #boya .shine-wrapper:not(.arrownav-disabled):hover .shine-item {
    opacity: 1;
  }
}
#boya .shine-item {
  position: absolute;
  inset: 0;
  transition: opacity 300ms ease-out;
  opacity: 0;
  border-radius: 999px;
  filter: blur(1.041667vw);
  will-change: transform;
}
#boya .shine-background {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
#boya .shine-background::before, #boya .shine-background::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: 999px;
}
#boya .shine-background::before {
  filter: blur(0.260417vw);
}
#boya .shine-background::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#boya .shine-circle .shine-item {
  border-radius: 50%;
  background-image: linear-gradient(45deg, #45b55f, #4e9dac, #6518e0);
  filter: blur(0.260417vw);
}
#boya .shine-circle .shine-background {
  box-shadow: inset 0 -0.15625vw 0.625vw rgba(65, 255, 255, 0.47);
}
#boya .shine-circle .shine-background::before {
  background-image: linear-gradient(45deg, #6a4a01, #02274b, #530065);
}
#boya .shine-circle.play-pause-button {
  overflow: visible;
}
#boya .shine-circle.play-pause-button .shine-item {
  background-image: linear-gradient(135deg, #45b55f 5%, #4e9dac, #6518e0 95%);
  filter: blur(0.677083vw);
}
#boya .shine-circle.play-pause-button .shine-background::before {
  background-image: linear-gradient(135deg, #6a4a01, #02274b, #530065);
}
#boya .shine-pill .shine-item {
  background-image: linear-gradient(105deg, #c33c00, #0088c4, #ea00bd);
}
#boya .shine-pill .shine-background {
  box-shadow: inset 0 -0.15625vw 0.833333vw rgb(120, 15, 134);
}
#boya .shine-pill .shine-background::before {
  background-image: linear-gradient(105deg, #320, #001c38, #280031);
}
#boya .shine-arrownav .shine-item {
  border-radius: 50%;
  background-image: linear-gradient(45deg, #c33c00 10%, #0088c4, #ff00ce 90%);
  filter: blur(0.833333vw);
}
#boya .shine-arrownav .shine-background {
  box-shadow: inset 0 -0.15625vw 0.625vw rgba(120, 15, 134, 0.47);
}
#boya .shine-arrownav .shine-background::before {
  background-image: linear-gradient(45deg, #320, #001c38, #280031);
  filter: blur(0.520833vw);
}
@media (max-aspect-ratio: 12/10) {
  #boya .shine-item {
    filter: blur(2.777778vw);
  }
  #boya .shine-background::before {
    filter: blur(0.694444vw);
  }
  #boya .shine-circle .shine-item {
    filter: blur(0.694444vw);
  }
  #boya .shine-circle .shine-background {
    box-shadow: inset 0 -0.416667vw 1.666667vw rgba(65, 255, 255, 0.8);
  }
  #boya .shine-circle.play-pause-button .shine-item {
    filter: blur(1.805556vw);
  }
  #boya .shine-pill .shine-background {
    box-shadow: inset 0 -0.416667vw 2.222222vw rgb(120, 15, 134);
  }
  #boya .shine-arrownav .shine-item {
    filter: blur(2.222222vw);
  }
  #boya .shine-arrownav .shine-background {
    box-shadow: inset 0 -0.416667vw 1.666667vw rgb(120, 15, 134);
  }
  #boya .shine-arrownav .shine-background::before {
    filter: blur(1.388889vw);
  }
}
#boya .button-pill {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #boya .button-pill .button-arrow {
    transition: transform 300ms ease-out;
  }
  #boya .button-pill:hover .button-arrow {
    transform: translateX(4px);
  }
}
#boya .button-pill .button-item {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
}
#boya .button-pill .button-copy {
  position: relative;
  z-index: 1;
  font-size: 0.9375vw;
  color: #fff;
}
#boya .button-pill .button-icon {
  position: relative;
  z-index: 1;
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .button-pill .button-item {
    height: 13.333333vw;
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #boya .button-pill .button-copy {
    font-size: 3.888889vw;
  }
  #boya .button-pill .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#boya .player-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#boya .player-button .button-copy {
  line-height: 1.25;
  color: #fff;
}
#boya .player-button .button-icon {
  position: relative;
  border-radius: 50%;
}
#boya .player-button .button-svg {
  position: relative;
  z-index: 1;
}
#boya .player-button.button-normal .button-copy {
  font-size: 1.041667vw;
}
#boya .player-button.button-normal .button-icon {
  width: 1.666667vw;
  margin-left: 0.416667vw;
}
#boya .player-button.button-large .button-copy {
  font-size: 1.25vw;
}
#boya .player-button.button-large .button-icon {
  width: 2.916667vw;
  margin-left: 0.833333vw;
}
#boya .player-button .button-circle {
  transition: opacity 300ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #boya .player-button:hover .button-circle {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 12/10) {
  #boya .player-button.button-normal .button-copy {
    font-size: 3.888889vw;
  }
  #boya .player-button.button-normal .button-icon {
    width: 6.666667vw;
    margin-left: 2.222222vw;
  }
  #boya .player-button.button-large .button-copy {
    font-size: 4.444444vw;
  }
  #boya .player-button.button-large .button-icon {
    width: 8.888889vw;
    margin-left: 3.333333vw;
  }
}
#boya .section-start .section-header {
  position: relative;
  z-index: 10;
}
#boya .section-start .section-headline {
  position: relative;
  z-index: 1;
  display: grid;
  justify-content: center;
  font-size: 4.166667vw;
  text-align: center;
}
#boya .section-start .headline-item {
  display: grid;
  width: max-content;
  grid-area: 1/1;
}
#boya .section-start .headline-main {
  position: relative;
  z-index: 1;
  overflow: visible;
  justify-content: center;
  transform: scale(2);
}
#boya .section-start .headline-group {
  display: grid;
  opacity: 0;
  grid-area: 1/1;
}
#boya .section-start .headline-group .headline-item:last-child {
  opacity: 0.5;
}
#boya .section-start .headline-blur {
  background-image: linear-gradient(110deg, #c33c00, #0088c4, #ea00bd);
  filter: blur(0.520833vw);
}
#boya .section-start .anim-item {
  background-image: linear-gradient(90deg, #fff 30%, #f0c498, #8a4aa4, #000 70%);
  background-position-x: 100%;
  background-size: 330% 100%;
}
#boya .section-start .section-image {
  transform-origin: 50% 20%;
}
#boya .section-start .animated .headline-main {
  transition: transform 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1);
}
#boya .section-start .animated .anim-item {
  transition: background-position-x 1.8s;
  background-position-x: 0;
}
#boya .section-start .animated .anim-item-02 {
  transition-delay: 0.2s;
}
#boya .section-start .animated .anim-item-03 {
  transition-delay: 0.4s;
}
#boya .section-start .animated .headline-group {
  transition: opacity 1s 1.4s;
  opacity: 1;
}
#boya .section-start .xs-item {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-start {
    overflow: hidden;
  }
  #boya .section-start .headline-main {
    transform: scale(1.5);
  }
  #boya .section-start .section-headline {
    font-size: 11.111111vw;
  }
  #boya .section-start .headline-blur {
    filter: blur(1.388889vw);
  }
  #boya .section-start .xs-item {
    display: block;
  }
}
#boya .section-highlights .swiper {
  overflow: visible;
}
#boya .section-highlights .swiper-slide {
  overflow: hidden;
  height: 37.5vw;
}
#boya .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#boya .section-highlights .swiper-slide-01 .slide-media {
  display: grid;
  background-image: linear-gradient(180deg, #001018, #0b0b0b);
}
#boya .section-highlights .swiper-slide-01 .slide-media picture {
  grid-area: 1/1;
}
#boya .section-highlights .swiper-slide-01 .slide-picture-anim {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 800ms;
  transition-property: transform, opacity;
  opacity: 0;
}
#boya .section-highlights .swiper-slide-01 .slide-picture-left {
  transform: translateX(-30%);
}
#boya .section-highlights .swiper-slide-01 .slide-picture-right {
  transform: translateX(30%);
}
#boya .section-highlights .swiper-slide-01.animated .slide-picture-anim {
  transform: translateX(0);
  opacity: 1;
}
#boya .section-highlights .slide-media {
  width: 100%;
  height: 100%;
  border: solid 1px #1D1D1D;
}
#boya .section-highlights .slide-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#boya .section-highlights .slide-content {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
  text-align: center;
}
#boya .section-highlights .slide-title {
  font-size: 1.666667vw;
  line-height: 1.5;
  color: #fff;
}
#boya .section-highlights .nav-container {
  display: flex;
  justify-content: center;
}
#boya .section-highlights .nav-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
}
#boya .section-highlights .arrownav-item {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  user-select: none;
  transition: opacity 300ms ease-out;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  #boya .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}
#boya .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#boya .section-highlights .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#boya .section-highlights .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.520833vw;
  height: 0.520833vw;
  margin-right: 0.260417vw;
  margin-left: 0.260417vw;
  cursor: pointer;
  transition: opacity 300ms ease-out;
  opacity: 0.2;
  border-radius: 100%;
  outline: 0;
  background-color: #fff;
}
#boya .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  #boya .section-highlights .dotnav-item:hover {
    opacity: 0.5;
  }
}
#boya .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 0.8;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-highlights .swiper-slide {
    height: 94.444444vw;
  }
  #boya .section-highlights .slide-content {
    margin: 8.333333vw 8.333333vw 0;
    text-align: left;
  }
  #boya .section-highlights .xs-content-below .slide-content {
    position: relative;
    top: auto;
    left: auto;
    margin: 6.111111vw 2.222222vw 0;
    text-align: center;
  }
  #boya .section-highlights .slide-title {
    font-size: 5.555556vw;
  }
  #boya .section-highlights .nav-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #boya .section-highlights .arrownav-item {
    width: 13.333333vw;
    padding: 2.5vw;
  }
  #boya .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #boya .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #boya .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
}

#boya .single-border {
  border: solid 1px #1D1D1D;
}
#boya .section-hero .hero-content {
  position: absolute;
  z-index: 1;
  top: 6.25vw;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#boya .section-hero .hero-head {
  display: flex;
  align-items: center;
  gap: 0.833333vw;
}
#boya .section-hero .hero-logo {
  width: 2.083333vw;
}
#boya .section-hero .hero-title {
  font-size: 1.458333vw;
}
#boya .section-hero .hero-slogan {
  margin-top: 1.25vw;
  font-size: 3.333333vw;
}
#boya .section-hero .hero-intro {
  font-size: 1.458333vw;
  color: #fff;
  margin-top: 1.458333vw;
}
#boya .section-hero .player-button {
  position: absolute;
  bottom: 3.333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-hero .hero-content {
    top: 11.111111vw;
  }
  #boya .section-hero .hero-head {
    gap: 2.777778vw;
  }
  #boya .section-hero .hero-logo {
    width: 7.222222vw;
  }
  #boya .section-hero .hero-title {
    font-size: 4.444444vw;
  }
  #boya .section-hero .hero-slogan {
    margin-top: 3.333333vw;
    font-size: 8.888889vw;
    text-align: center;
  }
  #boya .section-hero .hero-intro {
    font-size: 4.444444vw;
    margin-top: 3.888889vw;
  }
  #boya .section-hero .player-button {
    bottom: 2.777778vw;
  }
}
#boya .section-id .video-container {
  --duration: 18.964s;
}
#boya .section-id .music-container {
  display: flex;
  overflow: hidden;
  align-items: center;
}
#boya .section-id .inline-video {
  position: absolute;
}
#boya .section-id .audio-container {
  position: absolute;
  width: 0;
  height: 0;
}
#boya .section-id .panel-container {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #282a31;
}
#boya .section-id .panel-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 7.083333vw 1fr;
}
#boya .section-id .panel-item {
  display: grid;
  grid-template-rows: 2.083333vw repeat(4, 6.25vw) 0;
  row-gap: 0.416667vw;
}
#boya .section-id .panel-head {
  position: relative;
  z-index: 10;
  background-color: #141518;
  grid-column: 1;
  grid-row: 1/-1;
}
#boya .section-id .tooltip-container {
  position: absolute;
  z-index: 10;
  top: -0.46875vw;
  right: 0;
  left: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  opacity: 0;
  grid-area: 1/1;
}
#boya .section-id .tooltip-container.animated {
  pointer-events: auto;
  opacity: 1;
}
#boya .section-id .tooltip-container.animated .tooltip-item {
  animation: tooltip-bounce 5s infinite;
}
#boya .section-id .tooltip-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1.458333vw;
  margin-left: 5.052083vw;
}
#boya .section-id .tooltip-content {
  position: relative;
  z-index: 1;
  padding: 0.520833vw 0.625vw;
  font-size: 0.833333vw;
  white-space: nowrap;
  color: #fff;
  border-radius: 0.520833vw;
  background-image: linear-gradient(110deg, #7bacff, #d58cd0, #ffac5c);
}
#boya .section-id .mute-item {
  position: relative;
}
#boya .section-id .tooltip-triangle {
  position: absolute;
  bottom: -0.572917vw;
  left: 50%;
  overflow: hidden;
  width: 0.88125vw;
  height: 0.625vw;
  transform: translateX(-50%);
}
#boya .section-id .tooltip-triangle::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transform: rotate(45deg);
  transform-origin: right top;
  border-radius: 0 0 0.208333vw 0;
  background-image: linear-gradient(65deg, #c791d7, #d88ec7);
}
@keyframes tooltip-bounce {
  0%, 5%, 25%, 45%, 65%, 65.01%, 100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  15%, 35%, 55% {
    transform: translateY(0.260417vw);
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
#boya .section-id .picture-item-01, #boya .section-id .bar-item-01 {
  grid-row: 2;
}
#boya .section-id .picture-item-02, #boya .section-id .bar-item-02 {
  grid-row: 3;
}
#boya .section-id .picture-item-03, #boya .section-id .bar-item-03 {
  grid-row: 4;
}
#boya .section-id .picture-item-04, #boya .section-id .bar-item-04 {
  grid-row: 5;
}
#boya .section-id .picture-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#boya .section-id .picture {
  width: 6.25vw;
  aspect-ratio: 1;
  background-color: #38393b;
}
#boya .section-id .icon-text {
  position: absolute;
  z-index: 1;
  top: 0.3125vw;
  left: 0.416667vw;
  width: auto;
  height: 0.989583vw;
}
#boya .section-id .volume-item {
  position: absolute;
  z-index: 3;
  top: 0.208333vw;
  right: 0.208333vw;
  display: grid;
  overflow: hidden;
  width: 1.458333vw;
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 0.364583vw;
}
#boya .section-id .volume-item::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  content: "";
  pointer-events: none;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  border-radius: inherit;
}
#boya .section-id .icon-audio-track {
  position: absolute;
  z-index: 2;
  inset: 0;
}
#boya .section-id .icon-volume {
  position: relative;
  transition: opacity 100ms ease-in-out;
  grid-area: 1/1;
}
#boya .section-id .volume-on {
  background-image: linear-gradient(135deg, #98e09b, #1db782);
}
#boya .section-id .volume-off {
  opacity: 0;
  background-color: #acacad;
}
#boya .section-id .panel-body, #boya .section-id .panel-progress {
  grid-column: 2/-1;
  grid-row: 1/-1;
  grid-template-columns: repeat(10, 6.510417vw);
}
#boya .section-id .beat-line {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  background-color: #141518;
  grid-row: 1;
}
#boya .section-id .beat-line::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 1.666667vw;
  content: "";
  background-color: #707070;
}
#boya .section-id .icon-number-picture {
  position: absolute;
  top: 0.416667vw;
  left: 0.3125vw;
  display: flex;
  overflow: hidden;
  width: var(--number-size, 0.729167vw);
}
#boya .section-id .icon-number-image {
  flex-shrink: 0;
  width: calc(var(--number-size) * 10);
}
#boya .section-id .icon-number-02 {
  transform: translateX(-10%);
}
#boya .section-id .icon-number-03 {
  transform: translateX(-20%);
}
#boya .section-id .icon-number-04 {
  transform: translateX(-30%);
}
#boya .section-id .icon-number-05 {
  transform: translateX(-40%);
}
#boya .section-id .icon-number-06 {
  transform: translateX(-50%);
}
#boya .section-id .icon-number-07 {
  transform: translateX(-60%);
}
#boya .section-id .icon-number-08 {
  transform: translateX(-70%);
}
#boya .section-id .icon-number-09 {
  transform: translateX(-80%);
}
#boya .section-id .icon-number-10 {
  transform: translateX(-90%);
}
#boya .section-id .sub-line {
  width: 1px;
  height: 0.625vw;
  background-color: #42424b;
}
#boya .section-id .mask-line {
  position: relative;
  pointer-events: none;
  grid-row: 2/-1;
}
#boya .section-id .mask-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #707070;
}
#boya .section-id .beat-line-01, #boya .section-id .mask-line-01 {
  grid-column: 1;
}
#boya .section-id .beat-line-02, #boya .section-id .mask-line-02 {
  grid-column: 2;
}
#boya .section-id .beat-line-03, #boya .section-id .mask-line-03 {
  grid-column: 3;
}
#boya .section-id .beat-line-04, #boya .section-id .mask-line-04 {
  grid-column: 4;
}
#boya .section-id .beat-line-05, #boya .section-id .mask-line-05 {
  grid-column: 5;
}
#boya .section-id .beat-line-06, #boya .section-id .mask-line-06 {
  grid-column: 6;
}
#boya .section-id .beat-line-07, #boya .section-id .mask-line-07 {
  grid-column: 7;
}
#boya .section-id .beat-line-08, #boya .section-id .mask-line-08 {
  grid-column: 8;
}
#boya .section-id .beat-line-09, #boya .section-id .mask-line-09 {
  grid-column: 9;
}
#boya .section-id .beat-line-10, #boya .section-id .mask-line-10 {
  grid-column: 10;
}
#boya .section-id .panel-progress {
  position: relative;
  z-index: 11;
}
#boya .section-id .progress-indicator {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 1.09375vw;
  pointer-events: none;
  grid-column: 1/-2;
  grid-row: 1/-1;
}
#boya .section-id .progress-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #fff;
}
#boya .section-id .progress-anim .progress-indicator {
  animation: progress var(--duration) linear forwards paused;
}
#boya .section-id .playing .progress-indicator {
  animation-play-state: running;
}
@keyframes progress {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
#boya .section-id .icon-progress-indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.677083vw;
  transform: translateX(calc(0.5px - 50%));
}
#boya .section-id .bar-item {
  display: grid;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  grid-column: 1/-2;
}
#boya .section-id .bar-item .icon-text {
  opacity: 0.7;
}
#boya .section-id .muted .bar-enabled {
  opacity: 0;
}
#boya .section-id .muted .bar-disabled, #boya .section-id .muted .volume-off {
  opacity: 1;
}
#boya .section-id .bar-background {
  position: absolute;
  inset: 0;
}
#boya .section-id .bar-enabled {
  transition: opacity 100ms ease-in-out;
  opacity: 0.8;
}
#boya .section-id .bar-enabled-01 {
  background-image: linear-gradient(96deg, #94ff74, #e1ffa7, #fdb170);
}
#boya .section-id .bar-enabled-02 {
  background-image: linear-gradient(96deg, #fff183, #ff9b9b, #c652f0);
}
#boya .section-id .bar-enabled-03 {
  background-image: linear-gradient(96deg, #ff88df, #6c99ff, #faff81);
}
#boya .section-id .bar-enabled-04 {
  background-image: linear-gradient(96deg, #a56fff, #96afff, #a6fde2);
}
#boya .section-id .bar-disabled {
  transition: opacity 100ms ease-in-out;
  opacity: 0;
  background-color: rgba(172, 172, 173, 0.8);
}
#boya .section-id .button-pill {
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
#boya .section-id .medias-loaded .button-pill {
  pointer-events: auto;
  opacity: 1;
}
#boya .section-id .play-pause-button {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  width: 1.666667vw;
  height: 1.666667vw;
  margin-left: 0.833333vw;
  background-color: #fff;
}
#boya .section-id .button-icon {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
#boya .section-id .picture-item, #boya .section-id .beat-line, #boya .section-id .mask-line, #boya .section-id .progress-indicator {
  user-select: none;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-id .panel-wrapper {
    grid-template-columns: 18.888889vw 1fr;
  }
  #boya .section-id .panel-item {
    grid-template-rows: 5.555556vw repeat(4, 16.666667vw) 0;
    row-gap: 1.111111vw;
  }
  #boya .section-id .tooltip-container {
    top: -1.25vw;
  }
  #boya .section-id .tooltip-wrapper {
    width: 3.888889vw;
    margin-left: 13.472222vw;
  }
  #boya .section-id .tooltip-content {
    padding: 1.388889vw 1.666667vw;
    font-size: 2.222222vw;
    border-radius: 1.388889vw;
  }
  #boya .section-id .tooltip-triangle {
    bottom: -1.527778vw;
    width: 2.35000047vw;
    height: 1.666667vw;
  }
  #boya .section-id .tooltip-triangle::before {
    border-radius: 0 0 0.555556vw 0;
  }
  @keyframes tooltip-bounce {
    0%, 5%, 25%, 45%, 65%, 65.01%, 100% {
      transform: translateY(0);
      animation-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    }
    15%, 35%, 55% {
      transform: translateY(0.694444vw);
      animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    }
  }
  #boya .section-id .picture {
    width: 16.666667vw;
  }
  #boya .section-id .icon-text {
    top: 0.833333vw;
    left: 1.111111vw;
    height: 2.638889vw;
  }
  #boya .section-id .volume-item {
    top: 0.555556vw;
    right: 0.555556vw;
    width: 3.888889vw;
    border-radius: 0.972222vw;
  }
  #boya .section-id .panel-body, #boya .section-id .panel-progress {
    pointer-events: none;
    grid-template-columns: repeat(10, 17.361111vw);
  }
  #boya .section-id .progress-anim .panel-body, #boya .section-id .progress-anim .panel-progress {
    animation: progress2 calc(var(--duration) * 0.6222) calc(var(--duration) * 0.195) linear forwards paused;
  }
  #boya .section-id .playing .panel-body, #boya .section-id .playing .panel-progress {
    animation-play-state: running;
  }
  @keyframes progress2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-56%);
    }
  }
  #boya .section-id .beat-line::before {
    height: 4.444444vw;
  }
  #boya .section-id .icon-number-picture {
    top: 1.111111vw;
    left: 0.833333vw;
    width: var(--number-size, 1.944444vw);
  }
  #boya .section-id .sub-line {
    height: 1.666667vw;
  }
  #boya .section-id .progress-indicator {
    margin-top: 2.916667vw;
  }
  #boya .section-id .icon-progress-indicator {
    width: 1.805556vw;
  }
  #boya .section-id .play-pause-button {
    width: 6.666667vw;
    height: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#boya .section-creation-02 {
  overflow: hidden;
}
#boya .section-creation-02 .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#boya .section-creation-02 .swiper-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#boya .section-creation-02 .stack-list {
  width: 41.666667vw;
  text-align: left;
}
#boya .section-creation-02 .arrownav-list {
  justify-content: flex-end;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-creation-02 .swiper-content {
    display: block;
  }
  #boya .section-creation-02 .stack-list {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#boya .section-creation-03 .tabnav-content {
  position: absolute;
  z-index: 10;
  top: 35.729167vw;
  right: 0;
  left: 0;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-creation-03 .tabnav-content {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-top: -30.277778vw;
  }
}
#boya .section-timbres-01 {
  margin-top: -9.0625vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-timbres-01 {
    margin-top: 0;
  }
}
#boya .section-timbres-02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#boya .section-timbres-02 .section-header {
  width: 18.125vw;
}
#boya .section-timbres-02 .picture {
  width: 63.854167vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-timbres-02 {
    display: block;
  }
  #boya .section-timbres-02 .section-header {
    width: 82.222222vw;
  }
  #boya .section-timbres-02 .picture {
    width: 100%;
  }
}
#boya .section-timbres-03 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6.25vw;
}
#boya .section-timbres-03 .section-header {
  padding-bottom: 4.166667vw;
}
#boya .section-timbres-03 .swiper {
  flex-shrink: 0;
  width: 50.104167vw;
  margin-right: 0;
  margin-left: 0;
}
#boya .section-timbres-03 .picture-caption {
  position: absolute;
  z-index: 2;
  top: 1.458333vw;
  right: 1.666667vw;
  left: 1.666667vw;
  font-size: 1.458333vw;
  color: #fff;
}
#boya .section-timbres-03 .picture-caption-icon {
  width: 43.75vw;
}
#boya .section-timbres-03 .pagination-item {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: auto;
  margin-left: 0.833333vw;
  font-size: var(--pagination-font-size, 1.145833vw);
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
#boya .section-timbres-03 .pagination-item.swiper-pagination-lock {
  display: none;
}
#boya .section-timbres-03 .pagination-current {
  display: flex;
  flex-direction: column;
  height: 1em;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 400ms;
  transition-property: transform;
  transform: translate3d(0, var(--pagination-y, 0), 0);
  text-align: right;
  color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-timbres-03 {
    display: block;
  }
  #boya .section-timbres-03 .section-header {
    padding-bottom: 0;
  }
  #boya .section-timbres-03 .swiper {
    width: 100%;
  }
  #boya .section-timbres-03 .picture-caption {
    top: 2.777778vw;
    right: 3.333333vw;
    left: 3.333333vw;
    font-size: 4.444444vw;
  }
  #boya .section-timbres-03 .picture-caption-icon {
    width: 100%;
  }
  #boya .section-timbres-03 .pagination-item {
    margin-left: 4.444444vw;
    font-size: var(--pagination-font-size, 4.444444vw);
  }
}
#boya .section-timbres-04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#boya .section-timbres-04 .section-header {
  padding-left: 6.875vw;
}
#boya .section-timbres-04 .intro {
  width: 20.104167vw;
}
#boya .section-timbres-04 .picture {
  flex-shrink: 0;
  width: 45.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-timbres-04 {
    display: block;
  }
  #boya .section-timbres-04 .section-header {
    padding-left: 0;
  }
  #boya .section-timbres-04 .intro, #boya .section-timbres-04 .picture {
    width: 100%;
  }
}
#boya .section-tools-02 .section-header {
  position: relative;
  z-index: 10;
}
#boya .section-tools-02 .section-header span {
  color: #ffffff;
}
#boya .section-tools-02 .media-container {
  margin-top: -7.291667vw;
}
#boya .section-tools-02 .media-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#boya .section-tools-02 .media-picture {
  position: absolute;
  width: 59.375vw;
}
#boya .section-tools-02 .action-container {
  position: absolute;
  right: 0;
  bottom: 2.916667vw;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#boya .section-tools-02 .permalink-container {
  display: flex;
  justify-content: center;
}
#boya .section-tools-02 .permalink {
  color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-tools-02 .media-container {
    margin-top: 4.444444vw;
  }
  #boya .section-tools-02 .media-picture {
    width: 82.222222vw;
  }
  #boya .section-tools-02 .action-container {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #boya .section-tools-02 .permalink {
    font-size: 3.888889vw;
  }
}
#boya .section-tools-04 .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 16.25vw;
}
#boya .section-tools-04 .section-header {
  width: 26.666667vw;
}
#boya .section-tools-04 .picture {
  width: 51.5625vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-tools-04 .section-content {
    display: block;
    margin-left: 0;
  }
  #boya .section-tools-04 .section-header {
    width: 82.222222vw;
  }
  #boya .section-tools-04 .intro {
    width: 100%;
  }
  #boya .section-tools-04 .picture {
    width: 100%;
  }
}
#boya .section-tools-06 .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31.25vw;
  background-color: #121212;
}
#boya .section-tools-06 .section-header {
  width: 25.2vw;
  margin-left: 4.166667vw;
}
#boya .section-tools-06 .headline {
  font-size: 2.5vw;
}
#boya .section-tools-06 .intro {
  font-size: 1.041667vw;
}
#boya .section-tools-06 .button-pill {
  width: max-content;
}
#boya .section-tools-06 .button-item {
  padding-right: 1.25vw;
}
#boya .section-tools-06 .button-arrow {
  position: relative;
  z-index: 1;
  width: 1.145833vw;
}
#boya .section-tools-06 .button-link {
  position: absolute;
  z-index: 10;
  inset: 0;
}
#boya .section-tools-06 .picture {
  width: 35.520833vw;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-tools-06 .section-content {
    display: block;
    height: auto;
    padding-top: 7.777778vw;
    padding-bottom: 13.333333vw;
  }
  #boya .section-tools-06 .section-header {
    width: 82.222222vw;
    margin-left: auto;
  }
  #boya .section-tools-06 .headline {
    font-size: 6.666667vw;
  }
  #boya .section-tools-06 .intro {
    font-size: 3.888889vw;
  }
  #boya .section-tools-06 .button-pill {
    width: max-content;
  }
  #boya .section-tools-06 .button-item {
    padding-right: 5.555556vw;
  }
  #boya .section-tools-06 .button-arrow {
    width: 5.555556vw;
  }
  #boya .section-tools-06 .picture {
    width: 81.527778vw;
  }
}
#boya .section-work {
  overflow: hidden;
}
#boya .section-work .marquee-container, #boya .section-work .marquee-wrapper, #boya .section-work .work-list {
  display: flex;
}
#boya .section-work .marquee-wrapper {
  animation: marquee-scroll 35s linear infinite paused;
}
#boya .section-work .marquee-wrapper.animating {
  animation-play-state: running;
  will-change: transform;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#boya .section-work .work-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-right: 1.666667vw;
  padding-left: 1.666667vw;
}
#boya .section-work .work-item:hover .poster-content::after {
  opacity: 1;
}
#boya .section-work .work-item:hover .play-pause-button {
  opacity: 1;
  pointer-events: auto;
}
#boya .section-work .poster-content {
  position: relative;
}
#boya .section-work .poster-content::after {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#boya .section-work .play-pause-button {
  position: absolute;
  z-index: 4;
  right: 50%;
  bottom: 50%;
  width: 2.916667vw;
  height: 2.916667vw;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: translate(50%, 50%);
  opacity: 0;
  pointer-events: none;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #boya .section-work .play-pause-button:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
#boya .section-work .poster-picture {
  position: relative;
  z-index: 2;
  width: 12.5vw;
  aspect-ratio: 1;
}
#boya .section-work .poster-picture::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 0.416667vw;
  box-shadow: 0.208333vw 0 0.625vw rgba(0, 0, 0, 0.8);
}
#boya .section-work .work-title {
  text-align: center;
  color: #fff;
}
#boya .section-work .cd-item {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 12.5vw;
  margin-left: -6.25vw;
  animation: cd-rotate 10s linear infinite paused;
}
#boya .section-work .cd-item::after {
  position: relative;
  z-index: 1;
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: auto;
  margin-left: auto;
  content: "";
  border-radius: 50%;
  background-color: #000;
  grid-area: 1/1;
}
@keyframes cd-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#boya .section-work .playing .cd-item {
  animation-play-state: running;
}
#boya .section-work .cd-picture {
  grid-area: 1/1;
}
#boya .section-work .cd-poster {
  position: relative;
  overflow: hidden;
  width: 7.1875vw;
  border-radius: 50%;
  grid-area: 1/1;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-work .work-item {
    padding-right: 2.777778vw;
    padding-left: 2.777778vw;
  }
  #boya .section-work .poster-item {
    position: relative;
  }
  #boya .section-work .play-pause-button {
    width: 7.777778vw;
    height: 7.777778vw;
  }
  #boya .section-work .poster-picture {
    width: 33.333333vw;
  }
  #boya .section-work .poster-picture::before {
    border-radius: 1.111111vw;
    box-shadow: 0.555556vw 0 1.666667vw rgba(0, 0, 0, 0.8);
  }
  #boya .section-work .cd-item {
    width: 33.333333vw;
    margin-left: -16.666667vw;
  }
  #boya .section-work .cd-item::after {
    width: 3.333333vw;
    height: 3.333333vw;
  }
  #boya .section-work .cd-poster {
    width: 19.166667vw;
  }
}
#boya .section-partner .section-content {
  padding: 2.5vw 2.5vw 1.666667vw;
  background-color: #121212;
}
#boya .section-partner .section-content::before {
  position: absolute;
  inset: 0;
  padding: 2px;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background-image: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#boya .section-partner .light-list {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  height: 4.166667vw;
  transform: translateY(-100%);
}
#boya .section-partner .light-item {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-area: 1/1;
}
#boya .section-partner .light-item {
  border-radius: 50%;
}
#boya .section-partner .light-item-01 {
  background-image: linear-gradient(90deg, #6a6202, #ab38ff, #008925);
  filter: blur(2.604167vw);
}
#boya .section-partner .light-item-02 {
  width: 36.041667vw;
  background-image: radial-gradient(closest-side, #fff, rgba(123, 194, 142, 0.5), transparent);
  filter: blur(2.604167vw);
}
#boya .section-partner .light-item-03 {
  width: 27.291667vw;
  background-image: radial-gradient(closest-side, #df74ff, transparent);
  filter: blur(1.041667vw);
}
#boya .section-partner .headline {
  font-size: 1.666667vw;
}
#boya .section-partner .partner-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 2.291667vw;
}
#boya .section-partner .partner-list {
  display: grid;
  justify-content: center;
  gap: 0.625vw;
  text-align: center;
  grid-template-columns: repeat(4, 15vw);
}
#boya .section-partner .partner-item {
  font-size: 1.25vw;
  color: #a2a2a2;
  white-space: nowrap;
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-partner .section-content {
    padding: 11.111111vw 4.444444vw 8.888889vw;
  }
  #boya .section-partner .section-content::before {
    padding: 1px;
    background-image: linear-gradient(140deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  }
  #boya .section-partner .light-list {
    height: 5.555556vw;
    transform: translateY(-50%);
  }
  #boya .section-partner .light-item-01 {
    filter: blur(3.611111vw);
  }
  #boya .section-partner .light-item-02 {
    width: 51.388889vw;
    filter: blur(5.138889vw);
  }
  #boya .section-partner .light-item-03 {
    width: 67.222222vw;
    filter: blur(3.611111vw);
  }
  #boya .section-partner .headline {
    font-size: 6.111111vw;
  }
  #boya .section-partner .partner-container {
    display: block;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 8.888889vw;
  }
  #boya .section-partner .partner-list {
    gap: 6.111111vw;
    grid-template-columns: 70.333333vw;
    grid-auto-rows: min-content;
  }
  #boya .section-partner .partner-list:nth-child(2) {
    margin-top: 6.111111vw;
  }
  #boya .section-partner .partner-item {
    font-size: 4.444444vw;
  }
}
#boya .section-footnote {
  padding-bottom: 80px;
  --font-size: 12px;
  font-size: var(--font-size);
  --icon-size: 16px;
}
#boya .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: var(--icon-size);
  height: var(--icon-size);
  cursor: pointer;
  transform: translateY(calc((var(--font-size) * 1.6 - var(--icon-size)) / 2 * -1 - 1px));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") center/100% no-repeat;
}
@media (min-width: 1920px) {
  #boya .section-footnote {
    --font-size: .625vw;
    --icon-size: .833333vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #boya .section-footnote {
    --font-size: 3.333333vw;
    --icon-size: 4.722222vw;
  }
}
#boya .section-footnote ul, #boya .section-footnote ol {
  font-size: inherit;
  padding-inline-start: 1.5em;
}
#boya .section-footnote li {
  position: relative;
  font-size: inherit;
  color: #85858a;
}
#boya .section-footnote li.current {
  color: #d5d5db;
}
#boya .section-footnote li.current i {
  display: inline-block;
}
#boya .section-footnote li.asterisk {
  list-style-type: "*";
}
#boya .section-footnote li.disclaimer {
  list-style-type: none;
}
#boya .section-footnote ol li {
  list-style-type: decimal;
}
#boya .section-footnote a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
html[lang=zh-CN] #boya .section-footnote {
  --font-size: 14px;
}
@media (min-width: 1920px) {
  html[lang=zh-CN] #boya .section-footnote {
    --icon-size: 16px;
  }
}
@media (max-aspect-ratio: 12/10) {
  html[lang=zh-CN] #boya .section-footnote {
    --font-size: 3.333333vw;
  }
}
html[lang=zh-CN] #boya .section-footnote li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
}
html[lang=zh-CN] #boya .section-footnote li.current {
  font-weight: 800;
  color: #fff;
}/*# sourceMappingURL=main.css.map */