@charset "UTF-8";
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);
}

#greenland {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #6d6d73;
  background-color: #000;
  color-scheme: dark;
}
@media (max-aspect-ratio: 11/10) {
  #greenland {
    font-size: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland {
    font-size: 4.444444vw;
  }
}
#greenland.no-inline-video .play-pause-button {
  display: none;
}

#greenland *, #greenland *::before, #greenland *::after {
  box-sizing: border-box;
}
#greenland section {
  position: relative;
}
#greenland img, #greenland picture, #greenland video, #greenland canvas, #greenland svg {
  display: block;
  width: 100%;
}
#greenland svg {
  overflow: visible;
}
#greenland button {
  background-color: transparent;
  border: 0;
}
#greenland .sticky-content {
  position: sticky;
  top: 0;
}
#greenland .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#greenland .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#greenland .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#greenland .blur-up {
  transition: filter 400ms;
  filter: blur(20px);
}
#greenland .blur-up.lazyloaded {
  filter: blur(0);
}
#greenland br.md, #greenland br.xs {
  display: none;
}
#greenland br.lg {
  display: block;
}
@media (max-aspect-ratio: 11/10) {
  #greenland br.lg, #greenland br.xs {
    display: none;
  }
  #greenland br.md {
    display: block;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland br.lg, #greenland br.md {
    display: none;
  }
  #greenland br.xs {
    display: block;
  }
}
#greenland .absolute {
  position: absolute;
}
#greenland .relative {
  position: relative;
}
#greenland .sticky {
  position: sticky;
  top: 0;
}
#greenland .z-1 {
  z-index: 1;
}
#greenland .z-2 {
  z-index: 2;
}
#greenland .z-3 {
  z-index: 3;
}
#greenland .overflow-hidden {
  overflow: hidden;
}
#greenland .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .md\:overflow-hidden {
    overflow: hidden;
  }
  #greenland .md\:overflow-visible {
    overflow: visible;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .xs\:overflow-hidden {
    overflow: hidden;
  }
  #greenland .xs\:overflow-visible {
    overflow: visible;
  }
}
#greenland .block {
  display: block;
}
#greenland .inline-block {
  display: inline-block;
}
#greenland .inline {
  display: inline;
}
#greenland .flex {
  display: flex;
}
#greenland .inline-flex {
  display: inline-flex;
}
#greenland .hidden {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .md\:block {
    display: block;
  }
  #greenland .md\:inline-block {
    display: inline-block;
  }
  #greenland .md\:inline {
    display: inline;
  }
  #greenland .md\:flex {
    display: flex;
  }
  #greenland .md\:inline-flex {
    display: inline-flex;
  }
  #greenland .md\:hidden {
    display: none;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .xs\:block {
    display: block;
  }
  #greenland .xs\:inline-block {
    display: inline-block;
  }
  #greenland .xs\:inline {
    display: inline;
  }
  #greenland .xs\:flex {
    display: flex;
  }
  #greenland .xs\:inline-flex {
    display: inline-flex;
  }
  #greenland .xs\:hidden {
    display: none;
  }
}
#greenland .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#greenland .flex-row {
  flex-direction: row;
}
#greenland .flex-row-reverse {
  flex-direction: row-reverse;
}
#greenland .flex-col {
  flex-direction: column;
}
#greenland .flex-col-reverse {
  flex-direction: column-reverse;
}
#greenland .flex-wrap {
  flex-wrap: wrap;
}
#greenland .flex-nowrap {
  flex-wrap: nowrap;
}
#greenland .justify-start {
  justify-content: flex-start;
}
#greenland .justify-end {
  justify-content: flex-end;
}
#greenland .justify-center {
  justify-content: center;
}
#greenland .justify-between {
  justify-content: space-between;
}
#greenland .items-start {
  align-items: flex-start;
}
#greenland .items-end {
  align-items: flex-end;
}
#greenland .items-center {
  align-items: center;
}
#greenland .shrink-0 {
  flex-shrink: 0;
}
#greenland .order-1 {
  order: 1;
}
#greenland .order-2 {
  order: 2;
}
#greenland .order-3 {
  order: 3;
}
#greenland .order-4 {
  order: 4;
}
#greenland .order-5 {
  order: 5;
}
#greenland .order-6 {
  order: 6;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .xs\:flex-row {
    flex-direction: row;
  }
  #greenland .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #greenland .xs\:flex-col {
    flex-direction: column;
  }
  #greenland .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #greenland .xs\:justify-start {
    justify-content: flex-start;
  }
  #greenland .xs\:justify-end {
    justify-content: flex-end;
  }
  #greenland .xs\:justify-center {
    justify-content: center;
  }
  #greenland .xs\:justify-between {
    justify-content: space-between;
  }
  #greenland .xs\:items-start {
    align-items: flex-start;
  }
  #greenland .xs\:items-end {
    align-items: flex-end;
  }
  #greenland .xs\:items-center {
    align-items: center;
  }
  #greenland .xs\:order-1 {
    order: 1;
  }
  #greenland .xs\:order-2 {
    order: 2;
  }
  #greenland .xs\:order-3 {
    order: 3;
  }
  #greenland .xs\:order-4 {
    order: 4;
  }
  #greenland .xs\:order-5 {
    order: 5;
  }
  #greenland .xs\:order-6 {
    order: 6;
  }
}
#greenland .rounded, #greenland .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
}
#greenland .rounded-left {
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}
#greenland .rounded-right {
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .lg\:rounded {
    border-radius: 0;
  }
  #greenland .xs\:rounded, #greenland .md\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #greenland .rounded, #greenland .xs\:rounded, #greenland .md\:rounded {
    border-radius: 1.142857vw;
  }
  #greenland .rounded-left {
    border-top-left-radius: 1.142857vw;
    border-bottom-left-radius: 1.142857vw;
  }
  #greenland .rounded-right {
    border-top-right-radius: 1.142857vw;
    border-bottom-right-radius: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .md\:rounded {
    border-radius: 0;
  }
  #greenland .rounded, #greenland .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #greenland .rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #greenland .rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}
#greenland .effect-slide .swiper-wrapper, #greenland .effect-slide [data-swiper-parallax-x], #greenland .effect-slide [data-swiper-parallax-y], #greenland .effect-slide [data-swiper-parallax-opacity] {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#greenland .swiper-touch-move .swiper-wrapper, #greenland .swiper-touch-move [data-swiper-parallax-x], #greenland .swiper-touch-move [data-swiper-parallax-y], #greenland .swiper-touch-move [data-swiper-parallax-opacity] {
  transition-timing-function: ease;
}
#greenland .swiper-slide-to-clicked-slide .swiper-slide {
  cursor: pointer;
}
#greenland .swiper-slide-to-clicked-slide .swiper-slide-active, #greenland .swiper-slide-to-clicked-slide .swiper-slide:nth-last-child(2).swiper-slide-active ~ .swiper-slide-fully-visible {
  cursor: auto;
}
#greenland .stack-list {
  display: flex;
  text-align: center;
}
#greenland .stack-item {
  position: relative;
  width: 100%;
  transition: opacity 360ms;
  opacity: 0;
}
#greenland .stack-item:nth-child(n+2) {
  margin-left: -100%;
}
#greenland .stack-item.current {
  z-index: 1;
  transition-delay: 240ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .stack-item {
    transition-duration: 240ms;
  }
  #greenland .stack-item.current {
    transition-delay: 160ms;
  }
}
#greenland .fadeup, #greenland .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: 11/10) {
  #greenland .fadeup, #greenland .xs-fadeup {
    transform: translateY(11.111111vw);
  }
  #greenland .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #greenland .xs-fadeup {
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}
#greenland .fadeup.animated, #greenland .lg-fadeup.animated, #greenland .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}
#greenland .w-1560 {
  width: 81.25vw;
}
#greenland .w-1296 {
  width: 67.5vw;
}
#greenland .w-1280 {
  width: 66.666667vw;
}
#greenland .w-1080 {
  width: 56.25vw;
}
#greenland .w-1068 {
  width: 55.625vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .xs\:w-full {
    width: 100%;
  }
  #greenland .md\:w-1272 {
    width: 90.857143vw;
  }
  #greenland .md\:w-1056 {
    width: 75.428571vw;
  }
  #greenland .md\:w-1080 {
    width: 77.142857vw;
  }
  #greenland .md\:w-624 {
    width: 44.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .xs\:w-full {
    width: 100%;
  }
  #greenland .xs\:w-688 {
    width: 95.555556vw;
  }
  #greenland .xs\:w-656 {
    width: 91.111111vw;
  }
  #greenland .xs\:w-640 {
    width: 88.888889vw;
  }
  #greenland .xs\:w-600 {
    width: 83.333333vw;
  }
  #greenland .xs\:w-592 {
    width: 82.222222vw;
  }
  #greenland .xs\:w-560 {
    width: 77.777778vw;
  }
}
#greenland .mt-1\.25 {
  margin-top: 1.25em;
}
#greenland .mt-1\.6 {
  margin-top: 1.6em;
}
#greenland .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#greenland .mt-8, #greenland .lg\:mt-8 {
  margin-top: 0.416667vw;
}
#greenland .mt-16, #greenland .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#greenland .mt-24, #greenland .lg\:mt-24 {
  margin-top: 1.25vw;
}
#greenland .mt-32, #greenland .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#greenland .mt-40, #greenland .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#greenland .mt-48, #greenland .lg\:mt-48 {
  margin-top: 2.5vw;
}
#greenland .mt-56, #greenland .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#greenland .mt-64, #greenland .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#greenland .mt-72, #greenland .lg\:mt-72 {
  margin-top: 3.75vw;
}
#greenland .mt-80, #greenland .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#greenland .mt-96, #greenland .lg\:mt-96 {
  margin-top: 5vw;
}
#greenland .mt-104, #greenland .lg\:mt-104 {
  margin-top: 5.416667vw;
}
#greenland .mt-112, #greenland .lg\:mt-112 {
  margin-top: 5.833333vw;
}
#greenland .mt-120, #greenland .lg\:mt-120 {
  margin-top: 6.25vw;
}
#greenland .mt-144, #greenland .lg\:mt-144 {
  margin-top: 7.5vw;
}
#greenland .mt-160, #greenland .lg\:mt-160 {
  margin-top: 8.333333vw;
}
#greenland .mt-200, #greenland .lg\:mt-200 {
  margin-top: 10.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .xs\:mx-auto, #greenland .md\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #greenland .mt-8, #greenland .xs\:mt-8, #greenland .md\:mt-8 {
    margin-top: 0.571429vw;
  }
  #greenland .mt-16, #greenland .xs\:mt-16, #greenland .md\:mt-16 {
    margin-top: 1.142857vw;
  }
  #greenland .mt-24, #greenland .xs\:mt-24, #greenland .md\:mt-24 {
    margin-top: 1.714286vw;
  }
  #greenland .mt-32, #greenland .xs\:mt-32, #greenland .md\:mt-32 {
    margin-top: 2.285714vw;
  }
  #greenland .mt-40, #greenland .xs\:mt-40, #greenland .md\:mt-40 {
    margin-top: 2.857143vw;
  }
  #greenland .mt-48, #greenland .xs\:mt-48, #greenland .md\:mt-48 {
    margin-top: 3.428571vw;
  }
  #greenland .mt-56, #greenland .xs\:mt-56, #greenland .md\:mt-56 {
    margin-top: 4vw;
  }
  #greenland .mt-64, #greenland .xs\:mt-64, #greenland .md\:mt-64 {
    margin-top: 4.571429vw;
  }
  #greenland .mt-72, #greenland .xs\:mt-72, #greenland .md\:mt-72 {
    margin-top: 5.142857vw;
  }
  #greenland .mt-80, #greenland .xs\:mt-80, #greenland .md\:mt-80 {
    margin-top: 5.714286vw;
  }
  #greenland .mt-96, #greenland .xs\:mt-96, #greenland .md\:mt-96 {
    margin-top: 6.857143vw;
  }
  #greenland .mt-104, #greenland .xs\:mt-104, #greenland .md\:mt-104 {
    margin-top: 7.428571vw;
  }
  #greenland .mt-112, #greenland .xs\:mt-112, #greenland .md\:mt-112 {
    margin-top: 8vw;
  }
  #greenland .mt-120, #greenland .xs\:mt-120, #greenland .md\:mt-120 {
    margin-top: 8.571429vw;
  }
  #greenland .mt-144, #greenland .xs\:mt-144, #greenland .md\:mt-144 {
    margin-top: 10.285714vw;
  }
  #greenland .mt-160, #greenland .xs\:mt-160, #greenland .md\:mt-160 {
    margin-top: 11.428571vw;
  }
  #greenland .mt-200, #greenland .xs\:mt-200, #greenland .md\:mt-200 {
    margin-top: 14.285714vw;
  }
  #greenland .xs\:mt-0, #greenland .md\:mt-0 {
    margin-top: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .mt-8, #greenland .xs\:mt-8 {
    margin-top: 1.111111vw;
  }
  #greenland .mt-16, #greenland .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #greenland .mt-24, #greenland .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #greenland .mt-32, #greenland .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #greenland .mt-40, #greenland .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #greenland .mt-48, #greenland .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #greenland .mt-56, #greenland .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #greenland .mt-64, #greenland .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #greenland .mt-72, #greenland .xs\:mt-72 {
    margin-top: 10vw;
  }
  #greenland .mt-80, #greenland .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #greenland .mt-96, #greenland .xs\:mt-96 {
    margin-top: 13.333333vw;
  }
  #greenland .mt-104, #greenland .xs\:mt-104 {
    margin-top: 14.444444vw;
  }
  #greenland .mt-112, #greenland .xs\:mt-112 {
    margin-top: 15.555556vw;
  }
  #greenland .mt-120, #greenland .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #greenland .mt-144, #greenland .xs\:mt-144 {
    margin-top: 20vw;
  }
  #greenland .mt-160, #greenland .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
  #greenland .mt-200, #greenland .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
  #greenland .xs\:mt-0 {
    margin-top: 0;
  }
}
#greenland .pt-200, #greenland .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#greenland .pb-200, #greenland .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#greenland .py-200, #greenland .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#greenland .pt-160, #greenland .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#greenland .pb-160, #greenland .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
#greenland .py-160, #greenland .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#greenland .pt-120, #greenland .lg\:pt-120 {
  padding-top: 6.25vw;
}
#greenland .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .pt-200, #greenland .xs\:pt-200 {
    padding-top: 14.285714vw;
  }
  #greenland .pb-200, #greenland .xs\:pb-200 {
    padding-bottom: 14.285714vw;
  }
  #greenland .py-200, #greenland .xs\:py-200 {
    padding-top: 14.285714vw;
    padding-bottom: 14.285714vw;
  }
  #greenland .pt-160, #greenland .xs\:pt-160 {
    padding-top: 11.428571vw;
  }
  #greenland .pb-160, #greenland .xs\:pb-160 {
    padding-bottom: 11.428571vw;
  }
  #greenland .py-160, #greenland .xs\:py-160 {
    padding-top: 11.428571vw;
    padding-bottom: 11.428571vw;
  }
  #greenland .pt-120, #greenland .xs\:pt-120 {
    padding-top: 8.571429vw;
  }
  #greenland .xs\:pt-0 {
    padding-top: 0;
  }
  #greenland .px-16, #greenland .xs\:px-16 {
    padding-left: 1.142857vw;
    padding-right: 1.142857vw;
  }
  #greenland .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .pt-200, #greenland .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #greenland .pb-200, #greenland .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #greenland .py-200, #greenland .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #greenland .pt-160, #greenland .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #greenland .pb-160, #greenland .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #greenland .py-160, #greenland .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #greenland .pt-120, #greenland .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #greenland .px-16, #greenland .xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
}
#greenland h2, #greenland h3, #greenland h4 {
  line-height: 1.25;
  color: #fff;
}
#greenland h2 {
  font-size: 3.333333vw;
}
#greenland h3 {
  font-size: 1.666667vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland h2 {
    font-size: 4.571429vw;
  }
  #greenland h3 {
    font-size: 2.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland h2 {
    font-size: 8.888889vw;
  }
  #greenland h3 {
    font-size: 4.444444vw;
  }
}
#greenland strong {
  font-weight: 700;
  color: #fff;
}
#greenland .note {
  display: flex;
  font-size: max(8px, 0.625vw);
  color: rgba(109, 109, 115, 0.6);
}
@media (hover: hover) {
  #greenland .note {
    font-size: max(12px, 0.625vw);
  }
}
@media (max-aspect-ratio: 11/10) {
  #greenland .note {
    font-size: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .note {
    font-size: 3.333333vw;
  }
}
#greenland [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#greenland .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#greenland .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;
}
#greenland .text-left {
  text-align: left;
}
#greenland .text-center {
  text-align: center;
}
#greenland .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .md\:text-left {
    text-align: left;
  }
  #greenland .md\:text-center {
    text-align: center;
  }
  #greenland .md\:text-right {
    text-align: right;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .xs\:text-left {
    text-align: left;
  }
  #greenland .xs\:text-center {
    text-align: center;
  }
  #greenland .xs\:text-right {
    text-align: right;
  }
}
#greenland .text-align {
  text-align: center;
}
@media (max-aspect-ratio: 7/10) {
  #greenland .text-align {
    text-align: left;
  }
  html[dir=rtl] #greenland .text-align {
    text-align: right;
  }
}
#greenland .font-extralight {
  font-weight: 200;
}
#greenland .font-light {
  font-weight: 300;
}
#greenland .font-normal {
  font-weight: 400;
}
#greenland .font-medium {
  font-weight: 500;
}
#greenland .font-semibold {
  font-weight: 600;
}
#greenland .font-bold {
  font-weight: 700;
}
#greenland .font-extrabold {
  font-weight: 800;
}
#greenland .leading-100 {
  line-height: 1;
}
#greenland .leading-125 {
  line-height: 1.25;
}
#greenland .leading-160 {
  line-height: 1.6;
}
#greenland a, #greenland a * {
  text-decoration: none;
}
#greenland .permalink {
  line-height: inherit;
  color: inherit;
  transition: opacity 300ms ease-out;
}
#greenland .permalink span {
  margin-top: -0.05em;
  font-size: 1.4em;
  line-height: 0;
}
#greenland .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}
@media (hover: hover) {
  #greenland .permalink.global-style-hide span {
    transition: transform 300ms ease-out;
  }
  #greenland .permalink.global-style-hide:hover {
    opacity: 0.6;
  }
  #greenland .permalink.global-style-hide:hover span {
    transform: translateX(4px);
  }
  [dir=rtl] #greenland .permalink.global-style-hide:hover span {
    transform: translateX(-4px);
  }
}
#greenland .effect-slide .play-pause-button {
  transition: opacity 100ms;
  opacity: 0;
}
#greenland .effect-slide .swiper-slide-active .play-pause-button {
  transition-delay: 800ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .effect-slide .swiper-slide-active .play-pause-button {
    transition-delay: 600ms;
  }
}
#greenland .effect-fade .play-pause-button {
  transition: opacity 100ms;
  opacity: 0;
}
#greenland .effect-fade .swiper-slide-active .play-pause-button {
  transition-delay: 600ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .effect-fade .swiper-slide-active .play-pause-button {
    transition-delay: 400ms;
  }
}
#greenland .video-container {
  position: relative;
}
#greenland .video-container .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  transform: translateZ(0);
  border-radius: 50%;
}
#greenland .video-container .play-pause-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 300ms ease-out;
  background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.94), rgba(14, 14, 16, 0.75) 42%, rgba(70, 64, 88, 0.75) 89%, rgba(87, 75, 108, 0.75));
}
@media (hover: hover) {
  #greenland .video-container .play-pause-button:hover::before {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #greenland .video-container .play-pause-button {
    right: 2.857143vw;
    bottom: 2.857143vw;
    width: 4.571429vw;
    height: 4.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .video-container .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}
#greenland .video-container .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#greenland .video-container.playing .icon-pause, #greenland .video-container.paused .icon-play, #greenland .video-container.ended .icon-replay {
  display: block;
}
#greenland .video-container .replay-button {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
  cursor: default;
}
#greenland .video-container.ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#greenland .modal-button-container .modal-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
  cursor: pointer;
}
#greenland .modal-button-container .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #e6d3ff;
}
#greenland .modal-button-container .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .modal-button-container .modal-button {
    padding-right: 1.714286vw;
    padding-left: 3.428571vw;
  }
  #greenland .modal-button-container .button-copy {
    font-size: 2vw;
  }
  #greenland .modal-button-container .button-icon {
    width: 3.428571vw;
    margin-left: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .modal-button-container .modal-button {
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #greenland .modal-button-container .button-copy {
    font-size: 3.888889vw;
  }
  #greenland .modal-button-container .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#greenland .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.4s;
  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%);
}
#greenland .section-modal.modal-scrollable {
  padding-inline-end: var(--modal-scrollbar-buffer);
}
#greenland .section-modal.modal-scrollable .folding-container {
  align-items: flex-start;
  padding-top: 3.333333vw;
  padding-inline-end: var(--modal-scrollbar-buffer);
}
#greenland .section-modal.modal-open {
  visibility: visible;
  transition: -webkit-backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s;
  transform: translateZ(0px);
  background-color: rgba(25, 25, 26, 0.8);
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}
#greenland .section-modal.modal-open .modal-container {
  transition: opacity 0.4s;
  opacity: 1;
}
#greenland .section-modal.modal-open .modal-wrapper {
  transition: opacity 0s 1.18s;
  opacity: 1;
}
.has-modal-l #greenland .section-modal.modal-open, .has-modal-l #greenland .section-modal.modal-will-close {
  z-index: 200;
}
.has-modal-l #greenland .section-modal .modal-container {
  opacity: 1;
}
.has-modal-l #greenland .section-modal .folding-wrapper {
  transition: transform 1.1s 0.08s;
  transform: translate3d(0, 0, 0) rotateX(0);
}
.has-modal-l #greenland .section-modal .folding-item {
  transition: transform 1.1s 0.08s;
}
.has-modal-l #greenland .section-modal .folding-item::after {
  transition: opacity 1.1s;
  opacity: 0;
}
.has-modal-l #greenland .section-modal .folding-left {
  transform: translate3d(50%, 0, 0) rotateY(0) translate3d(-50%, 0, 0) rotateY(0);
}
.has-modal-l #greenland .section-modal .folding-center {
  transform: translate3d(0, 0, 1px) rotateY(0);
}
.has-modal-l #greenland .section-modal .folding-right {
  transform: translate3d(-50%, 0, 0) rotateY(0) translate3d(50%, 0, 0) rotateY(0);
}
.has-modal-l #greenland .section-modal .modal-close-button {
  transition: opacity 0.4s 1.18s;
  pointer-events: auto;
  opacity: 1;
}
#greenland .section-modal.modal-will-close {
  overflow: auto !important;
  padding-inline-end: 0;
}
#greenland .section-modal.modal-will-close .folding-container {
  opacity: 0;
  padding-inline-end: 0;
}
#greenland .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  opacity: 0;
}
#greenland .section-modal .folding-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#greenland .section-modal .folding-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  transform: translate3d(0, 20.833333vw, 0) rotateX(45deg);
  transform-origin: top;
  backface-visibility: hidden;
  perspective: 260.416667vw;
  perspective-origin: 100% 0;
  transform-style: preserve-3d;
}
#greenland .section-modal .modal-layout {
  position: relative;
  width: 81.25vw;
}
#greenland .section-modal .folding-item {
  display: flex;
  overflow: hidden;
  width: 33.333333%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  backface-visibility: hidden;
}
#greenland .section-modal .folding-item::after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
}
#greenland .section-modal .folding-left, #greenland .section-modal .folding-right {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc(33.333333% + 2px);
}
#greenland .section-modal .folding-left {
  left: 0;
  justify-content: flex-start;
  transform: translate3d(50%, 0, 0) rotateY(65deg) translate3d(-50%, 0, 0) rotateY(-137deg);
  transform-origin: right;
}
#greenland .section-modal .folding-left::after {
  background-image: linear-gradient(90deg, #5d5d5d, #262525);
}
#greenland .section-modal .folding-center {
  position: relative;
  z-index: 2;
  justify-content: center;
  transform: translate3d(0, 0, 2px) rotateY(65deg);
  transform-origin: center;
}
#greenland .section-modal .folding-center::after {
  background-image: linear-gradient(90deg, #1e1c1c, #333);
}
#greenland .section-modal .folding-right {
  right: 0;
  justify-content: flex-end;
  transform: translate3d(-50%, 0, 0) rotateY(65deg) translate3d(50%, 0, 0) rotateY(-140deg);
  transform-origin: left;
}
#greenland .section-modal .folding-right::after {
  background-image: linear-gradient(90deg, #707070, #4f4f4f);
}
#greenland .section-modal .modal-wrapper {
  position: relative;
  width: 81.25vw;
  transition: opacity 0.6s;
  opacity: 0;
  will-change: opacity;
}
#greenland .section-modal .modal-content-container {
  position: relative;
}
#greenland .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;
}
#greenland .section-modal .modal-close-container {
  position: absolute;
  top: 1.666667vw;
  right: 1.666667vw;
  bottom: 0;
  width: 2.083333vw;
}
#greenland .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 1.666667vw;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
}
#greenland .section-modal .modal-close-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 300ms ease-out;
  background-image: radial-gradient(closest-corner, rgba(0, 0, 0, 0.94), rgba(14, 14, 16, 0.75) 42%, rgba(70, 64, 88, 0.75) 89%, rgba(87, 75, 108, 0.75));
}
@media (hover: hover) {
  #greenland .section-modal .modal-close-button:hover::before {
    opacity: 0.6;
  }
}
#greenland .section-modal .modal-close-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-modal .modal-container {
    padding-top: 5.714286vw;
    padding-bottom: 5.714286vw;
    transform: translate3d(0, 100vh, 0);
    opacity: 0;
  }
  .has-modal-l #greenland .section-modal .modal-container {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  #greenland .section-modal.modal-open .modal-container {
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 1;
  }
  #greenland .section-modal.modal-will-close .modal-container {
    transition: opacity 0.6s;
  }
  #greenland .section-modal .folding-container {
    display: none;
  }
  #greenland .section-modal .folding-wrapper {
    transform: none;
    perspective: 0;
  }
  #greenland .section-modal .folding-item {
    transform: none;
  }
  #greenland .section-modal .modal-wrapper {
    width: 90.857143vw;
    opacity: 1;
  }
  #greenland .section-modal .modal-content {
    width: 100%;
    padding-bottom: 8.571429vw;
    border-radius: 1.714286vw;
  }
  #greenland .section-modal .modal-close-container {
    top: 2.857143vw;
    right: 2.857143vw;
    width: 5.714286vw;
  }
  #greenland .section-modal .modal-close-button {
    top: 2.857143vw;
    opacity: 1;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-modal .modal-container {
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #greenland .section-modal .modal-wrapper {
    width: 95.555556vw;
  }
  #greenland .section-modal .modal-content {
    padding-bottom: 19.444444vw;
    border-radius: 2.222222vw;
  }
  #greenland .section-modal .modal-close-container {
    top: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
  }
  #greenland .section-modal .modal-close-button {
    top: 3.333333vw;
  }
}
#greenland .hero-sku {
  margin-top: 4.166667vw;
  font-size: 0;
  text-align: center;
}
#greenland .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
}
#greenland .hero-sku .from {
  font-size: 0.677083vw;
}
#greenland .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#greenland .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) {
  #greenland .hero-sku .buy-cta:hover {
    opacity: 0.8;
  }
}
#greenland .hero-sku.sku-light .pricing {
  color: #fff;
}
#greenland .hero-sku.sku-light .buy-cta {
  color: #000;
  background-color: #fff;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .hero-sku {
    margin-top: 8.571429vw;
  }
  #greenland .hero-sku .pricing {
    font-size: 2.857143vw;
  }
  #greenland .hero-sku .from {
    font-size: 1.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .hero-sku {
    margin-top: 15.555556vw;
  }
  #greenland .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #greenland .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#greenland .section-highlights .swiper-slide {
  overflow: hidden;
}
#greenland .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#greenland .section-highlights .caption-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
}
#greenland .section-highlights .caption {
  font-size: 1.666667vw;
}
#greenland .section-highlights .caption-1 {
  color: #000;
}
#greenland .section-highlights .shine-body {
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
}
#greenland .section-highlights .controls-container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
}
#greenland .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  transition: opacity 300ms;
  outline: 0;
}
#greenland .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#greenland .section-highlights .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#greenland .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;
  opacity: 0.3;
  border-radius: 100%;
  outline: 0;
  background-color: #e6d3ff;
}
#greenland .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}
#greenland .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-highlights .caption-container {
    margin: 3.142857vw 3.428571vw;
  }
  #greenland .section-highlights .caption {
    font-size: 3.428571vw;
  }
  #greenland .section-highlights .shine-cursor .shine-foreground {
    display: none;
  }
  #greenland .section-highlights .shine-cursor .shine-border {
    padding: 0.142857vw;
  }
  #greenland .section-highlights .shine-cursor .shine-inset {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: none;
    opacity: 1;
    background-image: linear-gradient(180deg, #957fbf, rgba(150, 127, 190, 0.5), transparent);
  }
  #greenland .section-highlights .shine-cursor .shine-inset::after {
    display: none;
  }
  #greenland .section-highlights .shine-cursor .shine-body {
    height: 6.857143vw;
    padding-right: 0.857143vw;
    padding-left: 0.857143vw;
  }
  #greenland .section-highlights .shine-cursor .shine-border::before {
    box-shadow: inset 0 0 3.571429vw #8671a5;
  }
  #greenland .section-highlights .shine-cursor .shine-border::after {
    box-shadow: inset 0 1.428571vw 7.142857vw #9a83ba;
  }
  #greenland .section-highlights .arrownav-item {
    width: 6.857143vw;
  }
  #greenland .section-highlights .dotnav-list {
    margin-right: -0.285714vw;
    margin-left: -0.285714vw;
  }
  #greenland .section-highlights .dotnav-item {
    width: 1.142857vw;
    height: 1.142857vw;
    margin-right: 0.857143vw;
    margin-left: 0.857143vw;
  }
  #greenland .section-highlights .dotnav-item::before {
    padding: 0.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-highlights .caption-container {
    position: relative;
    top: auto;
    left: auto;
    margin: 6.111111vw 2.222222vw 0;
    text-align: center;
  }
  #greenland .section-highlights .caption {
    font-size: 5.555556vw;
  }
  #greenland .section-highlights .caption-1 {
    color: #fff;
  }
  #greenland .section-highlights .shine-cursor .shine-container .shine-border {
    padding: 0.277778vw;
  }
  #greenland .section-highlights .shine-cursor .shine-body {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #greenland .section-highlights .arrownav-item {
    width: 13.333333vw;
  }
  #greenland .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #greenland .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #greenland .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
}
#greenland .shine-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.166667vw;
}
#greenland .shine-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0.416667vw;
  border-radius: 999px;
  background-color: #181726;
}
#greenland .shine-body {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 100%;
  border-radius: 999px;
}
#greenland .shine-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25vw;
  height: 6.25vw;
  pointer-events: none;
  will-change: transform, opacity;
}
#greenland .shine-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#greenland .shine-foreground {
  z-index: 10;
}
#greenland .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);
}
#greenland .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;
}
#greenland .shine-border::before, #greenland .shine-border::after {
  display: block;
  overflow: hidden;
  content: "";
  border-radius: 999px;
}
#greenland .shine-border::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  box-shadow: inset 0 0 2.604167vw #625477;
  backface-visibility: hidden;
}
#greenland .shine-border::after {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#greenland .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);
}
#greenland .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);
}
#greenland .shine-cursor .shine-item {
  transition: opacity 300ms;
  transform: translate3d(calc(var(--shine-x, 0) - 50%), calc(var(--shine-y, 0) - 50%), 0);
  opacity: 0;
}
#greenland .shine-cursor .shine-item::after {
  transition: transform 300ms;
  transform: scale(0);
}
#greenland .shining .shine-item {
  opacity: 1;
}
#greenland .shining .shine-item::after {
  transform: scale(1);
}
#greenland .shine-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .shine-container {
    height: 8vw;
  }
  #greenland .shine-wrapper {
    padding: 0.571429vw;
  }
  #greenland .shine-cursor .shine-item {
    left: auto;
    transform: none;
    opacity: 1;
  }
  #greenland .shine-cursor .shine-item::after {
    transform: scale(1);
  }
  #greenland .shine-cursor .shine-foreground {
    top: -1.571429vw;
    right: -5vw;
  }
  #greenland .shine-cursor .shine-inset {
    top: -1.571429vw;
    right: -5vw;
  }
  #greenland .shine-item {
    width: 10vw;
    height: 10vw;
  }
  #greenland .shine-border::before {
    box-shadow: inset 0 0 3.571429vw #8671a5;
  }
  #greenland .shine-background {
    top: 0.285714vw;
    right: 0.285714vw;
    bottom: 0.285714vw;
    left: 0.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .shine-container {
    height: 15.555556vw;
  }
  #greenland .shine-wrapper {
    padding: 1.111111vw;
  }
  #greenland .shine-cursor .shine-foreground {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #greenland .shine-cursor .shine-inset {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #greenland .shine-item {
    width: 19.444444vw;
    height: 19.444444vw;
  }
  #greenland .shine-background {
    top: 0.555556vw;
    right: 0.555556vw;
    bottom: 0.555556vw;
    left: 0.555556vw;
  }
  #greenland .shine-border::before {
    box-shadow: inset 0 0 6.944444vw #8671a5;
  }
}
#greenland .shine-circle {
  border-radius: 100%;
  background-color: #282138;
}
#greenland .shine-circle .shine-item {
  transition: opacity 300ms;
  opacity: 0;
}
@media (hover: hover) {
  #greenland .shine-circle:hover .shine-item {
    opacity: 1;
  }
}
#greenland .shine-circle .shine-foreground {
  width: 125%;
  height: 125%;
}
#greenland .shine-circle .shine-foreground::after {
  filter: blur(10px);
}
#greenland .shine-circle .shine-border {
  padding: 1px;
  background-color: transparent;
}
#greenland .shine-circle .shine-border::before {
  border: 1px solid #282138;
  box-shadow: none;
}
#greenland .shine-circle .shine-border::after {
  z-index: 4;
  background-color: #211a2e;
}
#greenland .shine-circle .shine-inset {
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .shine-circle .shine-item {
    opacity: 1;
  }
}
#greenland .arrownav-list {
  display: flex;
}
#greenland .arrownav-list .shine-border {
  padding: 1px;
}
#greenland .arrownav-list .arrownav-item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
}
#greenland .arrownav-list .arrownav-disabled {
  cursor: default;
}
#greenland .arrownav-list .arrownav-disabled .shine-item {
  opacity: 0 !important;
}
#greenland .arrownav-list .arrownav-disabled .icon-arrow {
  opacity: 0.3;
}
#greenland .arrownav-list .arrownav-prev .shine-foreground {
  transform: translate(-50%, -10%);
}
#greenland .arrownav-list .arrownav-prev .shine-inset::after {
  background-image: linear-gradient(90deg, rgb(237, 231, 244), rgba(190, 167, 214, 0.16) 23%, rgba(91, 71, 137, 0));
}
#greenland .arrownav-list .arrownav-next {
  margin-left: 1.25vw;
}
#greenland .arrownav-list .arrownav-next .shine-foreground {
  transform: translate(30%, -10%);
}
#greenland .arrownav-list .arrownav-next .shine-inset::after {
  background-image: linear-gradient(-90deg, rgb(237, 231, 244), rgba(190, 167, 214, 0.16) 23%, rgba(91, 71, 137, 0));
}
#greenland .arrownav-list .icon-arrow {
  transition: opacity 300ms;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .arrownav-list .arrownav-item {
    width: 5.714286vw;
    height: 5.714286vw;
  }
  #greenland .arrownav-list .arrownav-next {
    margin-left: 2.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .arrownav-list .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #greenland .arrownav-list .arrownav-next {
    margin-left: 4.444444vw;
  }
}
#greenland .player-cta {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
#greenland .player-cta .icon-copy {
  font-size: 1.041667vw;
  line-height: 1.25;
  color: #9583ac;
}
#greenland .player-cta .shine-circle {
  width: 1.666667vw;
  margin-left: 0.416667vw;
}
#greenland .player-cta .shine-foreground {
  transform: translate(-10%, 40%);
}
#greenland .player-cta .shine-inset::after {
  background-image: linear-gradient(0deg, rgb(237, 231, 244), rgba(190, 167, 214, 0.16) 23%, rgba(91, 71, 137, 0));
}
@media (hover: hover) {
  #greenland .player-cta:hover .shine-item {
    opacity: 1;
  }
  #greenland .player-cta:hover .button-radial-gradient::before {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #greenland .player-cta .shine-item {
    opacity: 1;
  }
  #greenland .player-cta .shine-border::before, #greenland .player-cta .shine-border::after {
    box-shadow: none;
  }
  #greenland .player-cta .icon-copy {
    font-size: 2vw;
  }
  #greenland .player-cta .shine-circle {
    width: 3.428571vw;
    margin-left: 1.142857vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .player-cta .icon-copy {
    font-size: 3.888889vw;
  }
  #greenland .player-cta .shine-circle {
    width: 6.666667vw;
    margin-left: 2.222222vw;
  }
}
#greenland .section-header {
  position: relative;
  z-index: 10;
}
#greenland .glow-headline {
  position: relative;
  z-index: 1;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
}
#greenland .glow-headline span {
  background-color: transparent;
}
#greenland .glow-headline .glow-container {
  position: relative;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
}
#greenland .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;
}
#greenland .glow-headline .glow-blur {
  position: absolute;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
  width: 100%;
}
#greenland .glow-headline .glow-blur::before, #greenland .glow-headline .glow-blur::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: attr(data-text);
  transform: translateZ(0);
  opacity: 0;
}
#greenland .glow-headline .glow-blur-1::before {
  z-index: 1;
  color: #b06cff;
  filter: blur(18px);
  -webkit-filter: blur(18px);
}
#greenland .glow-headline .glow-blur-1::after {
  z-index: 2;
  color: #c16cff;
  filter: blur(9px);
  -webkit-filter: blur(9px);
}
#greenland .glow-headline .glow-blur-2::before {
  z-index: 3;
  color: #d0a2ff;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
#greenland .glow-headline .glow-blur-2::after {
  display: none;
}
#greenland .glow-headline .glow-white {
  position: relative;
  z-index: 4;
  opacity: 0.8;
  color: #fff;
}
#greenland .glow-headline .glow-purple {
  background-image: linear-gradient(180deg, #564172, #ad97c9 25%, #9583ac 50%);
  background-position-y: 100%;
  background-size: 100% 300%;
}
#greenland .glow-headline.animated .glow-blur::before, #greenland .glow-headline.animated .glow-blur::after, #greenland .glow-headline.animated .glow-white {
  transition: opacity 1.2s;
  opacity: 1;
}
#greenland .glow-headline.animated .glow-purple {
  transition: opacity 1.2s, background-position-y 0.6s;
  opacity: 1;
  background-position-y: 0;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .glow-headline {
    font-size: 6.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .glow-headline {
    font-size: 13.333333vw;
  }
}
#greenland .button-radial-gradient {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
#greenland .button-radial-gradient::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 300ms ease-out;
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.94), rgba(14, 14, 16, 0.75) 42%, rgba(70, 64, 88, 0.75) 89%, rgba(87, 75, 108, 0.75));
}
@media (hover: hover) {
  #greenland .button-radial-gradient:hover::before {
    opacity: 0.6;
  }
}
#greenland .button-radial-gradient .button-icon, #greenland .button-radial-gradient .icon-play {
  position: relative;
  z-index: 1;
}
#greenland .modal-button-more {
  position: absolute;
  z-index: 1;
  right: 2.083333vw;
  bottom: 2.083333vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#greenland .modal-button-more .button-copy {
  font-size: 0.9375vw;
  color: #fff;
}
#greenland .modal-button-more .button-radial-gradient {
  width: 2.083333vw;
  margin-left: 0.833333vw;
}
@media (hover: hover) {
  #greenland .modal-button-more:hover .button-radial-gradient::before {
    opacity: 0.6;
  }
}
#greenland .effect-slide .stack-item {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 480ms;
}
#greenland .effect-slide .stack-item.current {
  transition-delay: 320ms;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .effect-slide .stack-item {
    transition-duration: 360ms;
  }
  #greenland .effect-slide .stack-item.current {
    transition-delay: 240ms;
  }
}
#greenland .tabnav-section .tabnav-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#greenland .tabnav-section .tabnav-container {
  position: relative;
  display: flex;
  white-space: nowrap;
}
#greenland .tabnav-section .tabnav-list {
  position: relative;
  z-index: 1;
  display: flex;
}
#greenland .tabnav-section .tabnav-item {
  padding-bottom: 0.833333vw;
  font-size: 1.25vw;
  cursor: pointer;
  transition: opacity 600ms;
  transform: translateZ(0);
  white-space: nowrap;
  opacity: 0.4;
  color: #fff;
  outline: 0;
  backface-visibility: hidden;
  will-change: opacity;
}
#greenland .tabnav-section .tabnav-item:nth-child(n+2) {
  margin-left: 2.916667vw;
}
@media (hover: hover) {
  #greenland .tabnav-section .tabnav-item:hover {
    opacity: 0.6;
  }
}
#greenland .tabnav-section .tabnav-item.current {
  cursor: default;
  opacity: 1;
}
#greenland .tabnav-section .tabnav-indicator {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.208333vw;
  border-radius: 999px;
}
#greenland .tabnav-section .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1d1d1d;
}
#greenland .tabnav-section .tabnav-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  width: var(--tabnav-width, 0);
  height: 100%;
  content: "";
  transition-duration: 600ms;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-left, 0));
  border-radius: 999px;
  background-color: #774a95;
}
#greenland .tabnav-section.tabnav-pill-style .shine-container {
  height: 3.75vw;
}
#greenland .tabnav-section.tabnav-pill-style .shine-item {
  top: -1.666667vw;
  transition: transform 600ms;
  transform: translateX(var(--tabnav-shine-x, 0));
  backface-visibility: hidden;
}
#greenland .tabnav-section.tabnav-pill-style .tabnav-list {
  padding-right: 0.208333vw;
  padding-left: 0.208333vw;
}
#greenland .tabnav-section.tabnav-pill-style .tabnav-item {
  padding: 0 1.666667vw;
  font-size: 0.9375vw;
  transition: color 600ms;
  opacity: 1;
  color: rgba(255, 255, 255, 0.6);
}
#greenland .tabnav-section.tabnav-pill-style .tabnav-item:nth-child(n+2) {
  margin-left: 0;
}
@media (hover: hover) {
  #greenland .tabnav-section.tabnav-pill-style .tabnav-item:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
#greenland .tabnav-section.tabnav-pill-style .tabnav-item.current {
  transition: color 400ms 200ms;
  color: #000;
}
#greenland .tabnav-section.tabnav-pill-style .tabnav-indicator {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: calc(var(--tabnav-width, 0));
  height: 2.5vw;
  transition-duration: 600ms;
  transition-property: width, transform;
  transform: translateX(calc(var(--tabnav-left, 0)));
  border-radius: 999px;
  background-image: linear-gradient(160deg, #ece0fc, #c0a9e0);
}
#greenland .tabnav-section.tabnav-pill-style .tabnav-indicator::before, #greenland .tabnav-section.tabnav-pill-style .tabnav-indicator::after {
  display: none;
}
#greenland .tabnav-section .stack-list {
  text-align: center;
}
#greenland .tabnav-section .stack-item .note {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  font-size: 0.729167vw;
  opacity: 0.5;
}
@media (max-aspect-ratio: 7/10) {
  #greenland .tabnav-section .stack-item .note {
    position: relative;
    width: auto;
    font-size: 2.777778vw;
  }
}
@media (max-aspect-ratio: 11/10) {
  #greenland .tabnav-section .tabnav-content {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  #greenland .tabnav-section .tabnav-container {
    justify-content: center;
  }
  #greenland .tabnav-section .tabnav-container.tabnav-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #greenland .tabnav-section .tabnav-container.tabnav-scrollable::-webkit-scrollbar {
    display: none;
  }
  #greenland .tabnav-section .tabnav-container.tabnav-scrollable .stack-list {
    text-align: left;
  }
  #greenland .tabnav-section .tabnav-wrapper {
    padding-right: 4.571429vw;
    padding-left: 4.571429vw;
  }
  #greenland .tabnav-section .force-center .tabnav-wrapper, #greenland .tabnav-section .md\:force-center .tabnav-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  #greenland .tabnav-section .tabnav-item {
    padding-bottom: 1.714286vw;
    font-size: 2.857143vw;
  }
  #greenland .tabnav-section .tabnav-item:nth-child(n+2) {
    margin-left: 5.714286vw;
  }
  #greenland .tabnav-section .tabnav-indicator {
    height: 0.571429vw;
  }
  #greenland .tabnav-section .tabnav-indicator::after {
    transition-duration: 400ms;
  }
  #greenland .tabnav-section.tabnav-pill-style .shine-container {
    height: 8vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .shine-item {
    top: -1.571429vw;
    transition-duration: 400ms;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-list {
    padding-right: 0.571429vw;
    padding-left: 0.571429vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-item {
    padding: 0 2.857143vw;
    font-size: 2vw;
    transition-duration: 400ms;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-item:nth-child(n+2) {
    margin-left: 0;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-item.current {
    transition-delay: 100ms;
    transition-duration: 300ms;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-indicator {
    width: calc(var(--tabnav-width, 0));
    height: 5.714286vw;
    transition-duration: 400ms;
    transform: translateX(calc(var(--tabnav-left, 0)));
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .tabnav-section .tabnav-wrapper {
    padding-right: 8.888889vw;
    padding-left: 8.888889vw;
  }
  #greenland .tabnav-section .md\:force-center .tabnav-wrapper {
    padding-right: 8.888889vw;
    padding-left: 8.888889vw;
  }
  #greenland .tabnav-section .tabnav-item {
    padding-bottom: 3.333333vw;
    font-size: 5.555556vw;
  }
  #greenland .tabnav-section .tabnav-item:nth-child(n+2) {
    margin-left: 8.888889vw;
  }
  #greenland .tabnav-section .tabnav-indicator {
    height: 1.111111vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .shine-container {
    height: 15.555556vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .shine-item {
    top: -3.055556vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-list {
    padding-right: 1.111111vw;
    padding-left: 1.111111vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-item {
    padding: 0 5.555556vw;
    font-size: 3.888889vw;
  }
  #greenland .tabnav-section.tabnav-pill-style .tabnav-indicator {
    height: 11.111111vw;
  }
}
#greenland .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);
}
#greenland .card-border-mask {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #211e2b, #0e0c15);
}

#greenland .section-hero {
  z-index: 1;
  padding-bottom: 5.208333vw;
  background-color: #fff;
}
#greenland .section-hero .hero-content {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 3.541667vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 38.541667vw;
  height: 100%;
  padding-bottom: 6.354167vw;
  font-weight: 400;
  color: #fff;
}
#greenland .section-hero .video-container {
  aspect-ratio: 1920/1080;
}
#greenland .section-hero .video-container::after {
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #fff;
}
#greenland .section-hero .inline-video, #greenland .section-hero .canvas-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#greenland .section-hero .canvas-video {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-hero {
    padding-bottom: 29.285714vw;
  }
  #greenland .section-hero .hero-content {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-bottom: 7.428571vw;
    padding-bottom: 0;
  }
  #greenland .section-hero .hero-logo {
    width: 59.714286vw;
    margin: 0 auto;
  }
  #greenland .section-hero .video-container {
    aspect-ratio: 1400/1450;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-hero {
    padding-bottom: 13.888889vw;
  }
  #greenland .section-hero .hero-content {
    margin-bottom: 31.666667vw;
  }
  #greenland .section-hero .hero-logo {
    width: 78.194444vw;
  }
  #greenland .section-hero .video-container {
    aspect-ratio: 720/1444;
  }
}
#greenland .section-introduction {
  z-index: 2;
}
#greenland .section-introduction .picture {
  aspect-ratio: 16/9;
}
#greenland .section-introduction .button-container {
  position: absolute;
  bottom: 9.375vw;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-introduction .button-container {
    bottom: 5.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-introduction {
    padding-top: 13.888889vw;
  }
  #greenland .section-introduction .picture {
    aspect-ratio: 720/540;
  }
  #greenland .section-introduction .button-container {
    bottom: 5.555556vw;
  }
}
#greenland .section-id-video .video-container {
  width: 61.458333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-id-video .video-container {
    width: 84.285714vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-id-video .video-container {
    width: 100%;
  }
}
#greenland .section-techniques .video-container {
  width: 56.25vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-techniques .video-container {
    width: 68.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-techniques .video-container {
    width: 100%;
  }
}
#greenland .section-texture .text-content-container {
  position: absolute;
  z-index: 1;
  top: 1.458333vw;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(4.166667vw);
  opacity: 0;
}
#greenland .section-texture .text-content-container.animated {
  transform: translateY(0);
  opacity: 1;
}
#greenland .section-texture .text-content {
  width: 17.760417vw;
}
#greenland .section-texture .video-container {
  width: 62.5vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-texture .text-content-container {
    position: static;
    transform: translateY(0);
    text-align: center;
    opacity: 1;
  }
  #greenland .section-texture .text-content {
    width: 100%;
  }
  #greenland .section-texture .video-container {
    width: 79.214286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-texture .text-content-container {
    text-align: left;
  }
  #greenland .section-texture .video-container {
    width: 100%;
  }
}
#greenland .section-colour .swiper {
  width: 100%;
}
#greenland .section-colour .swiper-wrapper {
  transition-timing-function: ease;
}
#greenland .section-colour .swiper-slide {
  overflow: hidden;
  background-image: linear-gradient(180deg, #151417, #252329);
}
#greenland .section-colour .slide-picture {
  transition: transform 0ms 600ms;
  transform: scale(1.1);
}
#greenland .section-colour .swiper-slide-active .slide-picture {
  transition: transform 600ms;
  transform: scale(1);
}
#greenland .section-colour .control-container {
  display: flex;
  justify-content: center;
}
#greenland .section-colour .control-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#greenland .section-colour .stack-list {
  position: absolute;
  left: 0;
  width: 100%;
  margin-left: 1.25vw;
  transform: translateX(100%);
  text-align: left;
}
#greenland .section-colour .stack-item {
  font-size: 1.041667vw;
  color: #fff;
}
#greenland .section-colour .colournav-container {
  position: relative;
}
#greenland .section-colour .colournav-list {
  position: relative;
  display: flex;
  padding-right: 0.833333vw;
  padding-left: 0.833333vw;
}
#greenland .section-colour .colournav-item {
  position: relative;
  width: 1.666667vw;
  height: 1.666667vw;
  cursor: pointer;
}
#greenland .section-colour .colournav-item:nth-child(n+2) {
  margin-left: 1.041667vw;
}
#greenland .section-colour .colournav-item.current {
  cursor: default;
}
#greenland .section-colour .colournav-item.current .colournav-indicator {
  transition-duration: 600ms;
  opacity: 1;
}
#greenland .section-colour .colournav-indicator {
  transition: opacity 360ms;
  opacity: 0;
}
#greenland .section-colour .shine-item {
  top: -1.458333vw;
  transition: transform 600ms;
  transform: translateX(var(--shine-x));
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-colour .slide-picture {
    transition-delay: 400ms;
  }
  #greenland .section-colour .swiper-slide-active .slide-picture {
    transition-duration: 400ms;
  }
  #greenland .section-colour .shine-container {
    display: block;
  }
  #greenland .section-colour .stack-list {
    margin-left: 2.285714vw;
  }
  #greenland .section-colour .stack-item {
    font-size: 2vw;
  }
  #greenland .section-colour .colournav-list {
    padding-right: 1.285714vw;
    padding-left: 1.285714vw;
  }
  #greenland .section-colour .colournav-item {
    width: 4.285714vw;
    height: 4.285714vw;
  }
  #greenland .section-colour .colournav-item:nth-child(n+2) {
    margin-left: 1.428571vw;
  }
  #greenland .section-colour .colournav-item.current .colournav-indicator {
    transition-duration: 400ms;
  }
  #greenland .section-colour .colournav-indicator {
    transition-duration: 240ms;
  }
  #greenland .section-colour .shine-item {
    top: -1.571429vw;
    transition-duration: 400ms;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-colour .control-wrapper {
    display: block;
  }
  #greenland .section-colour .stack-list {
    position: relative;
    margin-left: 0;
    transform: none;
    text-align: center;
  }
  #greenland .section-colour .stack-item {
    font-size: 3.888889vw;
  }
  #greenland .section-colour .colournav-list {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
  #greenland .section-colour .colournav-item {
    width: 8.333333vw;
    height: 8.333333vw;
  }
  #greenland .section-colour .colournav-item:nth-child(n+2) {
    margin-left: 2.777778vw;
  }
  #greenland .section-colour .shine-item {
    top: -1.944444vw;
  }
}
#greenland .section-screen {
  height: 180vh;
}
#greenland .section-screen .sticky {
  overflow: hidden;
  min-height: 100vh;
}
#greenland .section-screen .section-content {
  padding-top: calc(54px + 2.083333vw);
}
#greenland .section-screen .picture {
  width: 41.666667vw;
  aspect-ratio: 800/572;
}
#greenland .section-screen .stat-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#greenland .section-screen .stat-icon {
  width: 2.604167vw;
}
#greenland .section-screen .stat-caption {
  margin-left: 1.25vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-screen {
    height: auto;
  }
  #greenland .section-screen .sticky {
    position: relative;
    min-height: auto;
  }
  #greenland .section-screen .section-content {
    padding-top: 0;
  }
  #greenland .section-screen .picture {
    width: 57.142857vw;
  }
  #greenland .section-screen .stat-icon {
    width: 4.857143vw;
  }
  #greenland .section-screen .stat-caption {
    margin-left: 1.714286vw;
    font-size: 2vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-screen .picture {
    width: 82.222222vw;
  }
  #greenland .section-screen .stat-list {
    width: 75vw;
  }
  #greenland .section-screen .stat-value {
    font-size: 6.666667vw;
  }
  #greenland .section-screen .stat-icon {
    width: 9.444444vw;
  }
  #greenland .section-screen .stat-caption {
    margin-left: 3.333333vw;
    font-size: 3.888889vw;
  }
}
#greenland .section-multi-window .section-content {
  position: relative;
  overflow: hidden;
}
#greenland .section-multi-window .section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 800ms;
  opacity: 0;
}
#greenland .section-multi-window .section-background::before, #greenland .section-multi-window .section-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#greenland .section-multi-window .section-background::before {
  opacity: 0.6;
  background-image: linear-gradient(180deg, #000, #211a2e 57%, #38304a);
}
#greenland .section-multi-window .section-background::after {
  top: auto;
  bottom: 0;
  left: 50%;
  width: 108.958333vw;
  height: 68.4375vw;
  transform: translate(-50%, 44%);
  opacity: 0.25;
  background-image: radial-gradient(closest-side, #dfceff, rgba(201, 196, 255, 0.7) 47%, rgba(164, 153, 196, 0.45), rgba(132, 116, 145, 0.22), rgba(101, 80, 95, 0));
}
#greenland .section-multi-window .picture-container {
  position: relative;
  width: 49.53125vw;
}
#greenland .section-multi-window .sub-screen {
  position: absolute;
}
#greenland .section-multi-window .sub-screen-1 {
  z-index: 3;
  top: 12.2324%;
  left: 16.614%;
  width: 45.426%;
}
#greenland .section-multi-window .sub-screen-2 {
  z-index: 2;
  top: 17.125%;
  left: 37.645%;
  width: 50.053%;
}
#greenland .section-multi-window .sub-screen-3 {
  z-index: 1;
  top: 7.645%;
  left: 62.04%;
  width: 20.294%;
}
#greenland .section-multi-window.animated .section-background {
  opacity: 1;
}
#greenland .section-multi-window.animated .sub-screen {
  transition: transform 800ms;
}
#greenland .section-multi-window.animated .sub-screen-1 {
  transform: translate(-57.447%, 16.084%);
}
#greenland .section-multi-window.animated .sub-screen-2 {
  transform: translate(33.193%, 4.242%);
}
#greenland .section-multi-window.animated .sub-screen-3 {
  transform: translate(174.093%, -1.754%);
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-multi-window .section-background {
    transition-duration: 600ms;
    opacity: 1;
  }
  #greenland .section-multi-window .section-background::after {
    width: 108.928571vw;
    height: 93.928571vw;
  }
  #greenland .section-multi-window .picture-container {
    width: 64.571429vw;
  }
  #greenland .section-multi-window.animated .sub-screen {
    transition-duration: 600ms;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-multi-window .section-background {
    opacity: 1;
  }
  #greenland .section-multi-window .section-background::after {
    width: 108.928571vw;
    height: 93.928571vw;
  }
  #greenland .section-multi-window .picture-container {
    width: 100%;
  }
}
#greenland .section-modal-multi-window .modal-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38.020833vw;
  background-image: linear-gradient(180deg, #0f0f0f, #222126);
}
#greenland .section-modal-multi-window .modal-image {
  width: 37.5vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-modal-multi-window .modal-picture {
    height: 51.428571vw;
  }
  #greenland .section-modal-multi-window .modal-image {
    width: 51.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-modal-multi-window .modal-picture {
    height: 120.555556vw;
  }
  #greenland .section-modal-multi-window .modal-image {
    width: 83.333333vw;
  }
}
#greenland .section-entertainment {
  overflow: hidden;
}
#greenland .section-entertainment .swiper-wrapper {
  justify-content: space-between;
}
#greenland .section-entertainment .swiper-slide {
  width: 33.125vw;
  padding-top: 5.208333vw;
  padding-bottom: 5.208333vw;
}
#greenland .section-entertainment .slide-picture-wrapper {
  width: 27.083333vw;
}
#greenland .section-entertainment .slide-intro {
  font-size: 0.9375vw;
}
#greenland .section-entertainment .arrownav-list {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-entertainment .swiper-slide {
    width: 75.428571vw;
    padding: 0;
  }
  #greenland .section-entertainment .slide-picture-container {
    padding-top: 7.142857vw;
    padding-bottom: 7.142857vw;
  }
  #greenland .section-entertainment .slide-picture-wrapper {
    width: 51.428571vw;
  }
  #greenland .section-entertainment .slide-intro {
    font-size: 2.285714vw;
  }
  #greenland .section-entertainment .arrownav-list {
    display: flex;
  }
  #greenland .section-entertainment .note {
    text-align: center;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-entertainment .swiper-slide {
    width: 82.222222vw;
  }
  #greenland .section-entertainment .slide-picture-container {
    padding-top: 15.277778vw;
    padding-bottom: 15.277778vw;
  }
  #greenland .section-entertainment .slide-picture-wrapper {
    width: 72.222222vw;
  }
  #greenland .section-entertainment .slide-intro {
    font-size: 4.444444vw;
  }
}
#greenland .section-multi-view .swiper-slide {
  display: flex;
  justify-content: center;
  height: 33.854167vw;
  padding-top: 3.541667vw;
}
#greenland .section-multi-view .video-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding-bottom: 0.729167vw;
  transform: translateY(-100%);
  text-align: center;
}
#greenland .section-multi-view .screen-item {
  position: relative;
}
#greenland .section-multi-view .screen-frame {
  position: relative;
  z-index: 1;
}
#greenland .section-multi-view .single-screen {
  width: 19.791667vw;
}
#greenland .section-multi-view .dual-screen {
  width: 24.583333vw;
}
#greenland .section-multi-view .triple-screen {
  width: 37.5vw;
}
#greenland .section-multi-view .inline-video {
  position: absolute;
}
#greenland .section-multi-view .single-screen-video {
  top: 2.239%;
  left: 3.684%;
  width: 18.4375vw;
}
#greenland .section-multi-view .dual-screen-video {
  top: 2.237%;
  left: 0.636%;
  width: 23.854167vw;
}
#greenland .section-multi-view .triple-screen-video {
  top: 2.507%;
  left: 1.25%;
  width: 36.302083vw;
}
#greenland .section-multi-view .video-note {
  position: absolute;
  top: -0.833333vw;
  right: 0;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-multi-view .swiper-slide {
    height: 51.428571vw;
    padding-top: 7.285714vw;
  }
  #greenland .section-multi-view .video-caption {
    padding-bottom: 1.714286vw;
  }
  #greenland .section-multi-view .single-screen {
    width: 27.142857vw;
  }
  #greenland .section-multi-view .dual-screen {
    width: 33.714286vw;
  }
  #greenland .section-multi-view .triple-screen {
    width: 51.428571vw;
  }
  #greenland .section-multi-view .single-screen-video {
    width: 25.285714vw;
  }
  #greenland .section-multi-view .dual-screen-video {
    width: 32.714286vw;
  }
  #greenland .section-multi-view .triple-screen-video {
    width: 49.785714vw;
  }
  #greenland .section-multi-view .video-note {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-multi-view .swiper-slide {
    align-items: center;
    height: 83.333333vw;
    padding-top: 0;
  }
  #greenland .section-multi-view .slide-1 {
    align-items: flex-start;
    padding-top: 9.722222vw;
  }
  #greenland .section-multi-view .video-caption {
    padding-bottom: 1.388889vw;
  }
  #greenland .section-multi-view .single-screen {
    width: 44.444444vw;
  }
  #greenland .section-multi-view .dual-screen {
    width: 55.555556vw;
  }
  #greenland .section-multi-view .triple-screen {
    width: 72.222222vw;
  }
  #greenland .section-multi-view .single-screen-video {
    width: 41.388889vw;
  }
  #greenland .section-multi-view .dual-screen-video {
    width: 54.166667vw;
  }
  #greenland .section-multi-view .triple-screen-video {
    width: 70vw;
  }
}
#greenland .section-pen .text-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#greenland .section-pen .intro-content {
  width: 26.822917vw;
  margin-left: 6.25vw;
}
#greenland .section-pen .permalink {
  font-size: 0.9375vw;
  font-weight: 700;
  color: #8f6ab4;
}
#greenland .section-pen .arrownav-list {
  justify-content: center;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-pen .text-content {
    display: block;
  }
  #greenland .section-pen .intro-content {
    width: 54.285714vw;
    margin-left: 0;
  }
  #greenland .section-pen .permalink {
    font-size: 2vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-pen .intro-content {
    width: 100%;
  }
  #greenland .section-pen .permalink {
    font-size: 3.888889vw;
  }
}
#greenland .section-experience {
  overflow: hidden;
}
#greenland .section-experience .section-shine {
  position: absolute;
  top: -3.333333vw;
  right: 0;
  bottom: -3.333333vw;
  left: 0;
}
#greenland .section-experience .section-shine::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.2;
  background-image: linear-gradient(180deg, rgba(80, 134, 255, 0.66), #ad78ea 66%, rgba(196, 146, 245, 0.53));
  filter: blur(50px);
}
#greenland .section-experience .headline-video-container {
  width: 32.291667vw;
  margin-top: -3.333333vw;
}
#greenland .section-experience .intro {
  position: relative;
  z-index: 1;
  margin-top: -0.9375vw;
}
#greenland .section-experience .note {
  position: absolute;
  top: -1.666667vw;
  right: 0;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-experience .section-shine {
    top: -8.571429vw;
    bottom: -8.571429vw;
  }
  #greenland .section-experience .headline-video-container {
    width: 44.285714vw;
    margin-top: -4.571429vw;
  }
  #greenland .section-experience .intro {
    margin-top: -1.285714vw;
  }
  #greenland .section-experience .note {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-experience .section-shine {
    top: -16.666667vw;
    bottom: -19.444444vw;
  }
  #greenland .section-experience .section-shine::before {
    opacity: 。25;
  }
  #greenland .section-experience .headline-video-container {
    width: 86.111111vw;
    margin-top: -8.888889vw;
  }
  #greenland .section-experience .intro {
    margin-top: -2.5vw;
  }
}
#greenland .section-deco .title-icon {
  width: 6.40625vw;
}
#greenland .section-deco .intro {
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(4.166667vw);
  opacity: 0;
}
#greenland .section-deco .intro.animated {
  transform: translateY(0);
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-deco .title-icon {
    width: 8.785714vw;
  }
  #greenland .section-deco .intro {
    transform: translateY(5.714286vw);
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-deco .title-icon {
    width: 17.083333vw;
  }
  #greenland .section-deco .intro {
    transform: translateY(11.111111vw);
  }
}
#greenland.no-inline-video .section-deco .intro {
  transform: none;
  opacity: 1;
}
#greenland .section-zoom-sample .swiper {
  perspective: 31.25vw;
}
#greenland .section-zoom-sample .swiper-wrapper {
  transition-timing-function: ease;
  transform-style: preserve-3d;
}
#greenland .section-zoom-sample .swiper-slide {
  will-change: transform;
}
#greenland .section-zoom-sample .slide-picture {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
}
#greenland .section-zoom-sample .swiper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#greenland .section-zoom-sample .stack-list {
  text-align: left;
}
#greenland .section-zoom-sample .arrownav-list {
  justify-content: flex-end;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-zoom-sample .swiper {
    perspective: 42.857143vw;
  }
  #greenland .section-zoom-sample .swiper-content {
    display: block;
  }
  #greenland .section-zoom-sample .stack-list {
    text-align: center;
  }
  #greenland .section-zoom-sample .arrownav-list {
    justify-content: center;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-zoom-sample .swiper {
    perspective: 83.333333vw;
  }
  #greenland .section-zoom-sample .stack-list {
    padding: 0;
  }
}
#greenland .section-sample-photo .gallery-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
#greenland .section-sample-photo .gallery-wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 196.302083vw;
  transform: translate(-50%, -50%);
}
#greenland .section-sample-photo .gallery-picture {
  transition: transform 600ms, opacity 200ms;
  transform: translateZ(0) scale(0.2);
  opacity: 0;
  will-change: transform, opacity;
}
#greenland .section-sample-photo .inside-item {
  position: absolute;
}
#greenland .section-sample-photo .inside-item-1 {
  top: 65.052083vw;
  left: 33.28125vw;
  width: 26.25vw;
}
#greenland .section-sample-photo .inside-item-2 {
  top: 36.041667vw;
  left: 104.427083vw;
  width: 27.083333vw;
}
#greenland .section-sample-photo .inside-item-3 {
  top: 32.34375vw;
  left: 59.53125vw;
  width: 36.458333vw;
}
#greenland .section-sample-photo .outside-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 43.75vw;
}
#greenland .section-sample-photo .outside-wrapper picture {
  height: 100%;
}
#greenland .section-sample-photo .outside-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#greenland .section-sample-photo .outside-item-1 {
  width: 35.416667vw;
  height: 520px;
  height: 24.114583vw;
  margin-bottom: -22.552083vw;
}
#greenland .section-sample-photo .outside-item-2 {
  width: 39.583333vw;
  height: 26.510417vw;
  margin-bottom: -24.947917vw;
}
#greenland .section-sample-photo .outside-item-3 {
  height: 27.5vw;
}
#greenland .section-sample-photo .inside-item, #greenland .section-sample-photo .outside-item {
  will-change: transform;
}
#greenland .section-sample-photo .shine-container {
  width: 100vw;
  transition: opacity 600ms;
}
#greenland .section-sample-photo .gallery-close-button {
  position: absolute;
  z-index: 2;
  top: 3.333333vw;
  right: 4.166667vw;
  overflow: hidden;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 300ms ease-out;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
}
#greenland .section-sample-photo .gallery-close-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 300ms ease-out;
  background-image: radial-gradient(closest-corner, rgba(0, 0, 0, 0.94), rgba(14, 14, 16, 0.75) 42%, rgba(70, 64, 88, 0.75) 89%, rgba(87, 75, 108, 0.75));
}
@media (hover: hover) {
  #greenland .section-sample-photo .gallery-close-button:hover::before {
    opacity: 0.6;
  }
}
#greenland .section-sample-photo .gallery-close-icon {
  position: relative;
  z-index: 1;
}
#greenland .section-sample-photo .gallery-cursor-container {
  position: absolute;
  z-index: 2;
  display: none;
  width: 4.166667vw;
  height: 4.166667vw;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
}
@media (hover: hover) {
  #greenland .section-sample-photo .gallery-cursor-container {
    display: block;
  }
}
#greenland .section-sample-photo .gallery-cursor-container.will-close .gallery-cursor-wrapper {
  transform: scale(0);
  opacity: 0;
}
#greenland .section-sample-photo .gallery-cursor-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  transition-property: transform, opacity;
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#greenland .section-sample-photo .gallery-cursor-wrapper::before, #greenland .section-sample-photo .gallery-cursor-wrapper::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}
#greenland .section-sample-photo .gallery-cursor-wrapper::before {
  box-shadow: inset 0 0.104167vw 0.416667vw rgba(255, 255, 255, 0.64);
}
#greenland .section-sample-photo .gallery-cursor-wrapper::after {
  box-shadow: inset 0 0.104167vw 0.416667vw rgba(136, 136, 136, 0.64);
}
#greenland .section-sample-photo .gallery-cursor-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#greenland .section-sample-photo .gallery-cursor {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.25;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  mix-blend-mode: difference;
}
#greenland .section-sample-photo.animated .gallery-container {
  z-index: 200;
  visibility: visible;
}
#greenland .section-sample-photo.animated .gallery-picture, #greenland .section-sample-photo.animated .gallery-cursor-wrapper {
  transform: translateZ(0) scale(1);
  opacity: 1;
}
#greenland .section-sample-photo.animated .shine-container {
  pointer-events: none;
  opacity: 0;
}
#greenland .section-sample-photo.animated .gallery-close-button {
  pointer-events: auto;
  opacity: 1;
}
#greenland .section-sample-photo.gallery-closing .gallery-draggable-container {
  transition: transform 400ms;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-sample-photo .gallery-wrapper {
    width: 269.214286vw;
    transform: translate(-42%, -50%);
  }
  #greenland .section-sample-photo .inside-item-1 {
    top: 89.214286vw;
    left: 45.642857vw;
    width: 36vw;
  }
  #greenland .section-sample-photo .inside-item-2 {
    top: 49.428571vw;
    left: 143.214286vw;
    width: 37.142857vw;
  }
  #greenland .section-sample-photo .inside-item-3 {
    top: 44.357143vw;
    left: 81.642857vw;
    width: 50vw;
  }
  #greenland .section-sample-photo .outside-wrapper {
    width: 60vw;
  }
  #greenland .section-sample-photo .outside-item-1 {
    width: 48.571429vw;
    height: 379.166662px;
    height: 33.071429vw;
    margin-bottom: -30.928571vw;
  }
  #greenland .section-sample-photo .outside-item-2 {
    width: 54.285714vw;
    height: 36.357143vw;
    margin-bottom: -34.214286vw;
  }
  #greenland .section-sample-photo .outside-item-3 {
    height: 37.714286vw;
  }
  #greenland .section-sample-photo .gallery-close-button {
    top: 4.571429vw;
    right: 5.714286vw;
    width: 5.714286vw;
  }
  #greenland .section-sample-photo .gallery-cursor-container {
    width: 5.714286vw;
    height: 5.714286vw;
  }
  #greenland .section-sample-photo .gallery-cursor {
    font-size: 1.571429vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-sample-photo .gallery-wrapper {
    width: 523.472222vw;
    transform: translate(-41%, -50%);
  }
  #greenland .section-sample-photo .inside-item-1 {
    top: 173.472222vw;
    left: 88.75vw;
    width: 70vw;
  }
  #greenland .section-sample-photo .inside-item-2 {
    top: 96.111111vw;
    left: 278.472222vw;
    width: 72.222222vw;
  }
  #greenland .section-sample-photo .inside-item-3 {
    top: 86.25vw;
    left: 158.75vw;
    width: 97.222222vw;
  }
  #greenland .section-sample-photo .outside-wrapper {
    width: 87.5vw;
  }
  #greenland .section-sample-photo .outside-item-1 {
    width: 70.833333vw;
    height: 48.194444vw;
    margin-bottom: -44.027778vw;
  }
  #greenland .section-sample-photo .outside-item-2 {
    width: 79.166667vw;
    height: 53.055556vw;
    margin-bottom: -48.888889vw;
  }
  #greenland .section-sample-photo .outside-item-3 {
    height: 55vw;
  }
  #greenland .section-sample-photo .gallery-close-button {
    top: 8.888889vw;
    right: 11.111111vw;
    width: 11.111111vw;
  }
  #greenland .section-sample-photo .gallery-cursor-container {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #greenland .section-sample-photo .gallery-cursor {
    font-size: 3.055556vw;
  }
}
#greenland .section-camera-colour .section-content {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 16.25vw;
}
#greenland .section-camera-colour .main-swiper {
  width: 37.395833vw;
  margin-right: 7.8125vw;
  margin-left: 0;
}
#greenland .section-camera-colour .picture-panorama {
  transform: translateY(48.27586%);
}
#greenland .section-camera-colour .sub-swiper {
  width: 100%;
}
#greenland .section-camera-colour .cardnav-list {
  display: flex;
  justify-content: center;
}
#greenland .section-camera-colour .cardnav-item {
  width: 5.833333vw;
  cursor: pointer;
  transition: opacity 600ms;
  opacity: 0.6;
}
@media (hover: hover) {
  #greenland .section-camera-colour .cardnav-item:hover {
    opacity: 0.8;
  }
}
#greenland .section-camera-colour .cardnav-item:nth-child(n+2) {
  margin-left: 2.5vw;
}
#greenland .section-camera-colour .cardnav-item.current {
  cursor: default;
  opacity: 1;
}
#greenland .section-camera-colour .cardnav-item.current .cardnav-border {
  border-color: #fff;
}
#greenland .section-camera-colour .cardnav-border {
  position: relative;
  overflow: hidden;
  padding: 0.3125vw;
  transition: border-color 600ms;
  border: 2px solid transparent;
  border-radius: 1.25vw;
  transform: translateZ(0);
}
#greenland .section-camera-colour .cardnav-picture {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375vw;
}
#greenland .section-camera-colour .cardnav-title {
  font-size: 1.145833vw;
  text-align: center;
}
#greenland .section-camera-colour .tabnav-content {
  position: relative;
  flex-shrink: 0;
  width: 23.958333vw;
}
#greenland .section-camera-colour .headline {
  margin-top: -0.125em;
}
#greenland .section-camera-colour .tabnav-container {
  position: relative;
  margin-left: 1.25vw;
}
#greenland .section-camera-colour .tabnav-list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2.083333vw;
}
#greenland .section-camera-colour .tabnav-item:nth-child(n+2) {
  margin-top: 2.083333vw;
}
#greenland .section-camera-colour .tabnav-title {
  cursor: pointer;
  transition: opacity 600ms;
  transform: translateZ(0);
  white-space: nowrap;
  opacity: 0.4;
  backface-visibility: hidden;
  will-change: opacity;
}
@media (hover: hover) {
  #greenland .section-camera-colour .tabnav-title:hover {
    opacity: 0.6;
  }
}
#greenland .section-camera-colour .tabnav-intro {
  padding-top: 0.833333vw;
  font-size: 1.041667vw;
  transition: opacity 600ms;
  opacity: 0;
}
#greenland .section-camera-colour .current .tabnav-title, #greenland .section-camera-colour .current .tabnav-intro {
  opacity: 1;
}
#greenland .section-camera-colour .current .tabnav-title {
  cursor: default;
}
#greenland .section-camera-colour .collapsed .tabnav-collapse {
  overflow: hidden;
  height: 0;
}
#greenland .section-camera-colour .animating .tabnav-collapse {
  overflow: hidden;
  height: 0;
  transition: height 600ms;
}
#greenland .section-camera-colour .tabnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0.208333vw;
  height: 100%;
  border-radius: 999px;
  background-color: #1d1d1d;
}
#greenland .section-camera-colour .indicator {
  width: 100%;
  height: var(--indicator-height, 0);
  transition-duration: 600ms;
  transition-property: height, transform;
  transform: translateY(var(--indicator-offset-y, 0));
  border-radius: 999px;
  background-color: #774a95;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-camera-colour {
    overflow: hidden;
  }
  #greenland .section-camera-colour .section-content {
    display: block;
    margin-left: 0;
  }
  #greenland .section-camera-colour .main-swiper {
    width: 51.285714vw;
    margin-right: auto;
    margin-left: auto;
  }
  #greenland .section-camera-colour .cardnav-item {
    width: 8vw;
    transition-duration: 400ms;
  }
  #greenland .section-camera-colour .cardnav-item:nth-child(n+2) {
    margin-left: 3.428571vw;
  }
  #greenland .section-camera-colour .cardnav-border {
    padding: 0.428571vw;
    transition-duration: 400ms;
    border-radius: 1.714286vw;
  }
  #greenland .section-camera-colour .cardnav-picture {
    border-radius: 1.285714vw;
  }
  #greenland .section-camera-colour .cardnav-title {
    font-size: 1.571429vw;
  }
  #greenland .section-camera-colour .tabnav-content {
    width: 100%;
  }
  #greenland .section-camera-colour .headline {
    margin-top: 0;
  }
  #greenland .section-camera-colour .tabnav-container {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
  #greenland .section-camera-colour .tabnav-container.tabnav-scrollable {
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    line-height: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #greenland .section-camera-colour .tabnav-container.tabnav-scrollable::-webkit-scrollbar {
    display: none;
  }
  #greenland .section-camera-colour .tabnav-list {
    position: relative;
    display: inline-block;
    padding-left: 0;
    font-size: 0;
    white-space: nowrap;
  }
  #greenland .section-camera-colour .tabnav-item {
    display: inline-block;
    padding-bottom: 0;
  }
  #greenland .section-camera-colour .tabnav-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 5.714286vw;
  }
  #greenland .section-camera-colour .tabnav-title {
    padding-bottom: 1.714286vw;
    font-size: 2.857143vw;
    transition: opacity 0.4s;
  }
  #greenland .section-camera-colour .tabnav-collapse {
    display: none;
  }
  #greenland .section-camera-colour .tabnav-indicator {
    position: relative;
    width: 100%;
    height: 0.571429vw;
  }
  #greenland .section-camera-colour .indicator {
    width: var(--tabnav-width, 0);
    height: 100%;
    transition: height 0.4s, transform 0.4s;
    transform: translateX(var(--tabnav-left, 0));
  }
  #greenland .section-camera-colour .xs-intro-list {
    position: relative;
    display: flex;
  }
  #greenland .section-camera-colour .tabnav-intro {
    position: relative;
    width: 100%;
    padding-top: 0;
    font-size: 2.285714vw;
    transition: opacity 0.4s;
    text-align: center;
    opacity: 0;
  }
  #greenland .section-camera-colour .tabnav-intro:nth-child(n+2) {
    margin-left: -100%;
  }
  #greenland .section-camera-colour .tabnav-intro.current {
    z-index: 1;
    opacity: 1;
  }
  #greenland .section-camera-colour .note {
    display: block;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-camera-colour .main-swiper {
    width: 82.222222vw;
  }
  #greenland .section-camera-colour .picture-panorama {
    transform: translateY(96.7442%);
  }
  #greenland .section-camera-colour .cardnav-item {
    width: 15.555556vw;
  }
  #greenland .section-camera-colour .cardnav-item:nth-child(n+2) {
    margin-left: 6.666667vw;
  }
  #greenland .section-camera-colour .cardnav-border {
    padding: 0.833333vw;
    border: 0.277778vw solid transparent;
    border-radius: 3.333333vw;
  }
  #greenland .section-camera-colour .cardnav-picture {
    border-radius: 2.5vw;
  }
  #greenland .section-camera-colour .cardnav-title {
    font-size: 4.444444vw;
  }
  #greenland .section-camera-colour .tabnav-container {
    margin-top: 8.888889vw;
  }
  #greenland .section-camera-colour .tabnav-wrapper {
    padding-right: 11.111111vw;
    padding-left: 11.111111vw;
  }
  #greenland .section-camera-colour .tabnav-item:nth-child(n+2) {
    margin-left: 8.888889vw;
  }
  #greenland .section-camera-colour .tabnav-title {
    padding-bottom: 3.333333vw;
    font-size: 5.555556vw;
  }
  #greenland .section-camera-colour .tabnav-indicator {
    height: 1.111111vw;
  }
  #greenland .section-camera-colour .tabnav-intro {
    font-size: 4.444444vw;
  }
}
#greenland .section-selfie .text-content {
  position: relative;
  z-index: 1;
  margin-bottom: -5vw;
}
#greenland .section-selfie .headline {
  width: 36.875vw;
  margin-left: 30.625vw;
}
#greenland .section-selfie .card-list {
  display: flex;
  justify-content: space-between;
}
#greenland .section-selfie .card-item-1 {
  width: 28.125vw;
}
#greenland .section-selfie .card-item-2 {
  width: 36.875vw;
  margin-top: 8.333333vw;
  text-align: center;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-selfie .text-content {
    margin-bottom: -6.857143vw;
  }
  #greenland .section-selfie .headline {
    width: 50.571429vw;
    margin-left: 40.285714vw;
  }
  #greenland .section-selfie .card-item {
    text-align: center;
  }
  #greenland .section-selfie .card-item-1 {
    width: 38.571429vw;
  }
  #greenland .section-selfie .card-item-2 {
    width: 50.571429vw;
    margin-top: 11.428571vw;
  }
  #greenland .section-selfie .caption-2 {
    width: 107%;
    text-align: left;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-selfie .text-content {
    margin-bottom: 0;
    text-align: center;
  }
  #greenland .section-selfie .headline {
    width: 100%;
    margin-left: 0;
  }
  #greenland .section-selfie .card-list {
    display: block;
    text-align: center;
  }
  #greenland .section-selfie .card-item {
    width: 100%;
  }
  #greenland .section-selfie .caption-2 {
    width: 100%;
    text-align: center;
  }
}
#greenland .section-materials {
  overflow: hidden;
}
#greenland .section-materials .swiper::before {
  position: absolute;
  z-index: -1;
  top: -6.510417vw;
  right: -50vw;
  bottom: -6.510417vw;
  left: -50vw;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(180deg, #000, #100d17 14%, #191422, #100d17 86%, #000);
}
#greenland .section-materials .swiper-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#greenland .section-materials .stack-list {
  width: 41.666667vw;
  text-align: left;
}
#greenland .section-materials .arrownav-list {
  justify-content: flex-end;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-materials .swiper::before {
    top: -8.928571vw;
    bottom: -8.928571vw;
    background-image: linear-gradient(180deg, #000, #120f1a 10%, #251e33, #120f1a 90%, #000);
  }
  #greenland .section-materials .swiper-content {
    display: block;
  }
  #greenland .section-materials .stack-list {
    width: 75.428571vw;
    text-align: center;
  }
  #greenland .section-materials .arrownav-list {
    justify-content: center;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-materials .swiper::before {
    top: -10.714286vw;
    bottom: -10.714286vw;
  }
  #greenland .section-materials .stack-list {
    width: 100%;
  }
}
#greenland .section-improvement .section-content {
  display: flex;
  align-items: center;
  margin-left: 16.25vw;
}
#greenland .section-improvement .text-content {
  width: 21.25vw;
}
#greenland .section-improvement .badge-caption {
  font-size: 2.083333vw;
  font-weight: 700;
  line-height: 1.25;
  background-image: linear-gradient(100deg, #ad97c9, #564172);
}
#greenland .section-improvement .picture {
  width: 43.541667vw;
  margin-left: 4.166667vw;
}
#greenland .section-improvement .caption-xs {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-improvement .section-content {
    display: block;
    width: 75.428571vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #greenland .section-improvement .text-content {
    width: 100%;
  }
  #greenland .section-improvement .caption-lg {
    display: none;
  }
  #greenland .section-improvement .caption-xs {
    display: block;
  }
  #greenland .section-improvement .picture {
    width: 51.428571vw;
    margin-right: auto;
    margin-left: auto;
  }
  #greenland .section-improvement .badge-caption {
    font-size: 2.857143vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-improvement .section-content {
    width: 100%;
  }
  #greenland .section-improvement .picture {
    width: 100%;
  }
  #greenland .section-improvement .badge-caption {
    font-size: 5.555556vw;
  }
}
#greenland .section-satellite .text-content {
  position: absolute;
  z-index: 1;
  top: 7.8125vw;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#greenland .section-satellite .intro-group {
  width: 21.71875vw;
  margin-left: 7.291667vw;
}
#greenland .section-satellite .intro {
  display: block;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-satellite .text-content {
    position: relative;
    top: auto;
    display: block;
    width: 43.714286vw;
    margin-bottom: -16.285714vw;
    text-align: center;
  }
  #greenland .section-satellite .intro-group {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-satellite .text-content {
    width: 88.888889vw;
    margin-bottom: -23.611111vw;
  }
}
#greenland .section-battery {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#greenland .section-battery .text-content {
  width: 20.833333vw;
}
#greenland .section-battery .picture {
  width: 36.458333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-battery {
    display: block;
  }
  #greenland .section-battery .text-content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #greenland .section-battery .intro {
    width: 35.714286vw;
    margin-left: 7.142857vw;
  }
  #greenland .section-battery .picture {
    width: 100%;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-battery .text-content {
    display: block;
    width: 77.777778vw;
  }
  #greenland .section-battery .intro {
    width: 101%;
    margin-left: 0;
  }
  #greenland .section-battery .picture {
    width: 82.222222vw;
  }
}
#greenland .section-privacy-security {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#greenland .section-privacy-security .text-content {
  width: 26.354167vw;
}
#greenland .section-privacy-security .picture-container {
  width: 32.8125vw;
}
#greenland .section-privacy-security .note {
  display: block;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-privacy-security {
    display: block;
  }
  #greenland .section-privacy-security .text-content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #greenland .section-privacy-security .intro {
    width: 35.714286vw;
    margin-left: 7.142857vw;
  }
  #greenland .section-privacy-security .picture-container {
    width: 71.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-privacy-security .text-content {
    display: block;
    width: 77.777778vw;
  }
  #greenland .section-privacy-security .intro {
    width: 100%;
    margin-left: 0;
  }
  #greenland .section-privacy-security .picture-container {
    width: 82.222222vw;
  }
}
#greenland .section-support .badge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4.166667vw 0;
  text-align: center;
  background-image: linear-gradient(180deg, #0f0f0f, #222126);
}
#greenland .section-support .badge-item:nth-child(n+2) {
  margin-left: 2.604167vw;
}
#greenland .section-support .badge-icon {
  width: 4.166667vw;
}
#greenland .section-support .badge-title {
  margin-top: 0.208333vw;
  font-size: 1.145833vw;
}
#greenland .section-support .badge-caption {
  font-size: 0.9375vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-support .badge-list {
    padding: 5.714286vw 0;
  }
  #greenland .section-support .badge-item:nth-child(n+2) {
    margin-left: 2.857143vw;
  }
  #greenland .section-support .badge-icon {
    width: 7.142857vw;
  }
  #greenland .section-support .badge-title {
    margin-top: 0.857143vw;
    font-size: 2vw;
  }
  #greenland .section-support .badge-caption {
    font-size: 1.428571vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-support .badge-list {
    padding: 8.888889vw 0;
  }
  #greenland .section-support .badge-item {
    width: 32.777778vw;
  }
  #greenland .section-support .badge-item:nth-child(n+2) {
    margin-left: 0;
  }
  #greenland .section-support .badge-item:nth-child(2), #greenland .section-support .badge-item:nth-child(4) {
    margin-left: 7.777778vw;
  }
  #greenland .section-support .badge-icon {
    width: 13.888889vw;
  }
  #greenland .section-support .badge-title {
    margin-top: 1.666667vw;
    font-size: 3.888889vw;
  }
  #greenland .section-support .badge-caption {
    font-size: 2.777778vw;
  }
}
#greenland .section-footnote .footnote-list, #greenland .section-footnote .tips-list {
  font-size: max(12px, 0.625vw);
  padding-inline-start: 1.5em;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-footnote .footnote-list, #greenland .section-footnote .tips-list {
    font-size: 1.714286vw;
  }
}
@media (max-aspect-ratio: 7/10) {
  #greenland .section-footnote .footnote-list, #greenland .section-footnote .tips-list {
    font-size: 3.333333vw;
  }
}
#greenland .section-footnote li {
  font-size: inherit;
  color: #85858a;
}
#greenland .section-footnote a {
  text-decoration: underline;
}
#greenland .section-footnote .footnote-list li {
  list-style-type: decimal;
}
#greenland .section-footnote .footnote-list li.current {
  color: #d5d5db;
}
#greenland .section-footnote .footnote-list li.asterisk {
  list-style-type: "*";
}
#greenland .section-footnote .footnote-list li.disclaimer {
  list-style-type: none;
}