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);
}

#hope {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #86868b;
  background-color: #000;
}
@media (max-aspect-ratio: 12/10) {
  #hope {
    font-size: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope {
    font-size: 4.444444vw;
  }
}
#hope section .min-title {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-aspect-ratio: 12/10) {
  #hope section .min-title {
    font-size: 2vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope section .min-title {
    font-size: 3.888889vw;
  }
}
#hope section .fade-up {
  transform: translateY(1.041667vw);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.26, 0.67, 0.48, 0.91), opacity 1s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}
#hope section .fade-up.animated {
  opacity: 1;
  transform: translateY(0);
}
#hope section .show-xs {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #hope section .hid-md-xs {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope section .hid-xs {
    display: none;
  }
  #hope section .show-xs {
    display: block;
  }
}
#hope section .section-des {
  font-size: max(0.677083vw, 8px);
}
@media (max-aspect-ratio: 12/10) {
  #hope section .section-des {
    font-size: max(0.928571vw, 8px);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope section .section-des {
    font-size: max(1.805556vw, 8px);
  }
}

#hope *, #hope *::before, #hope *::after {
  box-sizing: border-box;
}
#hope section {
  position: relative;
}
#hope img, #hope picture, #hope video, #hope canvas, #hope svg {
  display: block;
  width: 100%;
}
#hope svg {
  overflow: visible;
}
#hope button {
  border: 0;
  background-color: transparent;
}
#hope .sticky-content {
  position: sticky;
  top: 0;
}
#hope .object-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#hope .object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hope .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#hope .blur-up {
  transition: filter 400ms;
  filter: blur(20px);
}
#hope .blur-up.lazyloaded {
  filter: blur(0);
}
#hope br {
  line-height: 0;
}
#hope br.md, #hope br.xs {
  display: none;
}
#hope br.lg {
  display: block;
}
@media (max-aspect-ratio: 12/10) {
  #hope br.lg, #hope br.xs {
    display: none;
  }
  #hope br.md {
    display: block;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope br.lg, #hope br.md {
    display: none;
  }
  #hope br.xs {
    display: block;
  }
}
#hope .absolute {
  position: absolute;
}
#hope .relative {
  position: relative;
}
#hope .sticky {
  position: sticky;
  top: 0;
}
#hope .z-1 {
  z-index: 1;
}
#hope .z-2 {
  z-index: 2;
}
#hope .z-3 {
  z-index: 3;
}
#hope .overflow-hidden {
  overflow: hidden;
}
#hope .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 12/10) {
  #hope .md\:overflow-hidden {
    overflow: hidden;
  }
  #hope .md\:overflow-visible {
    overflow: visible;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .xs\:overflow-hidden {
    overflow: hidden;
  }
  #hope .xs\:overflow-visible {
    overflow: visible;
  }
}
#hope .block {
  display: block;
}
#hope .inline-block {
  display: inline-block;
}
#hope .inline {
  display: inline;
}
#hope .flex {
  display: flex;
}
#hope .inline-flex {
  display: inline-flex;
}
#hope .grid {
  display: grid;
}
#hope .hidden {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #hope .md\:block {
    display: block;
  }
  #hope .md\:inline-block {
    display: inline-block;
  }
  #hope .md\:inline {
    display: inline;
  }
  #hope .md\:flex {
    display: flex;
  }
  #hope .md\:inline-flex {
    display: inline-flex;
  }
  #hope .md\:grid {
    display: grid;
  }
  #hope .md\:hidden {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .xs\:block {
    display: block;
  }
  #hope .xs\:inline-block {
    display: inline-block;
  }
  #hope .xs\:inline {
    display: inline;
  }
  #hope .xs\:flex {
    display: flex;
  }
  #hope .xs\:inline-flex {
    display: inline-flex;
  }
  #hope .xs\:grid {
    display: grid;
  }
  #hope .xs\:hidden {
    display: none;
  }
}
#hope .flex-row-reverse {
  flex-direction: row-reverse;
}
#hope .flex-col {
  flex-direction: column;
}
#hope .flex-col-reverse {
  flex-direction: column-reverse;
}
#hope .flex-wrap {
  flex-wrap: wrap;
}
#hope .justify-start {
  justify-content: flex-start;
}
#hope .justify-end {
  justify-content: flex-end;
}
#hope .justify-center {
  justify-content: center;
}
#hope .justify-between {
  justify-content: space-between;
}
#hope .items-start {
  align-items: flex-start;
}
#hope .items-end {
  align-items: flex-end;
}
#hope .items-center {
  align-items: center;
}
#hope .shrink-0 {
  flex-shrink: 0;
}
#hope .order-1 {
  order: 1;
}
#hope .order-2 {
  order: 2;
}
#hope .order-3 {
  order: 3;
}
#hope .order-4 {
  order: 4;
}
#hope .order-5 {
  order: 5;
}
#hope .order-6 {
  order: 6;
}
@media (max-aspect-ratio: 12/10) {
  #hope .md\:flex-row {
    flex-direction: row;
  }
  #hope .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #hope .md\:flex-col {
    flex-direction: column;
  }
  #hope .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #hope .md\:justify-start {
    justify-content: flex-start;
  }
  #hope .md\:justify-end {
    justify-content: flex-end;
  }
  #hope .md\:justify-center {
    justify-content: center;
  }
  #hope .md\:justify-between {
    justify-content: space-between;
  }
  #hope .md\:items-start {
    align-items: flex-start;
  }
  #hope .md\:items-end {
    align-items: flex-end;
  }
  #hope .md\:items-center {
    align-items: center;
  }
  #hope .md\:order-1 {
    order: 1;
  }
  #hope .md\:order-2 {
    order: 2;
  }
  #hope .md\:order-3 {
    order: 3;
  }
  #hope .md\:order-4 {
    order: 4;
  }
  #hope .md\:order-5 {
    order: 5;
  }
  #hope .md\:order-6 {
    order: 6;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .xs\:flex-row {
    flex-direction: row;
  }
  #hope .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #hope .xs\:flex-col {
    flex-direction: column;
  }
  #hope .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #hope .xs\:justify-start {
    justify-content: flex-start;
  }
  #hope .xs\:justify-end {
    justify-content: flex-end;
  }
  #hope .xs\:justify-center {
    justify-content: center;
  }
  #hope .xs\:justify-between {
    justify-content: space-between;
  }
  #hope .xs\:items-start {
    align-items: flex-start;
  }
  #hope .xs\:items-end {
    align-items: flex-end;
  }
  #hope .xs\:items-center {
    align-items: center;
  }
  #hope .xs\:order-1 {
    order: 1;
  }
  #hope .xs\:order-2 {
    order: 2;
  }
  #hope .xs\:order-3 {
    order: 3;
  }
  #hope .xs\:order-4 {
    order: 4;
  }
  #hope .xs\:order-5 {
    order: 5;
  }
  #hope .xs\:order-6 {
    order: 6;
  }
}
#hope .rounded, #hope .lg\:rounded, #hope .rounded-left, #hope .lg\:rounded-left, #hope .rounded-right, #hope .lg\:rounded-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#hope .rounded, #hope .lg\:rounded {
  border-radius: 0.833333vw;
}
#hope .rounded-left, #hope .lg\:rounded-left {
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}
#hope .rounded-right, #hope .lg\:rounded-right {
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .lg\:rounded, #hope .lg\:rounded-left, #hope .lg\:rounded-right {
    border-radius: 0;
  }
  #hope .md\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #hope .rounded, #hope .md\:rounded {
    border-radius: 1.142857vw;
  }
  #hope .rounded-left, #hope .md\:rounded-left {
    border-top-left-radius: 1.142857vw;
    border-bottom-left-radius: 1.142857vw;
  }
  #hope .rounded-right, #hope .md\:rounded-right {
    border-top-right-radius: 1.142857vw;
    border-bottom-right-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .md\:rounded, #hope .md\:rounded-left, #hope .md\:rounded-right {
    border-radius: 0;
  }
  #hope .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #hope .rounded, #hope .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #hope .rounded-left, #hope .xs\:rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #hope .rounded-right, #hope .xs\:rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}
#hope .stack-list {
  display: grid;
}
#hope .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/-1/-1;
}
#hope .stack-item.current {
  z-index: 1;
  opacity: 1;
}
#hope .speed-fade .stack-item {
  transition-duration: 200ms;
}
#hope .speed-fade .stack-item.current {
  transition-delay: 200ms;
}
#hope .speed-slide .stack-item {
  transition-duration: 400ms;
}
#hope .speed-slide .stack-item.current {
  transition-delay: 400ms;
}
@media (max-aspect-ratio: 12/10) {
  #hope .speed-slide .stack-item {
    transition-duration: 300ms;
  }
  #hope .speed-slide .stack-item.current {
    transition-delay: 300ms;
  }
}
#hope .fadeup, #hope .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) {
  #hope .fadeup, #hope .xs-fadeup {
    transform: translateY(11.111111vw);
  }
  #hope .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #hope .xs-fadeup {
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}
#hope .fadeup.animated, #hope .lg-fadeup.animated, #hope .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}
#hope .w-1560 {
  width: 81.25vw;
}
#hope .w-1296 {
  width: 67.5vw;
}
#hope .w-1080 {
  width: 56.25vw;
}
#hope .w-1068 {
  width: 55.625vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .md\:w-full {
    width: 100%;
  }
  #hope .md\:w-1272 {
    width: 90.857143vw;
  }
  #hope .md\:w-1056 {
    width: 75.428571vw;
  }
  #hope .md\:w-1080 {
    width: 77.142857vw;
  }
  #hope .md\:w-624 {
    width: 44.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .xs\:w-full {
    width: 100%;
  }
  #hope .xs\:w-688 {
    width: 95.555556vw;
  }
  #hope .xs\:w-656 {
    width: 91.111111vw;
  }
  #hope .xs\:w-640 {
    width: 88.888889vw;
  }
  #hope .xs\:w-592 {
    width: 82.222222vw;
  }
  #hope .xs\:w-560 {
    width: 77.777778vw;
  }
}
#hope .mt-1\.25 {
  margin-top: 1.25em;
}
#hope .mt-1\.6 {
  margin-top: 1.6em;
}
#hope .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#hope .mt-8, #hope .lg\:mt-8 {
  margin-top: 0.416667vw;
}
#hope .mt-16, #hope .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#hope .mt-24, #hope .lg\:mt-24 {
  margin-top: 1.25vw;
}
#hope .mt-32, #hope .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#hope .mt-40, #hope .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#hope .mt-48, #hope .lg\:mt-48 {
  margin-top: 2.5vw;
}
#hope .mt-56, #hope .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#hope .mt-64, #hope .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#hope .mt-72, #hope .lg\:mt-72 {
  margin-top: 3.75vw;
}
#hope .mt-80, #hope .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#hope .mt-88, #hope .lg\:mt-88 {
  margin-top: 4.583333vw;
}
#hope .mt-96, #hope .lg\:mt-96 {
  margin-top: 5vw;
}
#hope .mt-104, #hope .lg\:mt-104 {
  margin-top: 5.416667vw;
}
#hope .mt-112, #hope .lg\:mt-112 {
  margin-top: 5.833333vw;
}
#hope .mt-120, #hope .lg\:mt-120 {
  margin-top: 6.25vw;
}
#hope .mt-144, #hope .lg\:mt-144 {
  margin-top: 7.5vw;
}
#hope .mt-160, #hope .lg\:mt-160 {
  margin-top: 8.333333vw;
}
#hope .mt-200, #hope .lg\:mt-200 {
  margin-top: 10.416667vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .md\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #hope .mt-8, #hope .md\:mt-8 {
    margin-top: 0.571429vw;
  }
  #hope .mt-16, #hope .md\:mt-16 {
    margin-top: 1.142857vw;
  }
  #hope .mt-24, #hope .md\:mt-24 {
    margin-top: 1.714286vw;
  }
  #hope .mt-32, #hope .md\:mt-32 {
    margin-top: 2.285714vw;
  }
  #hope .mt-40, #hope .md\:mt-40 {
    margin-top: 2.857143vw;
  }
  #hope .mt-48, #hope .md\:mt-48 {
    margin-top: 3.428571vw;
  }
  #hope .mt-56, #hope .md\:mt-56 {
    margin-top: 4vw;
  }
  #hope .mt-64, #hope .md\:mt-64 {
    margin-top: 4.571429vw;
  }
  #hope .mt-72, #hope .md\:mt-72 {
    margin-top: 5.142857vw;
  }
  #hope .mt-80, #hope .md\:mt-80 {
    margin-top: 5.714286vw;
  }
  #hope .mt-88, #hope .md\:mt-88 {
    margin-top: 6.285714vw;
  }
  #hope .mt-96, #hope .md\:mt-96 {
    margin-top: 6.857143vw;
  }
  #hope .mt-104, #hope .md\:mt-104 {
    margin-top: 7.428571vw;
  }
  #hope .mt-112, #hope .md\:mt-112 {
    margin-top: 8vw;
  }
  #hope .mt-120, #hope .md\:mt-120 {
    margin-top: 8.571429vw;
  }
  #hope .mt-144, #hope .md\:mt-144 {
    margin-top: 10.285714vw;
  }
  #hope .mt-160, #hope .md\:mt-160 {
    margin-top: 11.428571vw;
  }
  #hope .mt-200, #hope .md\:mt-200 {
    margin-top: 14.285714vw;
  }
  #hope .md\:mt-0 {
    margin-top: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #hope .mt-8, #hope .xs\:mt-8 {
    margin-top: 1.111111vw;
  }
  #hope .mt-16, #hope .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #hope .mt-24, #hope .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #hope .mt-32, #hope .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #hope .mt-40, #hope .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #hope .mt-48, #hope .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #hope .mt-56, #hope .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #hope .mt-64, #hope .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #hope .mt-72, #hope .xs\:mt-72 {
    margin-top: 10vw;
  }
  #hope .mt-80, #hope .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #hope .mt-88, #hope .xs\:mt-88 {
    margin-top: 12.222222vw;
  }
  #hope .mt-96, #hope .xs\:mt-96 {
    margin-top: 13.333333vw;
  }
  #hope .mt-104, #hope .xs\:mt-104 {
    margin-top: 14.444444vw;
  }
  #hope .mt-112, #hope .xs\:mt-112 {
    margin-top: 15.555556vw;
  }
  #hope .mt-120, #hope .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #hope .mt-144, #hope .xs\:mt-144 {
    margin-top: 20vw;
  }
  #hope .mt-160, #hope .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
  #hope .mt-200, #hope .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
  #hope .xs\:mt-0 {
    margin-top: 0;
  }
}
#hope .pt-200, #hope .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#hope .pb-200, #hope .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#hope .py-200, #hope .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#hope .pt-160, #hope .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#hope .pb-160, #hope .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
#hope .py-160, #hope .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#hope .pt-120, #hope .lg\:pt-120 {
  padding-top: 6.25vw;
}
#hope .pb-120, #hope .lg\:pb-120 {
  padding-bottom: 6.25vw;
}
#hope .pt-112, #hope .lg\:pt-112 {
  padding-top: 5.833333vw;
}
#hope .pt-80, #hope .lg\:pt-80 {
  padding-top: 4.166667vw;
}
#hope .pb-80, #hope .lg\:pb-80 {
  padding-bottom: 4.166667vw;
}
#hope .pt-40, #hope .lg\:pt-40 {
  padding-top: 2.083333vw;
}
#hope .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .pt-200, #hope .md\:pt-200 {
    padding-top: 14.285714vw;
  }
  #hope .pb-200, #hope .md\:pb-200 {
    padding-bottom: 14.285714vw;
  }
  #hope .py-200, #hope .md\:py-200 {
    padding-top: 14.285714vw;
    padding-bottom: 14.285714vw;
  }
  #hope .pt-160, #hope .md\:pt-160 {
    padding-top: 11.428571vw;
  }
  #hope .pb-160, #hope .md\:pb-160 {
    padding-bottom: 11.428571vw;
  }
  #hope .py-160, #hope .md\:py-160 {
    padding-top: 11.428571vw;
    padding-bottom: 11.428571vw;
  }
  #hope .pt-120, #hope .md\:pt-120 {
    padding-top: 8.571429vw;
  }
  #hope .pt-88, #hope .md\:pt-88 {
    padding-top: 6.285714vw;
  }
  #hope .pt-80, #hope .md\:pt-80 {
    padding-top: 5.714286vw;
  }
  #hope .px-16, #hope .md\:px-16 {
    padding-left: 1.142857vw;
    padding-right: 1.142857vw;
  }
  #hope .md\:pt-0 {
    padding-top: 0;
  }
  #hope .md\:pb-0 {
    padding-bottom: 0;
  }
  #hope .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #hope .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .pt-200, #hope .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #hope .pb-200, #hope .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #hope .py-200, #hope .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #hope .pt-160, #hope .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #hope .pb-160, #hope .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #hope .py-160, #hope .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #hope .pt-120, #hope .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #hope .pt-88, #hope .xs\:pt-88 {
    padding-top: 12.222222vw;
  }
  #hope .pt-80, #hope .xs\:pt-80 {
    padding-top: 11.111111vw;
  }
  #hope .px-16, #hope xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
  #hope .xs\:pt-0 {
    padding-top: 0;
  }
  #hope .xs\:pb-0 {
    padding-bottom: 0;
  }
  #hope .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #hope .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
#hope .h2, #hope .h3 {
  line-height: 1.25;
  color: #fff;
}
#hope .h2 {
  font-size: 3.333333vw;
  font-weight: 600;
}
#hope .h3 {
  font-size: 1.666667vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .h2 {
    font-size: 4.571429vw;
  }
  #hope .h3 {
    font-size: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .h2 {
    font-size: 8.888889vw;
  }
  #hope .h3 {
    font-size: 4.444444vw;
  }
}
#hope strong {
  font-weight: 500;
  color: #fff;
}
#hope .note {
  font-size: max(8px, 0.625vw);
  color: rgba(109, 109, 115, 0.6);
}
@media (max-aspect-ratio: 12/10) {
  #hope .note {
    font-size: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .note {
    font-size: 3.333333vw;
  }
}
#hope [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#hope .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#hope .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;
}
#hope .text-left {
  text-align: left;
}
#hope .text-center {
  text-align: center;
}
#hope .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 12/10) {
  #hope .md\:text-left {
    text-align: left;
  }
  #hope .md\:text-center {
    text-align: center;
  }
  #hope .md\:text-right {
    text-align: right;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .xs\:text-left {
    text-align: left;
  }
  #hope .xs\:text-center {
    text-align: center;
  }
  #hope .xs\:text-right {
    text-align: right;
  }
}
#hope .permalink {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  transition: opacity 300ms ease-out;
  color: #4B51FF;
  font-size: 0.9375vw;
  font-weight: bold;
  --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="%234B59FF"/%3E%3C/svg%3E') center / 100% no-repeat;
}
#hope .permalink::after {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background: var(--permalink-arrow);
}
html[dir=rtl] #hope .permalink::after {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  #hope .permalink::after {
    transition: transform 300ms ease-out;
  }
  #hope .permalink:hover {
    opacity: 0.6;
  }
  #hope .permalink:hover::after {
    transform: translateX(4px);
  }
  html[dir=rtl] #hope .permalink:hover::after {
    transform: rotate(180deg) translateX(4px);
  }
}
#hope .permalink.arrow-purple::after {
  background: var(--permalink-arrow-purple);
}
@media (max-aspect-ratio: 12/10) {
  #hope .permalink {
    font-size: 2vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .permalink {
    font-size: 3.888889vw;
  }
}
#hope .video-container {
  position: relative;
}
#hope .inline-video {
  pointer-events: none;
}
#hope .start-frame-mask::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--start-frame) center/cover no-repeat;
  opacity: 0;
  transition: opacity 200ms 300ms ease-out;
  will-change: opacity;
}
#hope .start-frame-mask.show-start-frame::after {
  opacity: 1;
}
#hope .play-pause-button {
  --arrownav-background-color: 52, 53, 54;
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  transition: background-color 300ms ease-out;
}
@media (max-aspect-ratio: 12/10) {
  #hope .play-pause-button {
    right: 2.285714vw;
    bottom: 2.285714vw;
    width: 4.571429vw;
    height: 4.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}
#hope .play-pause-button .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
  will-change: transform;
}
#hope .playing .icon-pause, #hope .paused .icon-play, #hope .ended .icon-replay {
  display: block;
}
#hope .effect-fade .play-pause-button {
  transition-property: transform, opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: scale(0.8);
  opacity: 0;
}
#hope .effect-fade .swiper-slide-active .play-pause-button {
  transition-delay: 620ms;
  transform: scale(1);
  opacity: 1;
}
@media (max-aspect-ratio: 12/10) {
  #hope .effect-fade .swiper-slide-active .play-pause-button {
    transition-delay: 420ms;
  }
}
#hope.no-inline-video .play-pause-button {
  display: none;
}
#hope .replay-button {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
  cursor: default;
}
#hope .ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#hope .modal-button-container {
  display: flex;
  justify-content: center;
}
#hope .modal-button-container .modal-button {
  --arrownav-background-color: 52, 53, 54;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
  cursor: pointer;
  height: 3.333333vw;
  background-color: rgba(var(--arrownav-background-color), 1);
  border-radius: 999px;
  transition: background-color 300ms ease-out;
}
#hope .modal-button-container .modal-button:hover {
  background-color: rgba(var(--arrownav-background-color), 0.6);
}
#hope .modal-button-container .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #fff;
}
#hope .modal-button-container .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .modal-button-container .modal-button {
    padding-right: 1.714286vw;
    padding-left: 3.428571vw;
    height: 6.857143vw;
  }
  #hope .modal-button-container .button-copy {
    font-size: 2vw;
  }
  #hope .modal-button-container .button-icon {
    width: 3.428571vw;
    margin-left: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .modal-button-container .modal-button {
    height: 13.333333vw;
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #hope .modal-button-container .button-copy {
    font-size: 3.888889vw;
  }
  #hope .modal-button-container .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#hope .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 600ms;
  transition-property: -webkit-backdrop-filter, backdrop-filter, background-color;
  transform: translateZ(0);
  outline: 0;
  background-color: rgba(25, 25, 26, 0);
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
}
#hope .section-modal.modal-scrollable {
  padding-inline-end: var(--modal-scrollbar-buffer);
}
#hope .section-modal.modal-open {
  background-color: rgba(25, 25, 26, 0.8);
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}
#hope .section-modal.modal-open .modal-container {
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1), opacity 200ms ease-in;
  opacity: 1;
}
.has-modal-l #hope .section-modal.modal-open, .has-modal-l #hope .section-modal.modal-focus {
  z-index: 200;
}
.has-modal-l #hope .section-modal .modal-container {
  transform: translate3d(0, 0, 0);
}
#hope .section-modal.modal-focus {
  overflow: auto !important;
  padding-inline-end: 0;
}
#hope .section-modal.modal-focus .modal-container {
  transition: opacity 600ms;
}
#hope .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  transform: translate3d(0, 100vh, 0);
  opacity: 0;
  will-change: transform, opacity;
}
#hope .section-modal .modal-wrapper {
  position: relative;
  width: 81.25vw;
}
#hope .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  padding-bottom: 4.166667vw;
  border-radius: 0.833333vw;
  background-color: #000;
}
#hope .section-modal .modal-close-container {
  position: absolute;
  top: 1.666667vw;
  right: 1.666667vw;
  bottom: 0;
  width: 2.083333vw;
}
#hope .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 2.083333vw;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: background-color 300ms ease-out;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (hover: hover) and (pointer: fine) {
  #hope .section-modal .modal-close-button:hover {
    background-color: rgba(128, 128, 128, 0.5);
  }
}
#hope .section-modal .modal-close-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-modal .modal-container {
    padding-top: 5.714286vw;
    padding-bottom: 5.714286vw;
  }
  #hope .section-modal .modal-wrapper {
    width: 90.857143vw;
  }
  #hope .section-modal .modal-content {
    padding-bottom: 8.571429vw;
    border-radius: 1.714286vw;
  }
  #hope .section-modal .modal-close-container {
    top: 2.857143vw;
    right: 2.857143vw;
    width: 5.714286vw;
  }
  #hope .section-modal .modal-close-button {
    top: 2.857143vw;
    opacity: 1;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-modal .modal-container {
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #hope .section-modal .modal-wrapper {
    width: 95.555556vw;
  }
  #hope .section-modal .modal-content {
    padding-bottom: 19.444444vw;
    border-radius: 2.222222vw;
  }
  #hope .section-modal .modal-close-container {
    top: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
  }
  #hope .section-modal .modal-close-button {
    top: 3.333333vw;
  }
}
#hope .swiper:not(.swiper-fade) .swiper-wrapper, #hope .swiper:not(.swiper-fade) [data-swiper-parallax-x], #hope .swiper:not(.swiper-fade) [data-swiper-parallax-y], #hope .swiper:not(.swiper-fade) [data-swiper-parallax-opacity], #hope .swiper:not(.swiper-fade) [data-swiper-parallax-scale], #hope .swiper:not(.swiper-fade) .transform-item {
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#hope .swiper.swiper-touched .swiper-wrapper, #hope .swiper.swiper-touched [data-swiper-parallax-x], #hope .swiper.swiper-touched [data-swiper-parallax-y], #hope .swiper.swiper-touched [data-swiper-parallax-opacity], #hope .swiper.swiper-touched [data-swiper-parallax-scale], #hope .swiper.swiper-touched .transform-item {
  transition-timing-function: ease !important;
}
#hope .swiper.swiper-fade .swiper-slide, #hope .swiper.swiper-fade .transform-item {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#hope .swiper.swiper-click .swiper-slide:not(.swiper-slide-visible) {
  cursor: pointer;
}
#hope .swiper.swiper-click-inside .swiper-slide {
  cursor: pointer;
}
#hope .swiper.swiper-click-inside .swiper-slide-active, #hope .swiper.swiper-click-inside .swiper-slide-next {
  cursor: auto;
}
@media (max-aspect-ratio: 12/10) {
  #hope .swiper.swiper-click-inside .swiper-slide-next {
    cursor: pointer;
  }
}
#hope .arrownav-list {
  display: flex;
  --arrownav-background-color: 52, 53, 54;
}
#hope .arrownav-list .arrownav-item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  overflow: hidden;
}
#hope .arrownav-list .arrownav-item img {
  transition: opacity 300ms ease-out;
  position: relative;
  z-index: 10;
}
#hope .arrownav-list .arrownav-disabled {
  cursor: default;
}
#hope .arrownav-list .arrownav-disabled img {
  opacity: 0.3;
}
#hope .arrownav-list .arrownav-next {
  margin-left: 1.25vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .arrownav-list .arrownav-item {
    width: 5.714286vw;
    height: 5.714286vw;
  }
  #hope .arrownav-list .arrownav-next {
    margin-left: 2.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .arrownav-list .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #hope .arrownav-list .arrownav-next {
    margin-left: 4.444444vw;
  }
}
#hope .section-carousel {
  overflow: hidden;
}
#hope .section-carousel .swiper {
  overflow: visible;
}
#hope .section-carousel .inline-video {
  pointer-events: none;
}
#hope .section-carousel .note-overlay {
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
}
#hope .section-carousel .slide-content {
  width: 90%;
  padding-top: 2.083333vw;
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
  cursor: auto;
}
#hope .section-carousel .arrownav-list {
  position: relative;
  height: 2.604167vw;
}
#hope .section-carousel .arrownav-item {
  position: absolute;
  bottom: 0;
}
#hope .section-carousel .arrownav-prev {
  right: 3.645833vw;
}
#hope .section-carousel .arrownav-next {
  right: 0;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-carousel .note-overlay {
    right: 1.714286vw;
    bottom: 1.714286vw;
  }
  #hope .section-carousel .slide-content {
    width: 100% !important;
    padding-top: 3.428571vw;
    padding-left: 1.142857vw;
    padding-right: 1.142857vw;
  }
  #hope .section-carousel .arrownav-list {
    height: 6vw;
    justify-content: center;
  }
  #hope .section-carousel .arrownav-prev {
    position: relative;
    right: 0;
  }
  #hope .section-carousel .arrownav-next {
    position: relative;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-carousel .note-overlay {
    right: 3.333333vw;
    bottom: 3.333333vw;
  }
  #hope .section-carousel .slide-content {
    padding-top: 6.666667vw;
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
  #hope .section-carousel .arrownav-list {
    height: 11.666667vw;
    justify-content: flex-end;
    width: calc(100% - 2.222222vw);
  }
  #hope .section-carousel .arrownav-prev {
    right: 16.944444vw;
    position: absolute;
  }
  #hope .section-carousel .arrownav-next {
    position: absolute;
  }
}
#hope .carousel-col-2 .swiper-slide {
  width: 33.125vw;
}
#hope .carousel-col-2 .slide-content {
  width: 80%;
}
@media (max-aspect-ratio: 12/10) {
  #hope .carousel-col-2 .swiper-slide {
    width: 100%;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .carousel-col-2 .swiper-slide {
    width: 100%;
  }
}
#hope .tabnav-section, #hope .tabnav-custom-section {
  position: relative;
  overflow: hidden;
}
@media (max-aspect-ratio: 12/10) {
  #hope .tabnav-content {
    --tabnav-space: 4.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .tabnav-content {
    --tabnav-space: 8.888889vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #hope .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;
  }
  #hope .tabnav-track::-webkit-scrollbar {
    display: none;
  }
  #hope .tabnav-container {
    padding-right: var(--tabnav-space);
    padding-left: var(--tabnav-space);
  }
}
#hope .disable-transitions .tabnav-item, #hope .disable-transitions .tabnav-indicator, #hope .disable-transitions .tabnav-indicator::after, #hope .disable-transitions .tabnav-caption {
  transition: none !important;
}
#hope .tabnav-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#hope .tabnav-list {
  position: relative;
  z-index: 10;
  display: flex;
}
#hope .tabnav-item {
  flex-shrink: 0;
}
#hope .tabnav-item .tabnav-label sup {
  pointer-events: none;
}
#hope .tabnav-indicator {
  overflow: hidden;
  pointer-events: none;
  border-radius: 999px;
}
#hope .tabnav-line-x .tabnav-track, #hope .tabnav-pill .tabnav-track {
  display: flex;
}
#hope .tabnav-line-x .tabnav-container, #hope .tabnav-pill .tabnav-container {
  margin-right: auto;
  margin-left: auto;
}
#hope .tabnav-line-x .tabnav-item, #hope .tabnav-pill .tabnav-item {
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  transform: translateZ(0);
  white-space: nowrap;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#hope .tabnav-line-x .tabnav-item.current, #hope .tabnav-pill .tabnav-item.current {
  cursor: default;
  transition-duration: 400ms;
}
#hope .tabnav-line-x .tabnav-label, #hope .tabnav-pill .tabnav-label {
  color: inherit;
  font-size: inherit;
}
#hope .tabnav-line-x .tabnav-list {
  gap: 2.916667vw;
  margin-top: -0.416667vw;
}
#hope .tabnav-line-x .tabnav-item {
  font-size: 1.25vw;
  opacity: 0.4;
  padding-top: 0.416667vw;
  padding-bottom: 0.416667vw;
  transition-property: opacity;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  #hope .tabnav-line-x .tabnav-item:not(.current):hover {
    opacity: 0.6;
  }
}
#hope .tabnav-line-x .tabnav-item.current {
  opacity: 1;
}
#hope .tabnav-line-x .tabnav-indicator {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 0.416667vw;
}
#hope .tabnav-line-x .tabnav-indicator::after {
  width: var(--tabnav-size, 0);
  height: 100%;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-start, 0));
}
#hope .tabnav-line-y .tabnav-list {
  flex-direction: column;
  gap: 2.083333vw;
  padding-left: 2.083333vw;
}
#hope .tabnav-line-y .tabnav-item {
  font-size: 0;
}
#hope .tabnav-line-y .tabnav-item.current .tabnav-label, #hope .tabnav-line-y .tabnav-item.current .tabnav-caption {
  opacity: 1;
}
#hope .tabnav-line-y .tabnav-item.current .tabnav-label {
  cursor: default;
  transition-duration: 400ms;
}
#hope .tabnav-line-y .tabnav-item:not(.current) .tabnav-collapse {
  height: 0;
}
#hope .tabnav-line-y .tabnav-label {
  display: inline-block;
  font-size: 1.666667vw;
  cursor: pointer;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  transition-property: opacity;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  #hope .tabnav-line-y .tabnav-label:hover {
    opacity: 0.6;
  }
}
#hope .tabnav-line-y .tabnav-collapse {
  overflow: hidden;
  transition: height 400ms ease-out;
}
#hope .tabnav-line-y .tabnav-caption {
  padding-top: 0.833333vw;
  font-size: 1.041667vw;
  transition-property: opacity;
  transition-duration: 400ms;
  opacity: 0;
}
@media (min-aspect-ratio: 12/10) {
  #hope .tabnav-line-y .tabnav-caption {
    color: #BCBCBC;
  }
}
#hope .tabnav-line-y .tabnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.208333vw;
  height: 100%;
}
#hope .tabnav-line-y .tabnav-indicator::before {
  background-color: #484848 !important;
}
#hope .tabnav-line-y .tabnav-indicator::after {
  width: 100%;
  background-color: #6476FF !important;
  height: var(--tabnav-size, 0);
  transition-property: height, transform;
  transform: translateY(var(--tabnav-start, 0));
}
#hope .tabnav-line-y .tabnav-caption-list {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #hope .tabnav-line-y .tabnav-container {
    margin-right: auto;
    margin-left: auto;
  }
  #hope .tabnav-line-y .tabnav-list {
    flex-direction: row;
    padding-left: 0;
  }
  #hope .tabnav-line-y .tabnav-label {
    font-size: inherit;
    white-space: nowrap;
  }
  #hope .tabnav-line-y .tabnav-collapse {
    display: none;
  }
  #hope .tabnav-line-y .tabnav-caption-list {
    display: grid;
    text-align: center;
  }
  #hope .tabnav-line-y .tabnav-caption {
    position: relative;
    width: 100%;
    padding-top: 0;
    font-size: inherit;
  }
  #hope .tabnav-line-y .tabnav-caption.current {
    opacity: 1;
  }
  #hope .tabnav-line-y .tabnav-indicator {
    position: relative;
    width: 100%;
  }
  #hope .tabnav-line-y .tabnav-indicator::after {
    width: var(--tabnav-size, 0);
    height: 100%;
    transition-property: width, transform;
    transform: translateX(var(--tabnav-start, 0));
  }
  #hope .tabnav-line-y .tabnav-caption-list {
    display: grid;
  }
}
#hope .tabnav-line-x .tabnav-indicator::before, #hope .tabnav-line-y .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #707070;
}
#hope .tabnav-line-x .tabnav-indicator::after, #hope .tabnav-line-y .tabnav-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 400ms;
  border-radius: 999px;
  background-color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #hope .tabnav-line-x .tabnav-list, #hope .tabnav-line-y .tabnav-list {
    gap: 5.714286vw;
    margin-top: -1.714286vw;
  }
  #hope .tabnav-line-x .tabnav-item, #hope .tabnav-line-y .tabnav-item {
    padding-top: 1.714286vw;
    padding-bottom: 1.714286vw;
    font-size: 2.857143vw;
  }
  #hope .tabnav-line-x .tabnav-indicator, #hope .tabnav-line-y .tabnav-indicator {
    height: 0.571429vw;
    margin-top: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .tabnav-line-x .tabnav-list, #hope .tabnav-line-y .tabnav-list {
    gap: 11.111111vw;
    margin-top: -3.333333vw;
  }
  #hope .tabnav-line-x .tabnav-item, #hope .tabnav-line-y .tabnav-item {
    padding-top: 3.333333vw;
    padding-bottom: 3.333333vw;
    font-size: 5.555556vw;
  }
  #hope .tabnav-line-x .tabnav-indicator, #hope .tabnav-line-y .tabnav-indicator {
    height: 1.111111vw;
  }
}
#hope .tabnav-pill .tabnav-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 2.916667vw;
  padding: 0.208333vw;
  border-radius: 999px;
  background-color: #343536;
}
#hope .tabnav-pill .tabnav-list {
  height: 100%;
}
#hope .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) {
  #hope .tabnav-pill .tabnav-item:not(.current):hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
#hope .tabnav-pill .tabnav-item.current {
  transition-delay: 160ms;
  transition-duration: 240ms;
  color: #000;
}
#hope .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));
  background-color: #fff;
}
#hope .tabnav-pill .stack-list {
  text-align: center;
}
@media (max-aspect-ratio: 12/10) {
  #hope .tabnav-pill .tabnav-wrapper {
    height: 6.857143vw;
    padding: 0.571429vw;
  }
  #hope .tabnav-pill .tabnav-item {
    padding-right: 2.857143vw;
    padding-left: 2.857143vw;
    font-size: 2vw;
  }
  #hope .tabnav-pill .tabnav-indicator {
    width: var(--tabnav-size, 0);
    height: 5.714286vw;
    transform: translateX(var(--tabnav-start, 0));
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .tabnav-pill .tabnav-wrapper {
    height: 13.333333vw;
    padding: 1.111111vw;
  }
  #hope .tabnav-pill .tabnav-item {
    padding-right: 5.555556vw;
    padding-left: 5.555556vw;
    font-size: 3.888889vw;
  }
  #hope .tabnav-pill .tabnav-indicator {
    height: 11.111111vw;
  }
}
#hope .shine-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.166667vw;
}
#hope .shine-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0.416667vw;
  border-radius: 999px;
  background-color: #181726;
}
#hope .shine-body {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 100%;
  border-radius: 999px;
}
#hope .shine-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25vw;
  height: 6.25vw;
  pointer-events: none;
  will-change: transform, opacity;
}
#hope .shine-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#hope .shine-foreground {
  z-index: 10;
}
#hope .shine-foreground::after {
  background-image: radial-gradient(closest-side, #fff, rgba(224, 211, 253, 0.67) 14%, rgba(214, 193, 253, 0.38) 39%, rgba(199, 169, 240, 0));
  filter: blur(17px);
}
#hope .shine-border {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2px;
  pointer-events: none;
  border-radius: 999px;
  background-color: #000;
}
#hope .shine-border::before, #hope .shine-border::after {
  display: block;
  overflow: hidden;
  content: "";
  border-radius: 999px;
}
#hope .shine-border::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  -webkit-box-shadow: inset 0 0 2.604167vw #625477;
  box-shadow: inset 0 0 2.604167vw #625477;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#hope .shine-border::after {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#hope .shine-background {
  position: absolute;
  z-index: 3;
  top: 0.260417vw;
  right: 0.260417vw;
  bottom: 0.260417vw;
  left: 0.260417vw;
  opacity: 0.85;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #1f1136, #31204d, #1f1136);
  filter: blur(9px);
}
#hope .shine-inset::after {
  background-image: radial-gradient(closest-side, #fff, rgba(235, 211, 255, 0.85) 20%, rgba(230, 211, 255, 0.25) 60%, transparent);
}
#hope .shine-cursor .shine-item {
  transition: opacity 300ms;
  transform: translate3d(calc(var(--shine-x, 0) - 50%), calc(var(--shine-y, 0) - 50%), 0);
  opacity: 0;
}
#hope .shine-cursor .shine-item::after {
  transition: transform 300ms;
  transform: scale(0);
}
#hope .shining .shine-item {
  opacity: 1;
}
#hope .shining .shine-item::after {
  transform: scale(1);
}
#hope .shine-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 12/10) {
  #hope .shine-container {
    height: 8vw;
  }
  #hope .shine-wrapper {
    padding: 0.571429vw;
  }
  #hope .shine-cursor .shine-item {
    left: auto;
    transform: none;
    opacity: 1;
  }
  #hope .shine-cursor .shine-item::after {
    transform: scale(1);
  }
  #hope .shine-cursor .shine-foreground {
    top: -1.571429vw;
    right: -5vw;
  }
  #hope .shine-cursor .shine-inset {
    top: -1.571429vw;
    right: -5vw;
  }
  #hope .shine-item {
    width: 10vw;
    height: 10vw;
  }
  #hope .shine-border::before {
    -webkit-box-shadow: inset 0 0 3.571429vw #8671a5;
    box-shadow: inset 0 0 3.571429vw #8671a5;
  }
  #hope .shine-background {
    top: 0.285714vw;
    right: 0.285714vw;
    bottom: 0.285714vw;
    left: 0.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .shine-container {
    height: 15.555556vw;
  }
  #hope .shine-wrapper {
    padding: 1.111111vw;
  }
  #hope .shine-cursor .shine-foreground {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #hope .shine-cursor .shine-inset {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #hope .shine-item {
    width: 19.444444vw;
    height: 19.444444vw;
  }
  #hope .shine-background {
    top: 0.555556vw;
    right: 0.555556vw;
    bottom: 0.555556vw;
    left: 0.555556vw;
  }
  #hope .shine-border::before {
    -webkit-box-shadow: inset 0 0 6.944444vw #8671a5;
    box-shadow: inset 0 0 6.944444vw #8671a5;
  }
}
#hope .shine-circle {
  border-radius: 100%;
  background-color: #282138;
}
#hope .shine-circle .shine-item {
  transition: opacity 300ms;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  #hope .shine-circle:hover .shine-item {
    opacity: 1;
  }
}
#hope .shine-circle .shine-foreground {
  width: 125%;
  height: 125%;
}
#hope .shine-circle .shine-foreground::after {
  filter: blur(10px);
}
#hope .shine-circle .shine-border {
  padding: 1px;
  background-color: transparent;
}
#hope .shine-circle .shine-border::before {
  border: 1px solid #282138;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#hope .shine-circle .shine-border::after {
  z-index: 4;
  background-color: #211a2e;
}
#hope .shine-circle .shine-inset {
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 12/10) {
  #hope .shine-circle .shine-item {
    opacity: 1;
  }
}
#hope .player-button {
  --button-background: 255, 255, 255;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#hope .player-button .button-copy {
  line-height: 1.25;
  color: #fff;
}
#hope .player-button .button-icon {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#hope .player-button .button-icon img {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
#hope .player-button.button-normal .button-copy {
  font-size: 1.25vw;
}
#hope .player-button.button-normal .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
#hope .player-button.button-large .button-copy {
  font-size: 1.25vw;
}
#hope .player-button.button-large .button-icon {
  width: 2.916667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .player-button.button-normal .button-copy {
    font-size: 2vw;
  }
  #hope .player-button.button-normal .button-icon {
    width: 3.428571vw;
    margin-left: 1.142857vw;
  }
  #hope .player-button.button-large .button-copy {
    font-size: 2.285714vw;
  }
  #hope .player-button.button-large .button-icon {
    width: 4.571429vw;
    margin-left: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .player-button.button-normal .button-copy {
    font-size: 3.888889vw;
  }
  #hope .player-button.button-normal .button-icon {
    width: 6.666667vw;
    margin-left: 2.222222vw;
  }
  #hope .player-button.button-large .button-copy {
    font-size: 4.444444vw;
  }
  #hope .player-button.button-large .button-icon {
    width: 8.888889vw;
    margin-left: 3.333333vw;
  }
}
#hope .section-header {
  position: relative;
  z-index: 10;
}
#hope .glow-headline {
  position: relative;
  z-index: 1;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
}
#hope .glow-headline span {
  background-color: transparent;
}
#hope .glow-headline .glow-container {
  position: relative;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
}
#hope .glow-headline .glow-gradient::before {
  z-index: 5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #564172, #ad97c9);
  -webkit-background-clip: text;
  background-clip: text;
}
#hope .glow-headline .glow-blur {
  position: absolute;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
  width: 100%;
}
#hope .glow-headline .glow-blur::before, #hope .glow-headline .glow-blur::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: attr(data-text);
  transform: translateZ(0);
  opacity: 0;
}
#hope .glow-headline .glow-blur-1::before {
  z-index: 1;
  color: #6565FF;
  filter: blur(18px);
  -webkit-filter: blur(18px);
}
@media (max-aspect-ratio: 12/10) {
  #hope .glow-headline .glow-blur-1::before {
    filter: blur(1.285714vw);
    -webkit-filter: blur(1.285714vw);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .glow-headline .glow-blur-1::before {
    filter: blur(2.5vw);
    -webkit-filter: blur(2.5vw);
  }
}
#hope .glow-headline .glow-blur-1::after {
  z-index: 2;
  color: #6565FF;
  filter: blur(9px);
  -webkit-filter: blur(9px);
}
@media (max-aspect-ratio: 12/10) {
  #hope .glow-headline .glow-blur-1::after {
    filter: blur(0.642857vw);
    -webkit-filter: blur(0.642857vw);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .glow-headline .glow-blur-1::after {
    filter: blur(1.25vw);
    -webkit-filter: blur(1.25vw);
  }
}
#hope .glow-headline .glow-blur-2::before {
  z-index: 3;
  color: #6565FF;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
@media (max-aspect-ratio: 12/10) {
  #hope .glow-headline .glow-blur-2::before {
    filter: blur(0.357143vw);
    -webkit-filter: blur(0.357143vw);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .glow-headline .glow-blur-2::before {
    filter: blur(0.694444vw);
    -webkit-filter: blur(0.694444vw);
  }
}
#hope .glow-headline .glow-blur-2::after {
  display: none;
}
#hope .glow-headline .glow-white {
  position: relative;
  z-index: 4;
  opacity: 0.8;
  color: #fff;
  font-weight: 700;
}
#hope .glow-headline .glow-purple {
  background-image: linear-gradient(180deg, #564172, #ad97c9 25%, #9583ac 50%);
  background-position-y: 100%;
  background-size: 100% 300%;
}
#hope .glow-headline.has-gradient {
  display: flex;
  justify-content: center;
}
#hope .glow-headline.has-gradient .text-gradient {
  background-image: linear-gradient(to right, #343188 0%, #655FF0 73%, #95A5E8 100%);
  background-size: 150% 100%;
  background-position: 0;
  transition: background-position 0s;
}
#hope .glow-headline.animated .glow-blur::before, #hope .glow-headline.animated .glow-blur::after, #hope .glow-headline.animated .glow-white {
  transition: opacity 1.2s;
  opacity: 1;
}
#hope .glow-headline.animated .text-gradient {
  background-position-x: 100%;
  transition: background-position 1s ease;
}
#hope .glow-headline.animated .glow-purple {
  transition: opacity 1.2s, background-position-y 0.6s;
  opacity: 1;
  background-position-y: 0;
}
@media (max-aspect-ratio: 12/10) {
  #hope .glow-headline {
    font-size: 6.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .glow-headline {
    font-size: 13.333333vw;
  }
}
#hope .card-border {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 1px 0;
  pointer-events: none;
  background-image: linear-gradient(180deg, #3b3343, rgba(29, 25, 33, 0.5), #000);
}
#hope .card-border-mask {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #211e2b, #0e0c15);
}
#hope .hero-sku {
  margin-top: 4.166667vw;
  font-size: 0;
  text-align: center;
}
#hope .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
}
#hope .hero-sku .from {
  font-size: 0.677083vw;
}
#hope .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#hope .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity 300ms ease-out;
  color: #fff;
  border-radius: 6px;
  background-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  #hope .hero-sku .buy-cta:hover {
    opacity: 0.8;
  }
}
#hope .hero-sku.sku-light .pricing {
  color: #fff;
}
#hope .hero-sku.sku-light .buy-cta {
  color: #000;
  background-color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #hope .hero-sku {
    margin-top: 8.571429vw;
  }
  #hope .hero-sku .pricing {
    font-size: 2.857143vw;
  }
  #hope .hero-sku .from {
    font-size: 1.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .hero-sku {
    margin-top: 15.555556vw;
  }
  #hope .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #hope .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#hope .section-highlights {
  overflow: hidden;
}
#hope .section-highlights .swiper {
  overflow: visible;
}
#hope .section-highlights .swiper-slide {
  overflow: hidden;
}
#hope .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#hope .section-highlights .slide-media {
  width: 100%;
  height: 38.020833vw;
}
#hope .section-highlights .slide-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hope .section-highlights .slide-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2.5vw;
  font-size: 1.666667vw;
}
#hope .section-highlights .slide-title {
  font-size: 1.666667vw;
  line-height: 1.5;
  color: #FFFFFF;
}
#hope .section-highlights .slide-title-01 {
  color: #000;
}
#hope .section-highlights .slide-intro {
  font-size: 1.25vw;
  color: #BCBCBC;
  line-height: 1.5;
}
#hope .section-highlights .nav-container {
  display: flex;
  justify-content: center;
  width: fit-content;
}
#hope .section-highlights .nav-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
}
#hope .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  user-select: none;
  transition: opacity 300ms ease-out;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  #hope .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}
#hope .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#hope .section-highlights .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#hope .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;
  border-radius: 100%;
  outline: 0;
  opacity: 0.2;
  background-color: #fff;
}
#hope .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) {
  #hope .section-highlights .dotnav-item:hover {
    opacity: 0.5;
  }
}
#hope .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 0.8;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-highlights .slide-media {
    height: 71.428571vw;
  }
  #hope .section-highlights .slide-content {
    margin: 3.428571vw;
  }
  #hope .section-highlights .slide-title {
    font-size: 2.857143vw;
  }
  #hope .section-highlights .slide-intro {
    font-size: 2.285714vw;
  }
  #hope .section-highlights .nav-wrapper {
    height: 6.857143vw;
    padding-right: 0.857143vw;
    padding-left: 0.857143vw;
  }
  #hope .section-highlights .arrownav-item {
    width: 6.857143vw;
    padding: 1.285714vw;
  }
  #hope .section-highlights .dotnav-list {
    margin-right: -0.285714vw;
    margin-left: -0.285714vw;
  }
  #hope .section-highlights .dotnav-item {
    width: 1.142857vw;
    height: 1.142857vw;
    margin-right: 0.857143vw;
    margin-left: 0.857143vw;
  }
  #hope .section-highlights .dotnav-item::before {
    padding: 0.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-highlights .slide-media {
    height: 109.722222vw;
  }
  #hope .section-highlights .slide-content {
    margin: 6.111111vw 6.666667vw 0;
  }
  #hope .section-highlights .xs-content-below .slide-content {
    position: relative;
    top: auto;
    left: auto;
    margin: 6.111111vw 2.222222vw 0;
    text-align: center;
  }
  #hope .section-highlights .slide-title {
    font-size: 5.555556vw;
  }
  #hope .section-highlights .slide-intro {
    font-size: 4.444444vw;
  }
  #hope .section-highlights .slide-title-01 {
    color: #fff;
  }
  #hope .section-highlights .nav-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #hope .section-highlights .arrownav-item {
    width: 13.333333vw;
    padding: 2.5vw;
  }
  #hope .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #hope .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #hope .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
}
#hope .common-button-item {
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(49% at 50% 50%);
}
#hope .common-button-item .common-button-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  backdrop-filter: blur(1.041667vw);
  overflow: hidden;
  /* transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}
#hope .common-button-item .outer-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(0.416667vw);
  z-index: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .outer-glow-1::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(255, 255, 255) 0%, rgba(193, 198, 255, 0.67) 10%, rgba(168, 195, 255, 0.38) 50%, rgba(169, 191, 240, 0) 100%);
  opacity: 0.15;
  transition: opacity 0.4s;
  will-change: opacity;
}
#hope .common-button-item .no-shining-button-item-2 .outer-glow-1::after {
  width: 2.604167vw;
  height: 2.604167vw;
}
#hope .common-button-item .outer-glow-2 {
  position: absolute;
  top: -0.104167vw;
  left: -0.104167vw;
  width: calc(100% + 0.208333vw);
  height: calc(100% + 0.208333vw);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(214, 233, 255, 0.01) 50%, rgba(100, 118, 255, 0) 100%);
  filter: blur(2px);
  z-index: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(100, 118, 255, 0.25) 0%, rgba(80, 100, 255, 0.2) 50%, rgba(60, 80, 240, 0.15) 100%);
  filter: blur(3px) brightness(1.1) contrast(1.2);
  opacity: 0.18;
  z-index: 2;
  mix-blend-mode: screen;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .inner-halo {
  position: absolute;
  top: 0.208333vw;
  left: 0.208333vw;
  width: calc(100% - 0.416667vw);
  height: calc(100% - 0.416667vw);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12) 0%, rgba(214, 233, 255, 0.08) 30%, transparent 70%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .rectangle-overlay {
  position: absolute;
  top: 0.572917vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1.48vw;
  height: 0.7vw;
  background: linear-gradient(90deg, rgba(214, 233, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(214, 233, 255, 0.4) 100%);
  opacity: 0.35;
  filter: blur(0.3125vw) brightness(1.3);
  z-index: 4;
  border-radius: 0.520833vw;
  box-shadow: 0 0 0.416667vw rgba(214, 233, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .inner-shadow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.104167vw 0.625vw rgba(226, 237, 255, 0.6), inset 0 0 1.041667vw rgba(100, 118, 255, 0.1);
  z-index: 5;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .inner-shadow-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.78125vw rgba(255, 255, 255, 0.1);
  z-index: 6;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s;
  border: 1px solid rgba(255, 255, 255, 0);
}
#hope .common-button-item .particle {
  position: absolute;
  background: linear-gradient(135deg, rgb(208, 222, 255) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-shadow: 0 0 0.208333vw rgba(208, 222, 255, 0.5);
}
@media (min-aspect-ratio: 12/10) {
  #hope .common-button-item.no-shining-button-item-1 .rectangle-overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.2vw;
    height: 1.2vw;
    background: linear-gradient(90deg, rgba(214, 233, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(214, 233, 255, 0.4) 100%);
    opacity: 0.35;
    filter: blur(0.1vw) brightness(1.1);
    border-radius: 0.920833vw;
    box-shadow: 0 0 0.416667vw rgba(214, 233, 255, 0.3);
  }
  #hope .common-button-item.no-shining-button-item-1 .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.104167vw 0.425vw rgba(226, 237, 255, 0.6), inset 0 0 0.641667vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-1 .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.48125vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-2 .rectangle-overlay {
    opacity: 0;
  }
  #hope .common-button-item.no-shining-button-item-2 .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.104167vw 0.425vw rgba(226, 237, 255, 0.6), inset 0 0 0.641667vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-2 .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.48125vw rgba(255, 255, 255, 0.1);
  }
}
@media (max-aspect-ratio: 12/10) {
  #hope .common-button-item .outer-glow-1 {
    filter: blur(1.071429vw);
  }
  #hope .common-button-item .no-shining-button-item-2 .outer-glow-1::after {
    width: 4.285714vw;
    height: 4.285714vw;
  }
  #hope .common-button-item .outer-glow-2 {
    top: 0.214286vw;
    left: 0.214286vw;
    width: calc(100% + 0.428571vw);
    height: calc(100% + 0.428571vw);
    filter: blur(3px);
  }
  #hope .common-button-item .blur-background {
    opacity: 0.6;
    filter: blur(0.5vw) brightness(1.1) contrast(1.2);
  }
  #hope .common-button-item .inner-halo {
    position: absolute;
    top: 0.428571vw;
    left: 0.428571vw;
    width: calc(100% - 0.857143vw);
    height: calc(100% - 0.857143vw);
  }
  #hope .common-button-item .rectangle-overlay {
    top: 50%;
    left: 50%;
    width: 3vw;
    height: 3vw;
    transform: translate(-50%, -50%);
    filter: blur(0.42857vw) brightness(0.9);
    border-radius: 1.071429vw;
    opacity: 0.5;
  }
  #hope .common-button-item .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.214286vw 1.285714vw rgba(226, 237, 255, 0.6), inset 0 0 2.142857vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 1.607143vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-button-item .particles-container {
    display: none;
  }
  #hope .common-button-item.no-shining-button-item-1 .common-button-bottom .rectangle-overlay {
    width: 2vw;
    height: 2vw;
    filter: blur(0.6857vw) brightness(0.9);
    border-radius: 1.071429vw;
    opacity: 0.8;
  }
  #hope .common-button-item.no-shining-button-item-1 .common-button-bottom .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.214286vw 0.585714vw rgba(226, 237, 255, 0.5), inset 0 0 0.962857vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-1 .common-button-bottom .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.507143vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-2 .blur-background {
    opacity: 0.1;
  }
  #hope .common-button-item.no-shining-button-item-2 .common-button-bottom .rectangle-overlay {
    width: 1.5vw;
    height: 1.5vw;
    filter: blur(0.3857vw) brightness(0.9);
    border-radius: 1.071429vw;
    opacity: 0.5;
  }
  #hope .common-button-item.no-shining-button-item-2 .common-button-bottom .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.214286vw 0.585714vw rgba(226, 237, 255, 0.5), inset 0 0 0.862857vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-2 .common-button-bottom .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.407143vw rgba(255, 255, 255, 0.1);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .common-button-item .outer-glow-1 {
    filter: blur(2.083333vw);
  }
  #hope .common-button-item .no-shining-button-item-2 .outer-glow-1::after {
    width: 8.333333vw;
    height: 8.333333vw;
  }
  #hope .common-button-item .outer-glow-2 {
    top: 0.416667vw;
    left: 0.416667vw;
    width: calc(100% + 0.833333vw);
    height: calc(100% + 0.833333vw);
    filter: blur(3px);
  }
  #hope .common-button-item .blur-background {
    opacity: 0.6;
    filter: blur(1vw) brightness(1.1) contrast(1.2);
  }
  #hope .common-button-item .inner-halo {
    position: absolute;
    top: 0.833333vw;
    left: 0.833333vw;
    width: calc(100% - 1.666667vw);
    height: calc(100% - 1.666667vw);
  }
  #hope .common-button-item .rectangle-overlay {
    top: 50%;
    left: 50%;
    width: 5.833333vw;
    height: 5.833333vw;
    transform: translate(-50%, -50%);
    filter: blur(0.833333vw) brightness(0.9);
    border-radius: 2.083333vw;
    opacity: 0.5;
  }
  #hope .common-button-item .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 2.5vw rgba(226, 237, 255, 0.6), inset 0 0 4.166667vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 3.125vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-button-item .particles-container {
    display: none;
  }
  #hope .common-button-item.no-shining-button-item-1 .common-button-bottom .rectangle-overlay {
    width: 3.888889vw;
    height: 3.888889vw;
    filter: blur(1.333333vw) brightness(0.9);
    border-radius: 2.083333vw;
    opacity: 0.8;
  }
  #hope .common-button-item.no-shining-button-item-1 .common-button-bottom .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 1.138889vw rgba(226, 237, 255, 0.5), inset 0 0 1.872222vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-1 .common-button-bottom .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.986111vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-2 .blur-background {
    opacity: 0.1;
  }
  #hope .common-button-item.no-shining-button-item-2 .common-button-bottom .rectangle-overlay {
    width: 2.916667vw;
    height: 2.916667vw;
    filter: blur(0.75vw) brightness(0.9);
    border-radius: 2.083333vw;
    opacity: 0.5;
  }
  #hope .common-button-item.no-shining-button-item-2 .common-button-bottom .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 1.138889vw rgba(226, 237, 255, 0.5), inset 0 0 1.666667vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-button-item.no-shining-button-item-2 .common-button-bottom .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.791667vw rgba(255, 255, 255, 0.1);
  }
}
#hope .no-shining-button-item .common-button-bottom {
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  #hope .no-shining-button-item-1:hover .common-button-bottom {
    opacity: 0.6;
  }
  #hope .no-shining-button-item-2:hover .outer-glow-1::after {
    opacity: 1;
  }
  #hope .shining-button-item:hover .outer-glow-1::after {
    opacity: 1;
  }
  #hope .shining-button-item:hover .particles-container {
    opacity: 1;
  }
  #hope .shining-button-item.arrownav-disabled:hover .outer-glow-1::after {
    opacity: 0.15;
  }
  #hope .shining-button-item.arrownav-disabled:hover .particles-container {
    opacity: 0;
  }
}
#hope .shining-container {
  border-radius: 1.666667vw;
  overflow: hidden;
}
@media (max-aspect-ratio: 12/10) {
  #hope .shining-container {
    border-radius: 3.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .shining-container {
    border-radius: 6.666667vw;
  }
}
#hope .common-nav-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  z-index: 1;
  backdrop-filter: blur(1.5625vw);
}
#hope .common-nav-bottom .outer-glow-1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.333333vw;
  height: 3.333333vw;
  border-radius: 1.666667vw;
  filter: blur(1.041667vw);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
  transform: translate(calc(var(--shine-x, 0px) - 50%), 0);
  will-change: transform;
  overflow: hidden;
}
#hope .common-nav-bottom .outer-glow-1::after {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(255, 255, 255) 0%, rgba(193, 198, 255, 0.77) 10%, rgba(168, 195, 255, 0.48) 50%, rgba(169, 191, 240, 0) 100%);
}
#hope .common-nav-bottom .outer-glow-2 {
  position: absolute;
  top: -0.104167vw;
  left: -0.104167vw;
  width: calc(100% + 0.208333vw);
  height: calc(100% + 0.208333vw);
  border-radius: 1.666667vw;
  background: linear-gradient(145deg, rgba(255, 237, 255, 0.1) 0%, rgba(255, 237, 255, 0.1) 50%, rgba(255, 237, 255, 0.1) 100%);
  filter: blur(0.3125vw);
  z-index: 1;
  opacity: 0.9;
  transition: all 0.3s ease;
}
#hope .common-nav-bottom .blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  background: linear-gradient(135deg, rgba(100, 118, 255, 0.25) 0%, rgba(80, 100, 255, 0.2) 50%, rgba(60, 80, 240, 0.15) 100%);
  filter: blur(0.15625vw) brightness(1.1) contrast(1.2);
  opacity: 0.18;
  z-index: 3;
  mix-blend-mode: screen;
}
#hope .common-nav-bottom .inner-halo {
  position: absolute;
  top: 0.208333vw;
  left: 0.208333vw;
  width: calc(100% - 0.416667vw);
  height: calc(100% - 0.416667vw);
  border-radius: 1.666667vw;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12) 0%, rgba(214, 233, 255, 0.08) 30%, transparent 70%);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
}
#hope .common-nav-bottom .rectangle-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.291667vw;
  height: 1.302083vw;
  background: linear-gradient(90deg, rgba(214, 233, 255, 0.3) 0%, rgba(214, 233, 255, 0.3) 50%, rgba(214, 233, 255, 0.3) 100%);
  opacity: 0.35;
  filter: blur(0.520833vw) brightness(1.3);
  z-index: 5;
  border-radius: 1.041667vw;
  box-shadow: 0 0 0.3125vw rgba(214, 233, 255, 0.3);
  filter: blur(0.417vw) brightness(0.9);
  opacity: 0.5;
}
#hope .common-nav-bottom .inner-shadow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0.520833vw rgba(226, 237, 255, 0.6), inset 0 0 1.041667vw rgba(100, 118, 255, 0.1);
  z-index: 6;
  pointer-events: none;
}
#hope .common-nav-bottom .inner-shadow-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 0.416667vw rgba(255, 255, 255, 0.1);
  z-index: 7;
  pointer-events: none;
}
#hope .common-nav-bottom .particles-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.333333vw;
  height: 3.333333vw;
  border-radius: 1.666667vw;
  overflow: hidden;
  z-index: 2;
}
#hope .common-nav-bottom .particles-container {
  transform: translateX(calc(var(--shine-x, 0px) - 50%));
  opacity: 0;
  transition: opacity 0.8s ease;
}
#hope .common-nav-bottom .particle {
  position: absolute;
  background: linear-gradient(135deg, rgb(208, 222, 255) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-shadow: 0 0 0.208333vw rgba(208, 222, 255, 0.5);
}
@media (max-aspect-ratio: 12/10) {
  #hope .common-nav-bottom {
    border-radius: 3.428571vw;
    backdrop-filter: blur(2.142857vw);
  }
  #hope .common-nav-bottom .outer-glow-1 {
    display: none;
  }
  #hope .common-nav-bottom .outer-glow-2 {
    top: -0.214286vw;
    left: -0.214286vw;
    width: calc(100% + 0.428571vw);
    height: calc(100% + 0.428571vw);
    border-radius: 3.428571vw;
    filter: blur(0.571429vw);
  }
  #hope .common-nav-bottom .blur-background {
    border-radius: 3.428571vw;
    filter: blur(0.321429vw) brightness(1.1) contrast(1.2);
  }
  #hope .common-nav-bottom .inner-halo {
    position: absolute;
    top: 0.428571vw;
    left: 0.428571vw;
    width: calc(100% - 0.857143vw);
    height: calc(100% - 0.857143vw);
    border-radius: 3.428571vw;
  }
  #hope .common-nav-bottom .rectangle-overlay {
    width: 29.285714vw;
    height: 3.678571vw;
    opacity: 0.55;
    border-radius: 2.857143vw;
    box-shadow: 0 0 0.571429vw rgba(214, 233, 255, 0.3);
    filter: blur(0.857143vw) brightness(0.9);
  }
  #hope .common-nav-bottom .inner-shadow-1 {
    border-radius: 3.428571vw;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 0.214286vw 1.071429vw rgba(226, 237, 255, 0.6), inset 0 0 2.142857vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-nav-bottom .inner-shadow-2 {
    border-radius: 3.428571vw;
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 0.857143vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-nav-bottom .particles-container {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .common-nav-bottom {
    border-radius: 6.666667vw;
    backdrop-filter: blur(4.166667vw);
  }
  #hope .common-nav-bottom .outer-glow-1 {
    display: none;
  }
  #hope .common-nav-bottom .outer-glow-2 {
    top: -0.416667vw;
    left: -0.416667vw;
    width: calc(100% + 0.833333vw);
    height: calc(100% + 0.833333vw);
    border-radius: 6.666667vw;
    filter: blur(1.111111vw);
  }
  #hope .common-nav-bottom .blur-background {
    border-radius: 6.666667vw;
    filter: blur(0.625vw) brightness(1.1) contrast(1.2);
  }
  #hope .common-nav-bottom .inner-halo {
    position: absolute;
    top: 0.833333vw;
    left: 0.833333vw;
    width: calc(100% - 1.666667vw);
    height: calc(100% - 1.666667vw);
    border-radius: 6.666667vw;
  }
  #hope .common-nav-bottom .rectangle-overlay {
    width: 56.944444vw;
    height: 7.152778vw;
    opacity: 0.55;
    border-radius: 5.555556vw;
    box-shadow: 0 0 1.111111vw rgba(214, 233, 255, 0.3);
    filter: blur(1.666667vw) brightness(0.9);
  }
  #hope .common-nav-bottom .inner-shadow-1 {
    border-radius: 6.666667vw;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 2.083333vw rgba(226, 237, 255, 0.6), inset 0 0 4.166667vw rgba(100, 118, 255, 0.1);
  }
  #hope .common-nav-bottom .inner-shadow-2 {
    border-radius: 6.666667vw;
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 1.666667vw rgba(255, 255, 255, 0.1);
  }
  #hope .common-nav-bottom .particles-container {
    display: none;
  }
}
#hope .shining-container.shining .common-nav-bottom .particles-container {
  opacity: 1;
}
#hope .shining-container.shining .common-nav-bottom .outer-glow-1 {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  #hope .player-button:hover .outer-glow-1::after {
    opacity: 1;
  }
}
#hope .player-button.player-button-type-1 .button-copy {
  font-size: 1.041667vw;
  color: #4B51FF;
}
#hope .player-button.player-button-type-2 {
  font-size: 0.9375vw;
  color: #fff;
}
#hope .player-button.player-button-type-2 .button-icon {
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .player-button.player-button-type-1 .button-copy {
    font-size: 2vw;
  }
  #hope .player-button.player-button-type-2 {
    font-size: 2vw;
  }
  #hope .player-button.player-button-type-2 .button-icon {
    margin-left: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .player-button.player-button-type-1 .button-copy {
    font-size: 3.888889vw;
  }
  #hope .player-button.player-button-type-2 {
    font-size: 3.888889vw;
  }
  #hope .player-button.player-button-type-2 .button-icon {
    margin-left: 3.333333vw;
  }
}
#hope .section-hero {
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 42vw;
}
#hope .section-hero .hero-bg {
  position: relative;
  z-index: 2;
}
#hope .section-hero .kv-title {
  width: 23.333333vw;
  position: absolute;
  top: 4.6875vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#hope .section-hero .hero-bg-1 {
  width: 100%;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-hero {
    min-height: 83vw;
  }
  #hope .section-hero .kv-title {
    top: 11.428571vw;
    width: 42vw;
  }
  #hope .section-hero .hero-bg-1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  #hope .section-hero .hero-bg-2 {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-hero {
    min-height: 195vw;
  }
  #hope .section-hero .kv-title {
    top: 84.166667vw;
    width: 55.555556vw;
  }
}
#hope.no-inline-video .section-hero .hero-content {
  opacity: 1;
  transition: none;
  transform: none;
}
#hope .section-gradient-1 {
  background-image: linear-gradient(to bottom, #14113C 0%, #121038 10%, #080822 85%, #000 100%);
  padding-top: 2.5vw;
}
#hope .section-gradient-1 .hero-sku {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-gradient-1 {
    padding-top: 4.571429vw;
  }
  #hope .section-gradient-1 .hero-sku {
    opacity: 1;
  }
  #hope .section-gradient-1 .start-bg {
    opacity: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-gradient-1 {
    padding-top: 8.888889vw;
  }
}
#hope .section-gradient-2 {
  position: relative;
}
#hope .section-gradient-2 .start-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 26.625vw);
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(70, 133, 253, 0), rgba(31, 80, 203, 0.431372549) 15%, rgba(14, 41, 137, 0.831372549) 30%, rgba(120, 41, 155, 0.6392156863) 50%, rgba(217, 99, 158, 0.3490196078) 70%, rgba(255, 108, 0, 0));
  opacity: 0;
}
#hope .section-gradient-2 .start-bg.show {
  opacity: 1;
  transition: 1s opacity 0.5s;
}
#hope .section-gradient-2 .start-bg.no-play-show {
  opacity: 1;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-gradient-2 .start-bg {
    height: calc(100% - 43.625vw);
    bottom: 7vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-gradient-2 .start-bg {
    height: calc(100% - 76.625vw);
    bottom: 30vw;
  }
}
#hope .section-highlights {
  position: relative;
  z-index: 3;
}
#hope .section-highlights .nav-container {
  position: relative;
}
#hope .section-highlights .nav-container .nav-wrapper {
  position: relative;
  z-index: 2;
}
#hope .section-highlights .swiper-slide .slide-container {
  position: relative;
}
#hope .section-highlights .swiper-slide .slide-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s opacity ease-in;
  will-change: opacity;
}
#hope .section-highlights .swiper-slide-active .slide-border {
  opacity: 1;
}
#hope .section-highlights.clip-ready {
  pointer-events: none;
}
#hope .section-highlights.clip-ready .swiper-slide:first-child .slide-media {
  -webkit-clip-path: inset(0 24% 0 24%);
  clip-path: inset(0 24% 0 24%);
}
#hope .section-highlights.clip-ready .swiper-slide:first-child .animated-slide-content {
  transform: translateX(14.583333vw);
  opacity: 0;
}
#hope .section-highlights.clip-ready .swiper-slide:nth-child(2) .slide-media {
  transform: translateX(20vw);
}
#hope .section-highlights.clip-active .swiper-slide:first-child .slide-media {
  -webkit-clip-path: inset(0 0 0);
  clip-path: inset(0 0 0 0);
  transition: 0.8s clip-path ease-in;
  will-change: clip-path, transform;
}
#hope .section-highlights.clip-active .swiper-slide:first-child .animated-slide-content {
  transform: translateX(0);
  opacity: 1;
  transition: 0.8s transform ease-in, 0.4s opacity ease-in;
}
#hope .section-highlights.clip-active .swiper-slide:nth-child(2) .slide-media {
  transform: translateX(0);
  transition: 0.4s transform 0.8s ease;
  will-change: trasnform;
}
#hope .section-highlights .center-intro {
  font-size: 0.9375vw;
  color: #BCBCBC;
  position: absolute;
  z-index: 5;
  top: 8.177083vw;
  left: 50%;
  transform: translate(-50%, 0);
}
#hope .section-highlights .swiper-slide:nth-child(2) .slide-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.416667vw;
  background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  will-change: transform;
  z-index: 5;
  border-top-left-radius: 0.833333vw;
  border-top-right-radius: 0.833333vw;
  overflow: hidden;
}
#hope .section-highlights .swiper-slide:nth-child(4) .slide-intro {
  color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-highlights {
    padding-top: 14.285714vw;
  }
  #hope .section-highlights .center-intro {
    font-size: 1.571429vw;
    top: 20.357143vw;
  }
  #hope .section-highlights .swiper-slide:nth-child(2) .slide-shadow {
    height: 15.714286vw;
    border-top-left-radius: 1.142857vw;
    border-top-right-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-highlights {
    padding-top: 27.777778vw;
  }
  #hope .section-highlights.clip-ready .swiper-slide:first-child .slide-media {
    -webkit-clip-path: inset(0 0 0);
    clip-path: inset(0 0 0 0);
    transition: 0.8s clip-path ease-in;
    will-change: clip-path, transform;
  }
  #hope .section-highlights.clip-ready .swiper-slide:first-child .animated-slide-content {
    transform: translateX(0);
    opacity: 1;
    transition: 0.8s transform ease-in, 0.4s opacity ease-in;
  }
  #hope .section-highlights.clip-ready .swiper-slide:nth-child(2) .slide-media {
    transform: translateX(0);
  }
  #hope .section-highlights .center-intro {
    font-size: 3.055556vw;
    top: 33.055556vw;
  }
  #hope .section-highlights .swiper-slide:nth-child(4) .slide-intro {
    color: #86868b;
  }
  #hope .section-highlights .swiper-slide .slide-intro {
    color: #86868b;
  }
  #hope .section-highlights .swiper-slide:nth-child(2) .slide-shadow {
    display: none;
  }
}
#hope .section-screen .text-content .glow-headline {
  font-size: 5vw;
}
#hope .section-screen .text-content .change-title {
  width: 22.083333vw;
  display: flex;
  align-items: center;
}
#hope .section-screen .text-content .word-content {
  will-change: width, transform;
}
#hope .section-screen .text-content .word-content:not(:first-child) {
  margin-left: 0.520833vw;
}
#hope .section-screen .text-content .word-content-1 {
  width: 2.447917vw;
}
#hope .section-screen .text-content .word-content-1 svg {
  width: 2.447917vw;
}
#hope .section-screen .text-content .word-content-2 {
  width: 4.375vw;
}
#hope .section-screen .text-content .word-content-2 svg {
  width: 4.375vw;
}
#hope .section-screen .text-content .word-content-3 {
  width: 4.583333vw;
}
#hope .section-screen .text-content .word-content-3 svg {
  width: 4.583333vw;
}
#hope .section-screen .text-content .word-content-4 {
  width: 4.6875vw;
}
#hope .section-screen .text-content .word-content-4 svg {
  width: 4.6875vw;
}
#hope .section-screen .video-container {
  width: 44.166667vw;
}
#hope .section-screen .bottom-emerge-container {
  width: 39.0625vw;
  display: flex;
  justify-content: space-between;
}
#hope .section-screen .bottom-emerge-container p {
  color: #5C5C5C;
  font-size: 0.9375vw;
  white-space: nowrap;
}
#hope .section-screen .bottom-emerge-container .h5 {
  font-weight: bold;
  background-image: linear-gradient(to bottom, #343188, #655FF0 50%, #6D85EB 100%);
  font-size: 1.458333vw;
  line-height: 1;
}
#hope .section-screen .bottom-emerge-container .emerge-content {
  transform: translateY(1.5625vw);
  opacity: 0;
}
#hope .section-screen .bottom-emerge-container.active .emerge-content {
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s all ease;
}
#hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(2) {
  transition-delay: 0.2s;
}
#hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(3) {
  transition-delay: 0.4s;
}
#hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(4) {
  transition-delay: 0.6s;
}
#hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(5) {
  transition-delay: 0.8s;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-screen .text-content .glow-headline {
    font-size: 6.857143vw;
  }
  #hope .section-screen .text-content .change-title {
    width: 30.514286vw;
    margin-left: auto;
    margin-right: auto;
  }
  #hope .section-screen .text-content .word-content {
    will-change: width, transform;
  }
  #hope .section-screen .text-content .word-content:not(:first-child) {
    margin-left: 1vw;
  }
  #hope .section-screen .text-content .word-content-1 {
    width: 3.357143vw;
  }
  #hope .section-screen .text-content .word-content-1 svg {
    width: 3.357143vw;
  }
  #hope .section-screen .text-content .word-content-2 {
    width: 6vw;
  }
  #hope .section-screen .text-content .word-content-2 svg {
    width: 6vw;
  }
  #hope .section-screen .text-content .word-content-3 {
    width: 6.285714vw;
  }
  #hope .section-screen .text-content .word-content-3 svg {
    width: 6.285714vw;
  }
  #hope .section-screen .text-content .word-content-4 {
    width: 6.428571vw;
  }
  #hope .section-screen .text-content .word-content-4 svg {
    width: 6.428571vw;
  }
  #hope .section-screen .video-container {
    width: 53.857143vw;
  }
  #hope .section-screen .bottom-emerge-container {
    width: 45vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #hope .section-screen .bottom-emerge-container p {
    font-size: 1.714286vw;
  }
  #hope .section-screen .bottom-emerge-container .h5 {
    font-size: 3.428571vw;
    font-weight: bold;
  }
  #hope .section-screen .bottom-emerge-container .emerge-content {
    width: 43%;
    transform: translateY(2.142857vw);
    opacity: 0;
    text-align: center;
  }
  #hope .section-screen .bottom-emerge-container.active .emerge-content {
    transform: translateY(0);
    opacity: 1;
    transition: 0.6s all ease;
  }
  #hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(2) {
    transition-delay: 0.2s;
  }
  #hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(3) {
    transition-delay: 0.4s;
  }
  #hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(4) {
    transition-delay: 0.6s;
  }
  #hope .section-screen .bottom-emerge-container.active .emerge-content:nth-child(5) {
    transition-delay: 0.8s;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-screen .text-content .glow-headline {
    font-size: 13.333333vw;
  }
  #hope .section-screen .text-content .change-title {
    width: 59.333333vw;
  }
  #hope .section-screen .text-content .word-content {
    will-change: width, transform;
  }
  #hope .section-screen .text-content .word-content:not(:first-child) {
    margin-left: 1.944444vw;
  }
  #hope .section-screen .text-content .word-content-1 {
    width: 6.527778vw;
  }
  #hope .section-screen .text-content .word-content-1 svg {
    width: 6.527778vw;
  }
  #hope .section-screen .text-content .word-content-2 {
    width: 11.666667vw;
  }
  #hope .section-screen .text-content .word-content-2 svg {
    width: 11.666667vw;
  }
  #hope .section-screen .text-content .word-content-3 {
    width: 12.222222vw;
  }
  #hope .section-screen .text-content .word-content-3 svg {
    width: 12.222222vw;
  }
  #hope .section-screen .text-content .word-content-4 {
    width: 12.5vw;
  }
  #hope .section-screen .text-content .word-content-4 svg {
    width: 12.5vw;
  }
  #hope .section-screen .video-container {
    width: 90.555556vw;
  }
  #hope .section-screen .bottom-emerge-container {
    width: 77.777778vw;
    flex-wrap: wrap;
  }
  #hope .section-screen .bottom-emerge-container p {
    font-size: 3.333333vw;
  }
  #hope .section-screen .bottom-emerge-container .h5 {
    font-size: 6.666667vw;
    margin-top: 4.444444vw;
  }
  #hope .section-screen .bottom-emerge-container .emerge-content {
    width: 45%;
    transform: translateY(0);
    text-align: left;
  }
  #hope .section-screen .bottom-emerge-container .emerge-content:nth-child(3) {
    width: 48%;
  }
}
#hope .section-colour .section-container {
  width: 100%;
  position: relative;
}
#hope .section-colour .virtual-swiper-container {
  position: relative;
  width: 100%;
}
#hope .section-colour .virtual-swiper-container .virtual-slide {
  position: relative;
  background-color: #000;
  will-change: opacity;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#hope .section-colour .virtual-swiper-container .virtual-slide.active {
  z-index: 2;
}
#hope .section-colour .virtual-swiper-container .virtual-slide .mask-content {
  position: relative;
  background: black;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hope .section-colour .virtual-swiper-container .virtual-slide .mask-content .virtual-shadow {
  position: absolute;
  width: 100%;
}
#hope .section-colour .virtual-swiper-container .virtual-slide .mask-content .virtual-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1), #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2), #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) {
  -webkit-mask-image: radial-gradient(closest-side, #000, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 95%, transparent);
  mask-image: radial-gradient(closest-side, #000, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 95%, transparent);
  -webkit-mask-size: 0 0;
  mask-size: 0 0;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0s 1s ease-in;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1) .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2) .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) .virtual-shadow {
  top: 0;
  left: 0;
  height: 7.1875vw;
  background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.58) 30%, rgba(0, 0, 0, 0));
  z-index: 3;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1) .virtual-picture, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2) .virtual-picture, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) .virtual-picture {
  position: relative;
  z-index: 2;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3).active {
  -webkit-mask-size: 130vw 130vw;
  mask-size: 130vw 130vw;
  transition: all 1s ease-in;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1)::after, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2)::after, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3)::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 11.104167vw;
  left: 50%;
  transform: translateX(-50%);
  width: 45.1875vw;
  height: 31.854167vw;
  background: black;
  will-change: opacity;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4), #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) {
  opacity: 0;
  transition: all 0s 1s ease-in;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-shadow {
  width: 81.09375vw;
  height: 70.885417vw;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 81.09375vw/70.885417vw;
  overflow: hidden;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5).active {
  opacity: 1;
  transition: all 1s ease;
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1) .mask-content .virtual-bg {
  opacity: 0.4;
  background-image: linear-gradient(to bottom, #000000, #00021F 40%, #000357 100%);
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2) .mask-content .virtual-bg {
  opacity: 0.25;
  background-image: linear-gradient(to bottom, #000000, #1F0A00 40%, #772500 100%);
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) .mask-content .virtual-bg {
  opacity: 0.25;
  background-image: linear-gradient(to bottom, #000514, #001C34 40%, #26282F 100%);
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-shadow {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(8, 10, 1, 0.62) 40%, rgb(57, 60, 36) 70%, rgb(162, 168, 126) 90%, rgb(250, 255, 211));
  opacity: 0.1;
  filter: blur(1.5625vw);
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-bg {
  background-image: linear-gradient(to bottom, #000000, #0A0D02 40%, #1C1C19 100%);
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-shadow {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 43, 0.62) 40%, rgb(48, 38, 106) 70%, rgb(140, 111, 185) 90%, rgb(211, 211, 255));
  opacity: 0.1;
  filter: blur(1.5625vw);
}
#hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-bg {
  background-image: linear-gradient(to bottom, #04020A, #0C0822 40%, #140C33 100%);
  opacity: 0.7;
}
#hope .section-colour .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#hope .section-colour .swiper-slide {
  overflow: hidden;
  width: 100%;
}
#hope .section-colour .swiper-slide .slide-picture {
  width: 47.239583vw;
  margin: 10.104167vw auto 0;
}
#hope .section-colour.clip-over .swiper-slide {
  transition-delay: 0.3s;
}
#hope .section-colour.clip-over .swiper-slide-active {
  transition-delay: 0s;
}
#hope .section-colour .control-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 4.791667vw;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
#hope .section-colour .control-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#hope .section-colour .stack-list {
  position: absolute;
  left: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  z-index: 3;
  bottom: -2.791667vw;
}
#hope .section-colour .stack-item {
  font-size: 1.041667vw;
  color: #fff;
}
#hope .section-colour .stack-item.current {
  transition-duration: 800ms;
}
#hope .section-colour .colournav-container {
  position: relative;
  height: 3.333333vw;
  display: flex;
  align-items: center;
  border-radius: 999px;
  z-index: 10;
}
#hope .section-colour .colournav-list {
  position: relative;
  display: flex;
  padding-right: 0.78125vw;
  padding-left: 0.78125vw;
  gap: 0.9375vw;
  z-index: 2;
}
#hope .section-colour .colournav-item {
  position: relative;
  width: 1.770833vw;
  height: 1.770833vw;
  cursor: pointer;
}
#hope .section-colour .colournav-item .colournav-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
#hope .section-colour .colournav-item.current {
  cursor: default;
}
#hope .section-colour .colournav-item.current .colournav-indicator {
  transition-duration: 800ms;
  opacity: 1;
}
#hope .section-colour .colournav-indicator {
  transition: opacity 860ms;
  opacity: 0;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-colour .control-container {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    z-index: 10;
    left: 0;
    transform: translateX(0);
    margin-top: 8.571429vw;
  }
  #hope .section-colour .shine-container {
    display: block;
  }
  #hope .section-colour .swiper-slide .slide-picture {
    width: 61.428571vw;
    margin: 16vw auto 0;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1) .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2) .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) .virtual-shadow {
    height: 9.142857vw;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3).active {
    -webkit-mask-size: 160vw 160vw;
    mask-size: 160vw 160vw;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1)::after, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2)::after, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3)::after {
    top: 18.5vw;
    width: 57.571429vw;
    height: 38.857143vw;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-shadow {
    width: 100vw;
    height: 87.142857vw;
    filter: blur(3.571429vw);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-shadow {
    width: 100vw;
    height: 87.142857vw;
    filter: blur(3.571429vw);
  }
  #hope .section-colour .stack-list {
    margin-left: 0;
    gap: 1.428571vw;
    position: absolute;
    top: -5.357143vw;
    text-align: center;
  }
  #hope .section-colour .stack-item {
    font-size: 2vw;
  }
  #hope .section-colour .colournav-container {
    height: 6.857143vw;
  }
  #hope .section-colour .colournav-list {
    padding-right: 1.285714vw;
    padding-left: 1.285714vw;
    gap: 1.428571vw;
  }
  #hope .section-colour .colournav-item {
    width: 4.285714vw;
    height: 4.285714vw;
  }
  #hope .section-colour .colournav-item.current .colournav-indicator {
    transition-duration: 400ms;
  }
  #hope .section-colour .colournav-indicator {
    transition-duration: 240ms;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-colour .swiper-slide .slide-picture {
    width: 86.111111vw;
    margin: 28.194444vw auto 0;
  }
  #hope .section-colour .virtual-swiper-container {
    position: relative;
    width: 100%;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1), #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2), #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) {
    mask-image: unset;
    opacity: 0;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1) .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2) .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) .virtual-shadow {
    height: 14.722222vw;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3).active {
    opacity: 1;
    transition: all 1s ease-in;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1)::after, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2)::after, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3)::after {
    top: 31.75vw;
    width: 75.444444vw;
    height: 53.388889vw;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4), #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) {
    opacity: 0;
    transition: all 0s 1s ease-in;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-shadow, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-shadow {
    width: 81.09375vw;
    height: 70.885417vw;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 81.09375vw/70.885417vw;
    overflow: hidden;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4).active, #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5).active {
    opacity: 1;
    transition: all 1s ease;
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(1) .mask-content .virtual-bg {
    opacity: 0.4;
    background-image: linear-gradient(to bottom, #000000, #00021F 40%, #000357 100%);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(2) .mask-content .virtual-bg {
    opacity: 0.25;
    background-image: linear-gradient(to bottom, #000000, #1F0A00 40%, #772500 100%);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(3) .mask-content .virtual-bg {
    opacity: 0.25;
    background-image: linear-gradient(to bottom, #000514, #001C34 40%, #26282F 100%);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-shadow {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(8, 10, 1, 0.62) 40%, rgb(57, 60, 36) 70%, rgb(162, 168, 126) 90%, rgb(250, 255, 211));
    opacity: 0.3;
    width: 128.194444vw;
    height: 111.111111vw;
    filter: blur(6.944444vw);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(4) .mask-content .virtual-bg {
    background-image: linear-gradient(to bottom, #000000, #1C1C19 40%, #0A0D02 100%);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-shadow {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 43, 0.62) 40%, rgb(48, 38, 106) 70%, rgb(140, 111, 185) 90%, rgb(211, 211, 255));
    opacity: 0.3;
    width: 128.194444vw;
    height: 111.111111vw;
    filter: blur(6.944444vw);
  }
  #hope .section-colour .virtual-swiper-container .virtual-slide:nth-child(5) .mask-content .virtual-bg {
    background-image: linear-gradient(to bottom, #04020A, #0C0822 40%, #140C33 100%);
  }
  #hope .section-colour .control-wrapper {
    display: block;
  }
  #hope .section-colour .control-container {
    margin-top: 16.666667vw;
  }
  #hope .section-colour .stack-list {
    top: -10.416667vw;
  }
  #hope .section-colour .stack-item {
    font-size: 3.888889vw;
  }
  #hope .section-colour .colournav-container {
    height: 13.333333vw;
  }
  #hope .section-colour .colournav-list {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    gap: 2.777778vw;
  }
  #hope .section-colour .colournav-item {
    width: 8.333333vw;
    height: 8.333333vw;
  }
}
#hope .section-video .video-container {
  width: 43.59375vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-video .video-container {
    width: 53.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-video .video-container {
    width: 87.222222vw;
  }
  #hope .section-video .intro {
    text-align: left;
  }
}
#hope .section-video-card .swiper-slide {
  width: 33.125vw;
}
#hope .section-video-card .swiper-slide .slide-content {
  opacity: 0;
  transition: 0.6s opacity;
}
#hope .section-video-card .swiper-slide-visible .slide-content {
  opacity: 1;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-video-card .swiper-slide {
    width: 75.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-video-card .swiper-slide {
    width: 100%;
  }
}
#hope .section-cover-screen {
  overflow: hidden;
}
#hope .section-cover-screen .text-content {
  position: relative;
  z-index: 2;
}
#hope .section-cover-screen .section-shadow {
  position: absolute;
  width: 62.5vw;
  height: 50.416667vw;
  bottom: 1.458333vw;
  left: 17.8125vw;
  background-image: radial-gradient(closest-side, #7575B7, #7777D1 25%, #4330B1 50%, #262280 70%, #000000 100%);
  filter: blur(1.5625vw);
  opacity: 0.2;
}
#hope .section-cover-screen .section-container {
  position: relative;
  z-index: 2;
  width: 52.447917vw;
  margin-left: 12.291667vw;
}
#hope .section-cover-screen .section-container .section-border {
  width: 100%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
#hope .section-cover-screen .section-container .video-container {
  width: 21.458333vw;
  position: absolute;
  top: 0.8125vw;
  right: 4vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-cover-screen .section-shadow {
    position: absolute;
    width: 92.785714vw;
    height: 74.857143vw;
    bottom: 2.142857vw;
    left: 3.571429vw;
    filter: blur(2.142857vw);
  }
  #hope .section-cover-screen .section-container {
    width: 63.071429vw;
    margin-left: 4.285714vw;
  }
  #hope .section-cover-screen .section-container .video-container {
    width: 25.857143vw;
    position: absolute;
    top: 1vw;
    right: 4.785714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-cover-screen .section-shadow {
    position: absolute;
    width: 152.777778vw;
    height: 136.805556vw;
    bottom: 4.166667vw;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(4.166667vw);
  }
  #hope .section-cover-screen .section-container {
    width: 119.722222vw;
    margin-left: -30.555556vw;
  }
  #hope .section-cover-screen .section-container .video-container {
    width: 49.2vw;
    position: absolute;
    top: 1.805556vw;
    right: 9.166667vw;
  }
}
#hope .section-pencil .text-content {
  position: relative;
  z-index: 10;
}
#hope .section-pencil .text-content .headline {
  font-size: 5vw;
  display: inline-flex;
  align-items: center;
}
#hope .section-pencil .text-content .headline img {
  width: 4.6875vw;
  margin: 0 0.260417vw;
}
#hope .section-pencil .text-content .change-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hope .section-pencil .text-content .headline-change {
  position: relative;
  width: 21.875vw;
  display: inline-block;
  transform: translateY(8%);
  margin-left: -1.041667vw;
}
#hope .section-pencil .text-content .headline-change .headline-change-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hope .section-pencil .text-content .headline-change .headline-change-word {
  position: relative;
  z-index: 3;
}
#hope .section-pencil .text-content .headline-change .pencil-animated {
  stroke-dasharray: var(--length);
  stroke-dashoffset: var(--length);
}
#hope .section-pencil .section-container {
  width: 61.40625vw;
  position: relative;
  margin-top: -1.5625vw;
  margin-left: 21.5vw;
}
#hope .section-pencil .section-container .section-bg {
  position: relative;
  z-index: 5;
}
#hope .section-pencil .section-container .move-icon-item {
  position: absolute;
  opacity: 0;
}
#hope .section-pencil .section-container .move-icon-1 {
  width: 12.1875vw;
  top: 8.1vw;
  left: 6.2vw;
  transform: translateX(11vw);
}
#hope .section-pencil .section-container .move-icon-2 {
  width: 6.979167vw;
  top: 20.9vw;
  left: 8.9vw;
  z-index: 3;
  transform: translateX(11vw);
}
#hope .section-pencil .section-container .move-icon-3 {
  width: 9.375vw;
  top: 23.9vw;
  left: 6.5vw;
  transform: translateX(11vw);
}
#hope .section-pencil .section-container .move-icon-4 {
  width: 6.71875vw;
  top: 6.9vw;
  right: 15.4vw;
  z-index: 3;
  transform: translateX(-11vw);
}
#hope .section-pencil .section-container .move-icon-5 {
  width: 6.25vw;
  top: 11.5vw;
  right: 16.6vw;
  transform: translateX(-11vw);
}
#hope .section-pencil .section-container .move-icon-6 {
  width: 6.40625vw;
  top: 14.7vw;
  right: 15vw;
  z-index: 3;
  transform: translateX(-11vw);
}
#hope .section-pencil .section-container.active .move-icon-item {
  opacity: 1;
  transform: translateX(0);
}
#hope .section-pencil .section-container.active .move-icon-1 {
  transition: 1s all ease;
}
#hope .section-pencil .section-container.active .move-icon-2 {
  transition: 0.4s all 0.6s ease;
}
#hope .section-pencil .section-container.active .move-icon-3 {
  transition: 0.7s all 0.3s ease;
}
#hope .section-pencil .section-container.active .move-icon-4 {
  transition: 0.6s all 0.4s ease;
}
#hope .section-pencil .section-container.active .move-icon-5 {
  transition: 0.5s all 0.5s ease;
}
#hope .section-pencil .section-container.active .move-icon-6 {
  transition: 0.9s all 0.1s ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-pencil .text-content .headline {
    font-size: 6.857143vw;
  }
  #hope .section-pencil .text-content .headline img {
    width: 6.428571vw;
    margin: 0 0.357143vw;
  }
  #hope .section-pencil .text-content .headline-change {
    width: 30vw;
    margin-left: -1.428571vw;
  }
  #hope .section-pencil .section-container {
    width: 74.285714vw;
    margin-top: 0;
    margin-left: 15.5vw;
  }
  #hope .section-pencil .section-container .move-icon-1 {
    width: 16.714286vw;
    top: 9.357143vw;
    left: 8.571429vw;
    transform: translateX(11vw);
  }
  #hope .section-pencil .section-container .move-icon-2 {
    width: 9.571429vw;
    top: 24.928571vw;
    left: 12.142857vw;
    z-index: 3;
    transform: translateX(11vw);
  }
  #hope .section-pencil .section-container .move-icon-3 {
    width: 12.857143vw;
    top: 28.071429vw;
    left: 8.857143vw;
    transform: translateX(11vw);
  }
  #hope .section-pencil .section-container .move-icon-4 {
    width: 9.214286vw;
    top: 9.428571vw;
    right: 18.428571vw;
    z-index: 3;
    transform: translateX(-11vw);
  }
  #hope .section-pencil .section-container .move-icon-5 {
    width: 8.571429vw;
    top: 13.571429vw;
    right: 19.857143vw;
    transform: translateX(-11vw);
  }
  #hope .section-pencil .section-container .move-icon-6 {
    width: 8.785714vw;
    top: 17.142857vw;
    right: 17.857143vw;
    z-index: 3;
    transform: translateX(-11vw);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-pencil {
    overflow: hidden;
  }
  #hope .section-pencil .text-content .change-title {
    display: block;
  }
  #hope .section-pencil .text-content .headline {
    font-size: 13.333333vw;
  }
  #hope .section-pencil .text-content .headline img {
    width: 12.5vw;
    margin: 0 0.694444vw;
  }
  #hope .section-pencil .text-content .headline-change {
    width: 58.333333vw;
    margin-left: -2.777778vw;
    display: block;
    margin: 0 auto;
  }
  #hope .section-pencil .section-container {
    width: 126.111111vw;
    margin-left: -7.638889vw;
  }
  #hope .section-pencil .section-container .move-icon-1 {
    width: 26.111111vw;
    top: 15.833333vw;
    left: 12.5vw;
    transform: translateX(15vw);
  }
  #hope .section-pencil .section-container .move-icon-2 {
    width: 18.611111vw;
    top: 40.972222vw;
    left: 18.333333vw;
    z-index: 3;
    transform: translateX(15vw);
  }
  #hope .section-pencil .section-container .move-icon-3 {
    width: 21.527778vw;
    top: 47.638889vw;
    left: 12.777778vw;
    transform: translateX(15vw);
  }
  #hope .section-pencil .section-container .move-icon-4 {
    width: 17.916667vw;
    top: 12.361111vw;
    right: 30.555556vw;
    z-index: 3;
    transform: translateX(-15vw);
  }
  #hope .section-pencil .section-container .move-icon-5 {
    width: 16.666667vw;
    top: 22.222222vw;
    right: 33.75vw;
    transform: translateX(-15vw);
  }
  #hope .section-pencil .section-container .move-icon-6 {
    width: 15.277778vw;
    top: 28.194444vw;
    right: 30.138889vw;
    z-index: 3;
    transform: translateX(-15vw);
  }
}
#hope .section-application-scenario {
  position: relative;
  overflow: hidden;
  padding-top: 5.208333vw;
}
#hope .section-application-scenario .aurora-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}
#hope .section-application-scenario .aurora-bg .aurora-container {
  width: 100%;
  height: 100%;
}
#hope .section-application-scenario .text-content {
  position: relative;
  z-index: 3;
}
#hope .section-application-scenario .text-content .change-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#hope .section-application-scenario .text-content .headline-content {
  width: 49.322917vw;
  position: relative;
  transform: translateX(25%) scale(1.2);
}
#hope .section-application-scenario .text-content .headline-content .video-container {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(1% 1% 1% 1%);
}
#hope .section-application-scenario .text-content .headline-change {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 3;
  opacity: 0;
}
#hope .section-application-scenario .text-content .headline-change .headline-icon {
  width: 8.166667vw;
  height: 8.229167vw;
  position: absolute;
  right: 2.375vw;
  top: 2.158333vw;
  transform: rotate(45deg) scale(0);
  opacity: 0;
}
#hope .section-application-scenario .text-content .headline-change .headline-icon img {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.083333vw;
  height: 3.214583vw;
}
#hope .section-application-scenario .text-content .glow-headline {
  font-size: 5vw;
  display: inline-block;
  transform: translate(-18vw, -9%);
  opacity: 0;
  pointer-events: none;
}
#hope .section-application-scenario .text-content .glow-headline .glow-container {
  transform: translateY(0);
}
#hope .section-application-scenario .text-content .glow-headline .glow-blur::before,
#hope .section-application-scenario .text-content .glow-headline .glow-blur::after {
  top: 0;
}
#hope .section-application-scenario .text-content .glow-headline .glow-white {
  opacity: 1;
}
#hope .section-application-scenario .section-swiper {
  position: relative;
  z-index: 10;
  transform: translateY(1.041667vw);
  opacity: 0;
  pointer-events: none;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario {
    padding-top: 7.142857vw;
  }
  #hope .section-application-scenario .aurora-bg {
    display: none;
  }
  #hope .section-application-scenario .text-content .headline-content {
    width: 67.642857vw;
    position: relative;
    margin: 0 auto;
  }
  #hope .section-application-scenario .text-content .headline-change {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    opacity: 0;
  }
  #hope .section-application-scenario .text-content .headline-change .headline-icon {
    width: 11.214286vw;
    height: 11.285714vw;
    right: 3.257143vw;
    top: 2.964286vw;
  }
  #hope .section-application-scenario .text-content .headline-change .headline-icon img {
    width: 5.6vw;
    height: 3.214583vw;
  }
  #hope .section-application-scenario .text-content .glow-headline {
    font-size: 6.857143vw;
    display: block;
    transform: translate(-20vw, -9%);
    white-space: nowrap;
  }
  #hope .section-application-scenario .text-content .glow-headline .glow-blur::before,
  #hope .section-application-scenario .text-content .glow-headline .glow-blur::after {
    content: attr(data-text);
  }
  #hope .section-application-scenario .section-swiper {
    transform: translateY(0);
    margin-top: 0.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-application-scenario {
    padding-top: 22.222222vw;
    width: 100%;
    overflow: hidden;
  }
  #hope .section-application-scenario .aurora-bg {
    display: none;
  }
  #hope .section-application-scenario .text-content .change-title {
    display: block;
  }
  #hope .section-application-scenario .text-content .headline-content {
    width: 90vw;
    position: relative;
    transform: translateX(0) scale(1.1);
    margin: 0 auto;
  }
  #hope .section-application-scenario .text-content .headline-change {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    opacity: 0;
  }
  #hope .section-application-scenario .text-content .headline-change .headline-icon {
    width: 15.805556vw;
    height: 15.944444vw;
    right: 2.333333vw;
    top: 2.763889vw;
  }
  #hope .section-application-scenario .text-content .headline-change .headline-icon img {
    width: 9.6vw;
    height: 6.214583vw;
  }
  #hope .section-application-scenario .text-content .glow-headline {
    font-size: 13.333333vw;
    display: block;
    transform: translate(0, 2.777778vw);
    margin: -5vw auto 0;
  }
  #hope .section-application-scenario .text-content .glow-headline .glow-blur::before,
  #hope .section-application-scenario .text-content .glow-headline .glow-blur::after {
    content: attr(data-md-text);
  }
  #hope .section-application-scenario .section-swiper {
    transform: translateY(0);
    margin-top: 8.888889vw;
  }
}
#hope .section-application-scenario.no-play .headline-content .video-container {
  display: none;
}
#hope .section-application-scenario.no-play .headline-content .headline-change {
  opacity: 1;
}
#hope .section-application-scenario.can-play.hid-video .headline-content .video-container {
  opacity: 0;
  transition: opacity 0.15s ease;
}
#hope .section-application-scenario.can-play.hid-video .headline-content .headline-change {
  opacity: 1;
  transition: opacity 0.15s 0.15s ease;
}
#hope .section-application-scenario.can-play.hid-video.show-aurora .aurora-bg {
  opacity: 1;
  transition: opacity 0.6s 0.3s ease;
}
#hope .section-application-scenario.can-play.hid-video.show-aurora .section-swiper {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: 0.6s transform ease, 0.6s opacity ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario.can-play.hid-video.show-aurora .section-swiper {
    transition: 0.3s transform 0.3s ease, 0.3s opacity 0.3s ease;
  }
}
#hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .headline-content {
  transform: translateX(0vw) scale(0.7);
  transition: 0.6s transform ease;
}
#hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .headline-content .headline-icon {
  transform: rotate(0) scale(1);
  opacity: 1;
  transition: 0.4s opacity 0.9s ease, 0.4s transform 0.9s ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .headline-content {
    transform: translateX(-2vw) scale(0.7);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .headline-content {
    transform: translateX(0vw) scale(0.9);
  }
}
#hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .glow-headline {
  transform: translate(-11vw, -9%);
  opacity: 1;
  transition: 0.3s transform 0.6s ease, 0.15s opacity 0.7s ease-in;
  pointer-events: all;
}
#hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .glow-headline .glow-blur::before,
#hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .glow-headline .glow-blur::after {
  opacity: 1;
  transition: 1s opacity 0.55s;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .glow-headline {
    transform: translate(-15vw, -9%);
    transition: 0.3s transform 0.3s ease, 0.15s opacity 0.4s ease-in;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-application-scenario.can-play.hid-video.show-aurora .text-content .glow-headline {
    transform: translate(0, 0);
  }
}
#hope .section-application-scenario.can-play.not-lg .section-swiper {
  opacity: 1;
  pointer-events: all;
  transition: 0.6s transform ease, 1s opacity ease;
}
#hope .section-application-scenario.no-play.show-aurora .aurora-bg {
  opacity: 1;
  transition: opacity 0.6s ease;
}
#hope .section-application-scenario.no-play.show-aurora .section-swiper {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: 0.6s transform ease, 0.6s opacity ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario.no-play.show-aurora .section-swiper {
    transition: 0.3s transform 0.3s ease, 0.3s opacity 0.3s ease;
  }
}
#hope .section-application-scenario.no-play.show-aurora .text-content .headline-content {
  transform: translateX(0vw) scale(0.7);
  transition: 0.6s transform ease;
}
#hope .section-application-scenario.no-play.show-aurora .text-content .headline-content .headline-icon {
  transform: rotate(0) scale(1);
  opacity: 1;
  transition: 0.3s opacity 0.7s ease, 0.3s transform 0.7s ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario.no-play.show-aurora .text-content .headline-content {
    transform: translateX(-2vw) scale(0.7);
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-application-scenario.no-play.show-aurora .text-content .headline-content {
    transform: translateX(0vw) scale(0.9);
  }
}
#hope .section-application-scenario.no-play.show-aurora .text-content .glow-headline {
  transform: translate(-11vw, -9%);
  opacity: 1;
  transition: 0.3s transform 0.4s ease, 0.15s opacity 0.5s ease;
  pointer-events: all;
}
#hope .section-application-scenario.no-play.show-aurora .text-content .glow-headline .glow-blur::before,
#hope .section-application-scenario.no-play.show-aurora .text-content .glow-headline .glow-blur::after {
  opacity: 1;
  transition: 1s opacity 0.7s;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-application-scenario.no-play.show-aurora .text-content .glow-headline {
    transform: translate(-15vw, -9%);
    transition: 0.3s transform 0.3s ease, 0.15s opacity 0.4s ease-in;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-application-scenario.no-play.show-aurora .text-content .glow-headline {
    transform: translate(0, 0);
  }
}
#hope .section-application-scenario.no-play.not-lg .section-swiper {
  opacity: 1;
  pointer-events: all;
  transition: 0.6s transform ease, 1s opacity ease;
}
#hope .section-gopaint {
  position: relative;
}
#hope .section-gopaint .text-content {
  width: fit-content;
  position: relative;
  z-index: 2;
}
#hope .section-gopaint .text-content .headline-content {
  position: relative;
}
#hope .section-gopaint .text-content .headline {
  position: relative;
  z-index: 6;
  display: inline-block;
}
#hope .section-gopaint .text-content .headline-2 {
  position: relative;
}
#hope .section-gopaint .text-content .headline-2 span {
  display: inline-block;
  position: relative;
  z-index: 6;
}
#hope .section-gopaint .text-content .headline-change {
  position: absolute;
  width: 17.6875vw;
  display: inline-block;
  right: -2.583333vw;
  top: -24%;
}
#hope .section-gopaint .text-content .headline-change .headline-change-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hope .section-gopaint .text-content .headline-change .headline-change-word {
  position: relative;
  z-index: 3;
}
#hope .section-gopaint .text-content .headline-change .gopaint-animated {
  stroke-dasharray: 817;
  stroke-dashoffset: 817;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-gopaint .text-content {
    width: 56.571429vw;
    position: relative;
    z-index: 2;
    top: 0;
    margin-left: 12.285714vw;
    transform: translateX(0);
  }
  #hope .section-gopaint .text-content .headline-2 {
    position: relative;
  }
  #hope .section-gopaint .text-content .headline-2 span {
    display: inline-block;
    position: relative;
    z-index: 6;
  }
  #hope .section-gopaint .text-content .headline-change {
    position: absolute;
    width: 24.257143vw;
    display: inline-block;
    right: auto;
    top: -24%;
    left: -2.6vw;
  }
  #hope .section-gopaint .text-content .intro {
    text-align: left;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-gopaint .text-content {
    width: 77.777778vw;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  #hope .section-gopaint .text-content .headline-2 {
    display: block;
    position: relative;
    margin-top: 2.222222vw;
  }
  #hope .section-gopaint .text-content .headline-change {
    position: absolute;
    width: 47.222222vw;
    display: inline-block;
    right: auto;
    top: -24%;
    left: -5.055556vw;
  }
  #hope .section-gopaint .text-content .intro {
    text-align: left;
  }
  #hope .section-gopaint .video-container {
    width: 100%;
    border-radius: 0;
  }
  #hope .section-gopaint .section-bg {
    margin-top: -18vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-montage .text-content {
    position: relative;
    top: 0;
    margin-left: 12.285714vw;
    transform: translateX(0);
    z-index: 2;
  }
  #hope .section-montage .headline {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    text-align: left;
  }
  #hope .section-montage .intro {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    text-align: left;
    margin-top: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-montage {
    padding-top: 27.777778vw;
  }
  #hope .section-montage .video-container {
    width: 100%;
    border-radius: 0;
  }
  #hope .section-montage .text-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: 2;
  }
  #hope .section-montage .headline {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    text-align: left;
  }
  #hope .section-montage .intro {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    text-align: left;
    margin-top: 4.444444vw;
  }
}
#hope .section-ai .text-content .min-title {
  background-image: linear-gradient(120deg, #93B8FF, #FFA2FF 50%, #FF9789 85%, #FFD38D);
}
#hope .section-ai .glow-headline .glow-blur::before, #hope .section-ai .glow-headline .glow-blur::after {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(60deg, #3139FD, #9E4BFF 70%, #F5C092);
  top: 0;
}
#hope .section-ai .glow-headline .headline-change {
  display: inline-flex;
}
#hope .section-ai .glow-headline .show-xs {
  display: none;
}
#hope .section-ai .glow-headline .text-gradient {
  opacity: 1;
  background-image: linear-gradient(140deg, #3149FD 20%, #723FFE 40%, #C14BFF 65%, #FF816A 80%, #FF9840);
}
#hope .section-ai .glow-headline.animated .glow-blur::before, #hope .section-ai .glow-headline.animated .glow-blur::after {
  opacity: 0.7;
}
#hope .section-ai .player-button {
  position: relative;
  width: 10.625vw;
  height: 3.333333vw;
  display: block;
}
#hope .section-ai .player-button .buttom-page-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-ai .player-button {
    width: 22.285714vw;
    height: 6.857143vw;
  }
  #hope .section-ai .video-container {
    width: 75.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-ai .glow-headline .glow-blur::before, #hope .section-ai .glow-headline .glow-blur::after {
    content: attr(data-xs-text);
    background-image: linear-gradient(60deg, #3139FD, #9E4BFF 80%, #E1A5AB);
  }
  #hope .section-ai .glow-headline .show-xs {
    display: flex;
  }
  #hope .section-ai .glow-headline .show-xs .glow-blur::before, #hope .section-ai .glow-headline .show-xs .glow-blur::after {
    content: attr(data-text);
    background-image: linear-gradient(60deg, #3139FD, #9E4BFF 80%, #E1A5AB);
  }
  #hope .section-ai .video-container {
    width: 100%;
  }
  #hope .section-ai .player-button {
    width: 43.333333vw;
    height: 13.333333vw;
  }
}
#hope .section-tasks .text-content {
  position: absolute;
  left: 16.25vw;
  bottom: 1.666667vw;
  z-index: 2;
}
#hope .section-tasks .text-content .headline {
  background-image: linear-gradient(to right, #93B8FF, #FFA2FF 50%, #FF9789 85%, #FF9789);
}
#hope .section-tasks .text-content .intro {
  color: #BCBCBC;
  font-size: 1.041667vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-tasks .text-content {
    position: relative;
    margin-left: 12.285714vw;
    bottom: 0;
    left: 0;
  }
  #hope .section-tasks .text-content .intro {
    color: #86868b;
    font-size: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-tasks {
    padding-bottom: 0;
  }
  #hope .section-tasks .text-content {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin-top: 6.666667vw;
  }
  #hope .section-tasks .text-content .intro {
    font-size: 4.444444vw;
  }
}
#hope .section-travel .slide-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s opacity ease;
  will-change: opacity;
}
#hope .section-travel .swiper-slide-active .slide-border {
  opacity: 1;
}
#hope .section-travel .section-des {
  margin-top: 5.208333vw;
  text-align: center;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-travel .section-des {
    margin-top: 5.714286vw;
    font-size: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-travel .section-des {
    margin-top: 13.888889vw;
    font-size: 3.333333vw;
  }
}
#hope .section-zoom-sample .text-content {
  position: relative;
  z-index: 15;
}
#hope .section-zoom-sample .swiper {
  perspective: 31.25vw;
  width: 41.666667vw;
  pointer-events: none;
}
#hope .section-zoom-sample .swiper-wrapper {
  transition-timing-function: ease;
}
#hope .section-zoom-sample .swiper-slide {
  will-change: transform;
}
#hope .section-zoom-sample .slide-picture {
  user-select: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
}
#hope .section-zoom-sample .swiper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
#hope .section-zoom-sample .stack-list {
  text-align: left;
}
#hope .section-zoom-sample .stack-list .stack-item {
  font-size: 1.041667vw;
}
#hope .section-zoom-sample .arrownav-list {
  justify-content: flex-end;
}
#hope .section-zoom-sample .section-container {
  position: relative;
  padding-top: 3.333333vw;
  pointer-events: none;
  width: 100vw;
}
#hope .section-zoom-sample .section-container .video-container {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2px 0;
  background: #000;
}
#hope .section-zoom-sample .section-container .video-container .no-play-img {
  display: none;
}
#hope .section-zoom-sample .section-container .swiper-content {
  width: 39.0625vw;
  opacity: 0;
  align-items: flex-start;
}
#hope .section-zoom-sample .section-container .swiper-container {
  opacity: 1;
}
#hope .section-zoom-sample .section-container .swiper-slide-01 picture {
  border-radius: 0;
}
#hope .section-zoom-sample .section-container .init-move-slide.swiper-slide-03 picture {
  transform: translateX(-20vw);
  opacity: 0;
}
#hope .section-zoom-sample .section-container .init-move-slide.swiper-slide-02 picture {
  transform: translateX(20vw);
  opacity: 0;
}
#hope .section-zoom-sample .section-container.move-animated .headline-video-container {
  transition: 0.96s transform ease;
}
#hope .section-zoom-sample .section-container.active .video-container {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s opacity ease;
}
#hope .section-zoom-sample .section-container.active .swiper-container {
  pointer-events: all;
  opacity: 1;
  transition: 0.2s opacity ease;
}
#hope .section-zoom-sample .section-container.active .swiper-content {
  opacity: 1;
  transition: 0.6s opacity 0.5s ease;
}
#hope .section-zoom-sample .section-container.active .swiper-wrapper {
  transform-style: preserve-3d;
}
#hope .section-zoom-sample .section-container.active .swiper-slide-01 picture {
  border-radius: 0.833333vw;
  transition: 0.6s all 0.5s ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-zoom-sample .section-container.active .swiper-slide-01 picture {
    border-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-zoom-sample .section-container.active .swiper-slide-01 picture {
    border-radius: 0;
  }
}
#hope .section-zoom-sample .section-container.active .init-move-slide.swiper-slide-03 picture,
#hope .section-zoom-sample .section-container.active .init-move-slide.swiper-slide-02 picture {
  opacity: 1;
  transform: translateX(0);
  transition: 0.6s opacity 0.5s ease, 0.6s transform 0.5s ease;
}
#hope .section-zoom-sample .section-container.no-video .headline-video-container {
  opacity: 1;
}
#hope .section-zoom-sample .section-container.no-video .headline-video-container .inline-video {
  display: none;
}
#hope .section-zoom-sample .section-container.no-video .headline-video-container .no-play-img {
  display: block;
}
#hope .section-zoom-sample .section-container.no-video-active .headline-video-container {
  opacity: 0;
  transition: 0.5s opacity;
}
#hope .section-zoom-sample .section-container.no-video-active .swiper-container {
  pointer-events: all;
  opacity: 1;
  transition: 0.5s opacity 0.5s ease;
}
#hope .section-zoom-sample .section-container.no-video-active .swiper-container .swiper-wrapper {
  transform-style: preserve-3d;
}
#hope .section-zoom-sample .section-container.no-video-active .swiper-content {
  opacity: 1;
  transition: 0.6s opacity 0.5s ease;
}
#hope .section-zoom-sample .section-container.no-video-active .swiper-slide-01 picture {
  border-radius: 0.833333vw;
  transition: 0.6s all 0.5s ease;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-zoom-sample .section-container.no-video-active .swiper-slide-01 picture {
    border-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-zoom-sample .section-container.no-video-active .swiper-slide-01 picture {
    border-radius: 0;
  }
}
#hope .section-zoom-sample .section-container.no-video-active .init-move-slide.swiper-slide-03 picture,
#hope .section-zoom-sample .section-container.no-video-active .init-move-slide.swiper-slide-02 picture {
  opacity: 1;
  transform: translateX(0);
  transition: 0.6s opacity 0.5s ease, 0.6s transform 0.5s ease;
}
#hope .section-zoom-sample .section-container.can-move .swiper {
  pointer-events: all;
}
#hope .section-zoom-sample .section-container.can-move .swiper-content {
  pointer-events: all;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-zoom-sample .swiper {
    perspective: 42.857143vw;
    width: 57.142857vw;
  }
  #hope .section-zoom-sample .section-container {
    padding-top: 4.571429vw;
  }
  #hope .section-zoom-sample .section-container .swiper-content {
    width: 75.428571vw;
    display: block;
  }
  #hope .section-zoom-sample .stack-list {
    text-align: center;
  }
  #hope .section-zoom-sample .stack-list .stack-item {
    font-size: 2.285714vw;
  }
  #hope .section-zoom-sample .arrownav-list {
    justify-content: center;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-zoom-sample .swiper {
    width: 100%;
    perspective: 83.333333vw;
    pointer-events: all;
  }
  #hope .section-zoom-sample .section-container {
    padding-top: 0;
    margin-top: 8.888889vw;
  }
  #hope .section-zoom-sample .section-container .init-move-slide.swiper-slide-03 picture {
    transform: translateX(0);
  }
  #hope .section-zoom-sample .section-container .init-move-slide.swiper-slide-02 picture {
    transform: translateX(0);
  }
  #hope .section-zoom-sample .stack-list {
    padding: 0;
  }
  #hope .section-zoom-sample .stack-list .stack-item {
    font-size: 4.444444vw;
  }
  #hope .section-zoom-sample .section-container .swiper-content {
    width: 77.777778vw;
  }
}
#hope .section-xmage {
  padding-top: 2.604167vw;
}
#hope .section-xmage .headline-video-container {
  width: 32.552083vw;
  clip-path: inset(0 0 0.2% 0);
  transform: scale(0.8);
}
#hope .section-xmage .text-content {
  transform: translateY(1.041667vw);
  opacity: 0;
  will-change: transform, opacity;
  margin-top: -9.5vw;
}
#hope .section-xmage .text-content .h2 {
  font-size: 5vw;
}
#hope .section-xmage .text-content .headline {
  background-image: linear-gradient(to right, #93B8FF, #FFA2FF 50%, #FF9789 85%, #FF9789);
  position: relative;
  line-height: 1.1;
  margin-bottom: 0.520833vw;
}
#hope .section-xmage .text-content .headline .headline-icon {
  position: absolute;
  width: auto;
  top: 0;
  height: 100%;
  transform: translateY(4%);
}
#hope .section-xmage .text-content .headline .headline-icon-1 {
  left: -0.729167vw;
}
#hope .section-xmage .text-content .headline .headline-icon-2 {
  right: -0.729167vw;
}
#hope .section-xmage .text-content .glow-headline .glow-container {
  transform: translateY(0);
}
#hope .section-xmage .text-content .glow-headline .glow-blur::before,
#hope .section-xmage .text-content .glow-headline .glow-blur::after {
  top: 0;
}
#hope .section-xmage .section-container {
  padding: 3.333333vw 0;
}
#hope .section-xmage .section-container .mid-content {
  position: relative;
  width: 67.5vw;
  margin: 0 auto;
  transform: translateY(1.041667vw);
  opacity: 0;
}
#hope .section-xmage .section-container .mid-content .section-border {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
}
#hope .section-xmage .section-container .mid-content .video-container {
  width: 100%;
}
#hope .section-xmage .section-container .play-pause-button {
  opacity: 0;
}
#hope .section-xmage .intro {
  transform: translateY(1.041667vw);
  opacity: 0;
  color: #BCBCBC;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-xmage {
    padding-top: 3.571429vw;
  }
  #hope .section-xmage .headline-video-container {
    width: 44.642857vw;
  }
  #hope .section-xmage .text-content {
    transform: translateY(0.714286vw);
    margin-top: -13vw;
  }
  #hope .section-xmage .text-content .h2 {
    font-size: 6.857143vw;
  }
  #hope .section-xmage .text-content .headline {
    margin-bottom: 1vw;
  }
  #hope .section-xmage .text-content .headline .headline-icon {
    position: absolute;
    width: auto;
    top: 0;
    height: 100%;
    transform: translateY(1%);
  }
  #hope .section-xmage .text-content .headline .headline-icon-1 {
    left: -1vw;
  }
  #hope .section-xmage .text-content .headline .headline-icon-2 {
    right: -1vw;
  }
  #hope .section-xmage .section-container {
    padding: 4.571429vw 0 5.714286vw;
  }
  #hope .section-xmage .section-container .mid-content {
    width: 75.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-xmage {
    padding-top: 6.944444vw;
  }
  #hope .section-xmage .headline-video-container {
    width: 86.805556vw;
  }
  #hope .section-xmage .text-content {
    transform: translateY(1.388889vw);
    margin-top: -25.277778vw;
  }
  #hope .section-xmage .text-content .h2 {
    font-size: 13.333333vw;
  }
  #hope .section-xmage .text-content .glow-headline {
    font-size: 11.111111vw;
  }
  #hope .section-xmage .text-content .headline {
    margin-bottom: 1.944444vw;
  }
  #hope .section-xmage .text-content .headline .headline-icon {
    position: absolute;
    width: auto;
    top: 0;
    height: 100%;
    transform: translateY(1%);
  }
  #hope .section-xmage .text-content .headline .headline-icon-1 {
    left: -1.944444vw;
  }
  #hope .section-xmage .text-content .headline .headline-icon-2 {
    right: -1.944444vw;
  }
  #hope .section-xmage .section-container {
    padding: 8.888889vw 0 11.111111vw;
  }
  #hope .section-xmage .section-container .mid-content {
    width: 100%;
  }
  #hope .section-xmage .section-container .video-container {
    border-radius: 0;
  }
}
#hope .section-xmage.animated .headline-video-container {
  transform: scale(0.4);
  transition: 0.3s transform ease;
}
#hope .section-xmage.animated .intro {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s transform 0.3s, 0.5s opacity 0.3s ease;
}
#hope .section-xmage.animated .section-container .mid-content {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s transform 0.3s, 0.5s opacity 0.3s ease;
}
#hope .section-xmage.animated .section-container .play-pause-button {
  opacity: 1;
  transition: 0.3s opacity 0.8s ease;
}
#hope .section-xmage.animated .text-content {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s transform 0.3s, 0.5s opacity 0.3s ease;
}
#hope .section-xmage.animated .text-content .glow-headline .glow-blur::before,
#hope .section-xmage.animated .text-content .glow-headline .glow-blur::after {
  opacity: 1;
  transition: 1s opacity 1s;
}
#hope .section-xmage.animated .text-content .glow-headline .glow-white {
  opacity: 1;
  transition: 1s opacity;
}
#hope .section-xmage.no-play .headline-video-container {
  transform: scale(0.4);
}
#hope .section-xmage.no-play .section-container .mid-content {
  transform: translateY(0);
  opacity: 1;
}
#hope .section-xmage.no-play .section-container .play-pause-button {
  opacity: 1;
}
#hope .section-xmage.no-play .intro {
  transform: translateY(0);
  opacity: 1;
}
#hope .section-xmage.no-play .text-content {
  transform: translateY(0);
  opacity: 1;
}
#hope .section-xmage.no-play .text-content .glow-headline .glow-blur::before,
#hope .section-xmage.no-play .text-content .glow-headline .glow-blur::after {
  opacity: 1;
}
#hope .section-xmage.no-play .text-content .glow-headline .glow-white {
  opacity: 1;
}
#hope .section-auxiliary-feature .tabnav-section {
  display: flex;
  align-items: center;
  margin-left: 16.25vw;
}
#hope .section-auxiliary-feature .swiper-container {
  width: 41.666667vw;
  position: relative;
}
#hope .section-auxiliary-feature .tabnav-swiper {
  position: relative;
  width: 100%;
  margin: 0;
}
#hope .section-auxiliary-feature .swiper-slide {
  position: relative;
}
#hope .section-auxiliary-feature .sub-swiper {
  width: 100%;
}
#hope .section-auxiliary-feature .cardnav-list {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 2.5vw;
  padding-bottom: 1.25vw;
}
#hope .section-auxiliary-feature .cardnav-list::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6));
}
#hope .section-auxiliary-feature .cardnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.208333vw;
  aspect-ratio: 1;
  cursor: pointer;
  border: 2px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  #hope .section-auxiliary-feature .cardnav-item:hover .cardnav-title::after {
    transform: scaleX(1);
  }
}
#hope .section-auxiliary-feature .cardnav-item.current {
  cursor: default;
}
#hope .section-auxiliary-feature .cardnav-item.current .cardnav-title::after {
  transform: scaleX(1);
}
#hope .section-auxiliary-feature .cardnav-title {
  position: absolute;
  z-index: 1;
  font-size: 1.145833vw;
  color: #fff;
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000;
}
#hope .section-auxiliary-feature .cardnav-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  content: "";
  transition: transform 400ms ease-out;
  transform: scaleX(0);
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000;
}
#hope .section-auxiliary-feature .tabnav-content {
  position: relative;
  flex-shrink: 0;
  width: 21.010417vw;
  margin-left: 7.8125vw;
}
#hope .section-auxiliary-feature .headline {
  margin-top: -0.125em;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-auxiliary-feature {
    overflow: hidden;
  }
  #hope .section-auxiliary-feature .tabnav-section {
    display: block;
    margin-left: auto;
  }
  #hope .section-auxiliary-feature .swiper-container {
    width: 57.142857vw;
    margin-left: auto;
    margin-right: auto;
  }
  #hope .section-auxiliary-feature .tabnav-swiper {
    width: 100%;
  }
  #hope .section-auxiliary-feature .cardnav-list {
    gap: 3.428571vw;
    padding-bottom: 1.714286vw;
  }
  #hope .section-auxiliary-feature .cardnav-item {
    width: 8.571429vw;
  }
  #hope .section-auxiliary-feature .cardnav-title {
    font-size: 2.285714vw;
  }
  #hope .section-auxiliary-feature .tabnav-content {
    width: 100%;
    margin-left: 0;
  }
  #hope .section-auxiliary-feature .headline {
    margin-top: 0;
  }
  #hope .section-auxiliary-feature .note {
    display: block;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-auxiliary-feature .tabnav-swiper {
    width: 100%;
  }
  #hope .section-auxiliary-feature .swiper-container {
    width: 100%;
  }
  #hope .section-auxiliary-feature .tabnav-swiper {
    width: 100%;
  }
  #hope .section-auxiliary-feature .cardnav-list {
    gap: 6.666667vw;
    padding-bottom: 3.333333vw;
  }
  #hope .section-auxiliary-feature .tabnav-caption {
    text-align: left;
  }
  #hope .section-auxiliary-feature .cardnav-item {
    width: 15.555556vw;
  }
  #hope .section-auxiliary-feature .cardnav-title {
    font-size: 4.444444vw;
  }
}
#hope .section-moving-picture {
  display: flex;
  justify-content: flex-end;
}
#hope .section-moving-picture .text-content {
  margin: 8.333333vw 6.25vw 0 0;
  width: 23.4375vw;
}
#hope .section-moving-picture .text-content .headline {
  display: inline-flex;
}
#hope .section-moving-picture .text-content .headline .headline-flex {
  width: 1.15em;
  text-align: center;
}
#hope .section-moving-picture .text-content .headline-animated {
  display: inline-block;
  transform: rotateY(180deg);
  transition: transform 0s ease;
}
#hope .section-moving-picture .text-content.active .headline-animated {
  transform: rotateY(0deg);
  transition: transform 1s ease;
}
#hope .section-moving-picture .section-container {
  width: 54.427083vw;
  overflow: hidden;
}
#hope .section-moving-picture .swiper {
  width: 100%;
  margin: 0;
  padding-right: 11.083333vw;
}
#hope .section-moving-picture .swiper .swiper-slide {
  width: 20.833333vw;
}
#hope .section-moving-picture .swiper .swiper-slide .slide-icon {
  width: 2.083333vw;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  z-index: 2;
  will-change: transform;
}
#hope .section-moving-picture .swiper .swiper-slide:first-child {
  margin-right: 1.25vw;
}
#hope .section-moving-picture .arrownav-list {
  margin-right: 16.25vw;
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-moving-picture {
    display: block;
  }
  #hope .section-moving-picture .text-content {
    margin: 0 0 0 12.285714vw;
    width: 40.714286vw;
  }
  #hope .section-moving-picture .section-container {
    width: 100%;
    overflow: hidden;
    margin-top: 4.571429vw;
  }
  #hope .section-moving-picture .swiper {
    width: 70.285714vw;
    margin: 0 auto 0 12.285714vw;
    padding-right: 0;
    overflow: visible;
  }
  #hope .section-moving-picture .swiper .swiper-slide {
    width: 34.285714vw;
  }
  #hope .section-moving-picture .swiper .swiper-slide .slide-icon {
    width: 4vw;
    bottom: 2.285714vw;
    right: 2.285714vw;
  }
  #hope .section-moving-picture .swiper .swiper-slide:first-child {
    margin-right: 1.714286vw;
  }
  #hope .section-moving-picture .arrownav-list {
    margin-right: 17.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-moving-picture .text-content {
    margin: 0 auto;
    width: 77.777778vw;
  }
  #hope .section-moving-picture .section-container {
    width: 100%;
    overflow: hidden;
    margin-top: 8.888889vw;
  }
  #hope .section-moving-picture .swiper {
    width: 82.222222vw;
    margin: 0 auto;
    padding-right: 0;
    overflow: visible;
  }
  #hope .section-moving-picture .swiper .swiper-slide {
    width: 100%;
  }
  #hope .section-moving-picture .swiper .swiper-slide .slide-icon {
    width: 7.777778vw;
    bottom: 5.555556vw;
    right: 5.555556vw;
  }
  #hope .section-moving-picture .arrownav-list {
    margin-left: auto;
    margin-right: 11.111111vw;
    opacity: 1;
    pointer-events: all;
    display: flex;
  }
}
#hope .section-theme .video-container {
  position: relative;
}
#hope .section-theme .video-container .player-button {
  position: absolute;
  z-index: 2;
  bottom: 2.083333vw;
  right: 2.083333vw;
  font-size: 1.25vw;
}
#hope .section-theme .video-container .player-button .common-nav-bottom {
  opacity: 0;
  pointer-events: none;
}
#hope .section-theme .video-container .player-button .buttom-page-content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#hope .section-theme .video-container .player-button .button-icon {
  width: 2.916667vw;
  height: 2.916667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-theme .video-container {
    width: 75.428571vw;
    border-radius: 0;
  }
  #hope .section-theme .video-container video {
    border-radius: 1.142857vw;
    overflow: hidden;
  }
  #hope .section-theme .video-container .player-button {
    position: relative;
    z-index: 2;
    bottom: 0;
    right: 0;
    font-size: 0.9375vw;
    width: 22.285714vw;
    height: 6.857143vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hope .section-theme .video-container .player-button .common-nav-bottom {
    opacity: 1;
    pointer-events: none;
  }
  #hope .section-theme .video-container .player-button .button-icon {
    width: 3.428571vw;
    height: 3.428571vw;
    margin-left: 0.833333vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-theme .video-container {
    width: 100%;
    border-radius: 0;
  }
  #hope .section-theme .video-container video {
    border-radius: 0;
  }
  #hope .section-theme .video-container .player-button {
    font-size: 3.888889vw;
    width: 43.333333vw;
    height: 13.333333vw;
  }
  #hope .section-theme .video-container .player-button .common-nav-bottom .rectangle-overlay {
    width: 37.944444vw;
    height: 7.152778vw;
    opacity: 1;
    filter: blur(1.066667vw) brightness(0.9);
  }
  #hope .section-theme .video-container .player-button .common-button-item .blur-background {
    opacity: 0.8;
    background: #7E8290;
  }
  #hope .section-theme .video-container .player-button .button-icon {
    width: 6.666667vw;
    height: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#hope .section-ux .animated-headline-content {
  width: 46.875vw;
  height: 20.833333vw;
  margin: 0 auto;
  cursor: none;
}
#hope .section-ux .animated-headline-content canvas {
  display: block;
}
#hope .section-ux .text-content {
  display: none;
}
#hope .section-ux.show-text-content {
  padding-top: 14.285714vw;
}
#hope .section-ux.show-text-content .animated-headline-content {
  display: none;
}
#hope .section-ux.show-text-content .text-content {
  display: block;
  margin-bottom: 3.333333vw;
  text-align: center;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-ux .video-container {
    width: 75.428571vw;
  }
  #hope .section-ux.show-text-content {
    padding-top: 14.285714vw;
  }
  #hope .section-ux.show-text-content .text-content {
    margin-left: 12.285714vw;
    margin-bottom: 4.571429vw;
    text-align: left;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-ux .video-container {
    width: 100%;
    border-radius: 0;
  }
  #hope .section-ux.show-text-content {
    padding-top: 27.777778vw;
  }
  #hope .section-ux.show-text-content .text-content {
    margin-bottom: 8.888889vw;
  }
}
#hope .section-long-card {
  overflow: hidden;
}
#hope .section-long-card .swiper-slide .slide-content {
  width: 90%;
  padding: 0 0.833333vw;
  opacity: 0;
  transition: 0.6s opacity;
}
#hope .section-long-card .swiper-slide-visible .slide-content {
  opacity: 1;
}
#hope .section-long-card .swiper-slide {
  cursor: pointer;
}
#hope .section-long-card .swiper-slide-active, #hope .section-long-card .swiper-slide-active ~ .swiper-slide-fully-visible {
  cursor: auto;
}
#hope .section-long-card .swiper-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#hope .section-long-card .stack-list {
  width: 80%;
  text-align: left;
}
#hope .section-long-card .stack-list span {
  font-size: 1.666667vw;
  display: block;
  margin-bottom: 0.833333vw;
  color: #fff;
  line-height: 1.25;
}
#hope .section-long-card .stack-title-list {
  font-size: 1.041667vw;
}
#hope .section-long-card .arrownav-list {
  justify-content: flex-end;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-long-card .swiper::before {
    top: -8.928571vw;
    bottom: -8.928571vw;
    background-image: linear-gradient(180deg, #000, #120f1a 10%, #251e33, #120f1a 90%, #000);
  }
  #hope .section-long-card .swiper-content {
    display: block;
  }
  #hope .section-long-card .stack-list {
    width: 75.428571vw;
  }
  #hope .section-long-card .stack-list span {
    font-size: 2.857143vw;
    margin-bottom: 2.285714vw;
  }
  #hope .section-long-card .stack-title-list {
    font-size: 2.285714vw;
  }
  #hope .section-long-card .arrownav-list {
    justify-content: center;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-long-card .swiper::before {
    top: -10.714286vw;
    bottom: -10.714286vw;
  }
  #hope .section-long-card .stack-list {
    width: 100%;
  }
  #hope .section-long-card .stack-list span {
    font-size: 5.555556vw;
    margin-bottom: 4.444444vw;
  }
  #hope .section-long-card .stack-title-list {
    font-size: 4.444444vw;
  }
  #hope .section-long-card .arrownav-list {
    justify-content: flex-end;
    padding-right: 2.222222vw;
  }
}
#hope .section-control {
  display: flex;
}
#hope .section-control .text-content {
  margin: 6.666667vw 6.510417vw 0 20.833333vw;
}
#hope .section-control .video-container {
  width: 39.583333vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-control {
    display: block;
  }
  #hope .section-control .text-content {
    margin: 0 0 4.571429vw 12.285714vw;
    text-align: left;
  }
  #hope .section-control .video-container {
    width: 75.428571vw;
    margin: 0 auto;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-control {
    display: block;
  }
  #hope .section-control .text-content {
    width: 77.777778vw;
    margin: 0 auto 8.888889vw;
    text-align: left;
  }
  #hope .section-control .video-container {
    width: 100%;
  }
}
#hope .section-performance {
  position: relative;
  overflow: hidden;
}
#hope .section-performance .section-container {
  width: 51.354167vw;
}
#hope .section-performance .section-container .text-content {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#hope .section-performance .section-container .text-content .text-icon {
  position: absolute;
  width: 2.239583vw;
  top: 1.5vw;
  right: -2.239583vw;
}
#hope .section-performance .section-container .glow-headline {
  font-size: 9.375vw;
  line-height: 1;
}
#hope .section-performance .section-container .glow-headline .text-gradient {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/phones/pura-x-max/images/display/huawei-pura-x-max-performance-bg.jpg);
  background-size: 100% 300%;
  background-position: 0 0;
}
#hope .section-performance .section-container .glow-headline.animated .text-gradient {
  background-position: 0 100%;
  transition: 1s background-position ease;
}
#hope .section-performance .section-container .glow-headline.animated .glow-blur::before,
#hope .section-performance .section-container .glow-headline.animated .glow-blur::after {
  opacity: 0.54;
}
#hope .section-performance .section-container .section-bg {
  position: relative;
  z-index: 3;
  margin-top: -1.5625vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-performance .section-container {
    width: 59.285714vw;
  }
  #hope .section-performance .section-container .glow-headline {
    font-size: 9.285714vw;
  }
  #hope .section-performance .section-container .section-bg {
    margin-top: -1.0625vw;
  }
  #hope .section-performance .section-container .text-content .text-icon {
    width: 2.285714vw;
    top: 1.542857vw;
    right: -2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-performance .section-container {
    width: 89.166667vw;
  }
  #hope .section-performance .section-container .glow-headline {
    font-size: 18.055556vw;
  }
  #hope .section-performance .section-container .section-bg {
    margin-top: -2.0625vw;
  }
  #hope .section-performance .section-container .text-content .text-icon {
    width: 4.444444vw;
    top: 2.66667vw;
    right: -4.444444vw;
  }
}
#hope .section-architecture {
  padding-top: 13.541667vw;
  padding-bottom: 2.083333vw;
}
#hope .section-architecture .section-bg {
  width: 100%;
  height: calc(100% - 10.416667vw);
  position: absolute;
  top: 10.416667vw;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, #14113C, #110F36 10%, #080822 75%, #000);
}
#hope .section-architecture .text-content, #hope .section-architecture .section-swiper {
  position: relative;
  z-index: 3;
}
#hope .section-architecture .swiper-slide .slide-des {
  position: absolute;
  top: 31.770833vw;
  right: 1.25vw;
  z-index: 2;
  will-change: transform;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-architecture {
    padding-top: 21.071429vw;
    padding-bottom: 0;
  }
  #hope .section-architecture .section-bg {
    height: calc(100% - 14.285714vw);
    top: 14.285714vw;
  }
  #hope .section-architecture .swiper-slide .slide-des {
    position: absolute;
    top: 47.928571vw;
    right: 1.714286vw;
  }
  #hope .section-architecture .slide-bg {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 14.285714vw;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    will-change: transform;
    overflow: hidden;
    border-bottom-left-radius: 1.142857vw;
    border-bottom-right-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-architecture {
    padding-top: 36.111111vw;
    padding-bottom: 0;
  }
  #hope .section-architecture .section-bg {
    height: calc(100% - 27.777778vw);
    top: 27.777778vw;
  }
  #hope .section-architecture .text-content {
    text-align: left;
  }
  #hope .section-architecture .swiper-slide .slide-des {
    position: absolute;
    top: 76.527778vw;
    right: 4.444444vw;
  }
  #hope .section-architecture .slide-bg {
    border-bottom-left-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
    height: 19.833333vw;
  }
}
#hope .section-correspond {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-top: 8.333333vw;
}
#hope .section-correspond .text-content {
  width: 22.395833vw;
  margin: 0.625vw 5.46875vw 0 16.25vw;
}
#hope .section-correspond .headline-1 {
  display: flex;
  align-items: center;
}
#hope .section-correspond .headline-change {
  position: relative;
  width: 8.333333vw;
  height: 3.125vw;
  overflow: hidden;
  margin-right: 0.520833vw;
}
#hope .section-correspond .headline-change .headline-bg-content {
  position: absolute;
  clip-path: inset(10% 2% 4% 1%);
  width: 100%;
  height: 100%;
  will-change: clip-path;
}
#hope .section-correspond .headline-change .headline-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}
#hope .section-correspond .headline-change .headline-word {
  position: relative;
  z-index: 2;
}
#hope .section-correspond .headline-change .headline-move {
  opacity: 0;
}
#hope .section-correspond .headline-change .headline-move-1 {
  transform: translateX(1.4vw);
}
#hope .section-correspond .headline-change .headline-move-2 {
  transform: translateX(1.1vw);
}
#hope .section-correspond .headline-change .headline-move-3 {
  transform: translateX(0.6vw);
}
#hope .section-correspond .headline-change .headline-move-4 {
  transform: translateX(-1.3vw);
}
#hope .section-correspond .headline-change .headline-move-5 {
  transform: translateX(-0.9vw);
}
#hope .section-correspond .headline-change .headline-move-6 {
  transform: translateX(-0.4vw);
}
#hope .section-correspond .headline-change.active .headline-bg {
  transform: translate3d(0, -80%, -1px);
  transition: 1s transform 1s ease;
}
#hope .section-correspond .headline-change.active .headline-move {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s opacity ease-in, 1s transform ease-in;
}
#hope .section-correspond .section-bg {
  width: 39.84375vw;
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-correspond {
    display: block;
    padding-top: 14.285714vw;
  }
  #hope .section-correspond .text-content {
    width: 62.857143vw;
    margin: 0 0 0 12.285714vw;
  }
  #hope .section-correspond .text-content .md-flex {
    display: flex;
  }
  #hope .section-correspond .headline-change {
    position: relative;
    width: 11.428571vw;
    height: 4.285714vw;
    overflow: hidden;
    margin-right: 0.714286vw;
  }
  #hope .section-correspond .headline-change .headline-move-1 {
    transform: translateX(1.92vw);
  }
  #hope .section-correspond .headline-change .headline-move-2 {
    transform: translateX(1.508571vw);
  }
  #hope .section-correspond .headline-change .headline-move-3 {
    transform: translateX(0.822857vw);
  }
  #hope .section-correspond .headline-change .headline-move-4 {
    transform: translateX(-1.782857vw);
  }
  #hope .section-correspond .headline-change .headline-move-5 {
    transform: translateX(-1.234286vw);
  }
  #hope .section-correspond .headline-change .headline-move-6 {
    transform: translateX(-0.548571vw);
  }
  #hope .section-correspond .section-bg {
    width: 62.857143vw;
    margin: 4.571429vw auto 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-correspond {
    display: block;
    padding-top: 27.777778vw;
  }
  #hope .section-correspond .text-content {
    width: 77.777778vw;
    margin: 0 auto;
  }
  #hope .section-correspond .text-content .md-flex {
    display: block;
  }
  #hope .section-correspond .headline-change {
    position: relative;
    width: 22.222222vw;
    height: 8.333333vw;
    overflow: hidden;
    margin-right: 1.388889vw;
  }
  #hope .section-correspond .headline-change .headline-move-1 {
    transform: translateX(3.733333vw);
  }
  #hope .section-correspond .headline-change .headline-move-2 {
    transform: translateX(2.933333vw);
  }
  #hope .section-correspond .headline-change .headline-move-3 {
    transform: translateX(1.6vw);
  }
  #hope .section-correspond .headline-change .headline-move-4 {
    transform: translateX(-3.466667vw);
  }
  #hope .section-correspond .headline-change .headline-move-5 {
    transform: translateX(-2.4vw);
  }
  #hope .section-correspond .headline-change .headline-move-6 {
    transform: translateX(-1.066667vw);
  }
  #hope .section-correspond .section-bg {
    width: 97.222222vw;
    margin: 8.888889vw auto 0;
  }
}
#hope .section-sound .swiper-slide picture {
  border: 1px solid #2E2E2E;
}
#hope .section-match .arrow-purple {
  position: absolute;
  bottom: 2.708333vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375vw;
  z-index: 3;
  color: #F5F5F7;
}
#hope .section-match .arrow-purple::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg transform='translate(-235.957 -1374.957)'%3E%3Crect width='25' height='25' transform='translate(235.957 1374.957)' fill='%23fff' opacity='0'/%3E%3Cpath d='M7.335,5.4,2.336.4A1.37,1.37,0,0,0,.4,2.336l4.03,4.03L.4,10.4a1.37,1.37,0,1,0,1.938,1.936l5-4.992a1.374,1.374,0,0,0,0-1.936' transform='translate(244.6 1381.101)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
}
#hope .section-match .section-des {
  margin-top: 1.458333vw;
}
#hope .section-match .swiper-slide {
  background-image: linear-gradient(to bottom, #16161F, #0D0D10);
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-match .section-des {
    margin-top: 1.428571vw;
    font-size: 1.285714vw;
  }
  #hope .section-match .swiper-slide {
    width: 36.857143vw;
  }
  #hope .section-match .arrow-purple {
    bottom: 3.428571vw;
    font-size: 2vw;
    white-space: nowrap;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-match .swiper {
    width: 86.666667vw;
  }
  #hope .section-match .arrownav-list {
    justify-content: center;
  }
  #hope .section-match .swiper-slide {
    width: 100%;
  }
  #hope .section-match .arrow-purple {
    bottom: 7.5vw;
    font-size: 3.888889vw;
    white-space: nowrap;
  }
  #hope .section-match .section-des {
    margin-top: 2.777778vw;
    text-align: left;
    font-size: 2.5vw;
  }
}
#hope .section-footnote {
  --font-size: 12px;
  font-size: var(--font-size);
  --icon-size: 16px;
  padding-bottom: 80px;
}
#hope .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) {
  #hope .section-footnote {
    --font-size: .625vw;
    --icon-size: .833333vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #hope .section-footnote {
    --font-size: 1.714286vw;
    --icon-size: 2.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #hope .section-footnote {
    --font-size: 3.333333vw;
    --icon-size: 4.722222vw;
    margin-bottom: 4.166667vw;
  }
}
#hope .section-footnote ul, #hope .section-footnote ol {
  font-size: inherit;
  padding-inline-start: 1.5em;
}
#hope .section-footnote li {
  position: relative;
  font-size: inherit;
  color: #85858a;
}
#hope .section-footnote li.current {
  color: #d5d5db;
}
#hope .section-footnote li.current i {
  display: inline-block;
}
#hope .section-footnote li.asterisk {
  list-style-type: "*";
}
#hope .section-footnote li.disclaimer {
  list-style-type: none;
}
#hope .section-footnote ol li {
  list-style-type: decimal;
}
#hope .section-footnote a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
html[lang=zh-CN] #hope .section-footnote {
  --font-size: 14px;
}
@media (max-aspect-ratio: 12/10) {
  html[lang=zh-CN] #hope .section-footnote {
    --font-size: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  html[lang=zh-CN] #hope .section-footnote {
    --font-size: 3.333333vw;
  }
}
html[lang=zh-CN] #hope .section-footnote li {
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
html[lang=zh-CN] #hope .section-footnote li.current {
  font-weight: 800;
  color: #fff;
}/*# sourceMappingURL=main.css.map */