#greenland {
  font-size: 1.145833vw;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  background-color: #000;
  color-scheme: dark;
}
@media (max-aspect-ratio: 11/10) {
  #greenland {
    font-size: 4.444444vw;
  }
}

#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 {
  font-size: 0;
}
#greenland br.lg {
  display: block;
}
#greenland br.xs {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #greenland br.lg {
    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 .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 .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-1296 {
  width: 67.5vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .xs\:w-full {
    width: 100%;
  }
  #greenland .xs\:w-592 {
    width: 82.222222vw;
  }
}
#greenland .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#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-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 {
    margin-right: auto;
    margin-left: auto;
  }
  #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-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: 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 {
  font-weight: 700;
  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: 8.888889vw;
  }
  #greenland h3 {
    font-size: 4.444444vw;
  }
}
#greenland strong {
  font-weight: 700;
  color: #fff;
}
#greenland .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#greenland .note {
  display: flex;
  font-size: max(12px, 0.833333vw);
  color: #8b8b8b;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .note {
    font-size: 3.333333vw;
  }
}
#greenland [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#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 .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: 11/10) {
  #greenland .text-align {
    text-align: left;
  }
  html[dir=rtl] #greenland .text-align {
    text-align: right;
  }
}
#greenland a, #greenland a * {
  text-decoration: none;
}
#greenland .permalink {
  line-height: inherit;
  transition: opacity 300ms ease-out;
  color: inherit;
}
#greenland .permalink span {
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  color: inherit;
}
#greenland .permalink .link-arrow {
  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 .link-arrow {
    transition: transform 300ms ease-out;
  }
  #greenland .permalink.global-style-hide:hover {
    opacity: 0.6;
  }
  #greenland .permalink.global-style-hide:hover .link-arrow {
    transform: translateX(4px);
  }
  [dir=rtl] #greenland .permalink.global-style-hide:hover .link-arrow {
    transform: translateX(-4px);
  }
}
@media (max-aspect-ratio: 11/10) {
  #greenland .permalink {
    word-break: break-all;
  }
}
#greenland .video-container {
  position: relative;
}
#greenland .video-container .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.041667vw;
  bottom: 1.041667vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  transform: translateZ(0);
  border-radius: 50%;
  cursor: pointer;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .video-container .play-pause-button {
    right: 5.555556vw;
    bottom: 5.555556vw;
    width: 11.111111vw;
    height: 11.111111vw;
  }
}
#greenland .video-container.video-container-slide .play-pause-button {
  transition-duration: 500ms;
}
#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 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: default;
  transition: opacity 300ms;
  pointer-events: none;
  opacity: 0;
  outline: 0;
}
#greenland .video-container .replay-button.center-bottom {
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
}
#greenland .video-container .replay-button.overlay {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
}
#greenland .video-container .replay-button .icon-copy {
  font-size: 1.145833vw;
  font-weight: 700;
  line-height: 1.25;
}
#greenland .video-container .replay-button .icon-replay {
  width: 1.09375vw;
  margin-left: 0.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .video-container .replay-button .icon-copy {
    font-size: 4.444444vw;
  }
  #greenland .video-container .replay-button .icon-replay {
    width: 4.305556vw;
    margin-left: 1.666667vw;
  }
}
#greenland .video-container.ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#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: 4px;
  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: 13.888889vw;
  }
  #greenland .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #greenland .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#greenland .swiper-wrapper, #greenland [data-swiper-parallax-x], #greenland [data-swiper-parallax-y], #greenland [data-swiper-parallax-opacity], #greenland .swiper-fade .swiper-slide {
  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], #greenland .swiper-touch-move .swiper-fade .swiper-slide {
  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 .arrownav-list {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#greenland .arrownav-list .arrownav-item {
  position: relative;
  width: 2.96875vw;
  cursor: pointer;
  transition: opacity 400ms;
}
@media (hover: hover) {
  #greenland .arrownav-list .arrownav-item:hover:not(.arrownav-disabled) .icon-shine {
    opacity: 1;
  }
}
#greenland .arrownav-list .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#greenland .arrownav-list .arrownav-disabled .icon-shine {
  opacity: 0;
}
#greenland .arrownav-list .arrownav-next {
  margin-left: 1.25vw;
}
#greenland .arrownav-list .icon-arrow {
  position: relative;
  z-index: 1;
}
#greenland .arrownav-list .icon-shine {
  transition: opacity 400ms;
  opacity: 0;
}
#greenland .arrownav-list .icon-background, #greenland .arrownav-list .icon-shine {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .arrownav-list .arrownav-item {
    width: 8.333333vw;
  }
  #greenland .arrownav-list .arrownav-next {
    margin-left: 5.555556vw;
  }
}
#greenland .player-cta {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
#greenland .player-cta .icon-copy {
  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 .rounded, #greenland .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .lg\:rounded {
    border-radius: 0;
  }
  #greenland .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #greenland .rounded, #greenland .xs\:rounded {
    border-radius: 2.222222vw;
  }
}
#greenland .stack-list {
  display: flex;
  text-align: center;
}
#greenland .stack-item {
  position: relative;
  width: 100%;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 300ms;
  transition-property: opacity;
  opacity: 0;
}
#greenland .stack-item:nth-child(n+2) {
  margin-left: -100%;
}
#greenland .stack-item.current {
  z-index: 1;
  transition-delay: 300ms;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .stack-item {
    transition-duration: 200ms;
  }
  #greenland .stack-item.current {
    transition-delay: 200ms;
  }
}
#greenland .effect-slide .stack-item {
  transition-duration: 400ms;
}
#greenland .effect-slide .stack-item.current {
  transition-delay: 400ms;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .effect-slide .stack-item {
    transition-duration: 300ms;
  }
  #greenland .effect-slide .stack-item.current {
    transition-delay: 300ms;
  }
}
#greenland .tabnav-section {
  display: flex;
  justify-content: space-between;
}
#greenland .tabnav-section .tabnav-swiper {
  width: 37.5vw;
  margin-right: 0;
  margin-left: 0;
}
#greenland .tabnav-section .tabnav-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#greenland .tabnav-section .tabnav-container {
  position: relative;
  display: flex;
}
#greenland .tabnav-section .tabnav-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
#greenland .tabnav-section .tabnav-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 25.729167vw;
}
#greenland .tabnav-section .tabnav-item {
  padding-top: 1.25vw;
  padding-bottom: 0.833333vw;
  padding-bottom: 1.25vw;
  padding-left: 1.666667vw;
  cursor: pointer;
  transition: opacity 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0.4;
  color: #fff;
  outline: 0;
}
#greenland .tabnav-section .tabnav-item:nth-child(n+2) {
  margin-top: 1.666667vw;
}
@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-item.current .tabnav-title {
  color: #e0c7b2;
}
#greenland .tabnav-section .tabnav-title {
  font-weight: 500;
  transition: color 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
#greenland .tabnav-section .tabnav-intro {
  margin-top: 0.833333vw;
  font-size: 1.041667vw;
  transition: color 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
#greenland .tabnav-section .tabnav-indicator {
  position: relative;
  overflow: hidden;
  width: 3px;
  height: 100%;
  border-radius: 999px;
}
#greenland .tabnav-section .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}
#greenland .tabnav-section .tabnav-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: var(--tabnav-height, 0);
  content: "";
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 600ms;
  transition-property: height, transform;
  transform: translateY(var(--tabnav-top, 0));
  border-radius: 999px;
  background-image: linear-gradient(180deg, #90775c, #ded1c2, #7e5d39);
}
#greenland .tabnav-section .stack-list {
  text-align: center;
  color: #fff;
}
#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 {
    display: block;
  }
  #greenland .tabnav-section .tabnav-swiper {
    width: 82.222222vw;
    margin-right: auto;
    margin-left: auto;
  }
  #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 {
    display: block;
    padding-right: 8.888889vw;
    padding-left: 8.888889vw;
  }
  #greenland .tabnav-section .tabnav-list {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #greenland .tabnav-section .tabnav-item {
    padding: 0 4.444444vw 2.222222vw;
    font-size: 4.444444vw;
  }
  #greenland .tabnav-section .tabnav-item:nth-child(n+2) {
    margin-top: 0;
  }
  #greenland .tabnav-section .tabnav-intro {
    display: none;
  }
  #greenland .tabnav-section .tabnav-indicator {
    width: 100%;
    height: 0.416667vw;
  }
  #greenland .tabnav-section .tabnav-indicator::after {
    width: var(--tabnav-width, 0);
    height: 100%;
    transition-duration: 400ms;
    transition-property: width, transform;
    transform: translateX(var(--tabnav-left, 0));
    background-image: linear-gradient(90deg, #90775c, #ded1c2, #7e5d39);
  }
  #greenland .tabnav-section .force-center .tabnav-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
#greenland .section-headline {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #cab9a6, #ded1c2, #554636);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#greenland .section-hero {
  overflow: hidden;
  padding-top: 7.291667vw;
  padding-bottom: 12.5vw;
  background-image: linear-gradient(200deg, #29251f, #000);
}
#greenland .section-hero .hero-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 11.875vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 33.229167vw;
  height: 100%;
}
#greenland .section-hero .kv-container {
  position: relative;
  z-index: 1;
  transition: transform 1s;
  transform: translateX(16.666667vw);
}
#greenland .section-hero .kv-wrapper {
  position: relative;
  z-index: 1;
}
#greenland .section-hero .kv-picture {
  width: 2.239583vw;
  transform: rotate(-65deg);
  transform-origin: bottom;
}
#greenland .section-hero .picture-1 {
  position: relative;
  z-index: 3;
}
#greenland .section-hero .picture-2, #greenland .section-hero .picture-3 {
  position: absolute;
  top: 0;
  left: 0;
}
#greenland .section-hero .picture-2 {
  opacity: 0.4;
}
#greenland .section-hero .picture-3 {
  opacity: 0.1;
}
#greenland .section-hero .kv-shine {
  position: absolute;
  top: 33.854167vw;
  left: 6.927083vw;
  width: 50.833333vw;
  transition: opacity 1s 1s linear;
  transform: rotateX(29deg);
  opacity: 0;
}
#greenland .section-hero .note {
  position: absolute;
  z-index: 10;
  right: 3.125vw;
  bottom: 3.125vw;
}
@keyframes p1-rotate {
  0% {
    transform: rotate(-65deg);
  }
  37.5% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes p2-rotate {
  0% {
    transform: rotate(-65deg);
  }
  37.5%, 100% {
    transform: rotate(-40deg);
  }
}
#greenland .section-hero.animated .kv-container {
  transform: translateX(37.708333vw);
}
#greenland .section-hero.animated .picture-1 {
  animation: p1-rotate 1s 1s linear forwards;
}
#greenland .section-hero.animated .picture-2 {
  animation: p2-rotate 1s 1s linear forwards;
}
#greenland .section-hero.animated .kv-shine {
  opacity: 0.65;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-hero {
    padding-top: 19.444444vw;
    padding-bottom: 16.666667vw;
    background-image: linear-gradient(200deg, #29251f, #000 60%);
  }
  #greenland .section-hero .hero-content {
    position: static;
    width: 73.611111vw;
    height: auto;
    margin: 25vw auto 0;
  }
  #greenland .section-hero .kv-container {
    transform: translateX(27.777778vw);
  }
  #greenland .section-hero .kv-picture {
    width: 4.583333vw;
  }
  #greenland .section-hero .kv-shine {
    top: 73.611111vw;
    left: 11.111111vw;
    width: 102.777778vw;
  }
  #greenland .section-hero .note {
    position: static;
    display: block;
    width: 84.444444vw;
  }
  #greenland .section-hero.animated .kv-container {
    transform: translateX(73.055556vw);
  }
}
#greenland .section-design {
  overflow: hidden;
  padding-top: 3.333333vw;
}
#greenland .section-design .section-content {
  position: relative;
}
#greenland .section-design .fadein-item {
  transform: translateY(2.604167vw);
  opacity: 0;
}
#greenland .section-design .content-container {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: 2.708333vw;
  transform: translateY(-50%);
}
#greenland .section-design .content-wrapper {
  width: 21.875vw;
}
#greenland .section-design .background-container {
  position: relative;
  flex-shrink: 0;
  width: 78.125vw;
  margin-left: auto;
}
#greenland .section-design .background-text {
  position: absolute;
  top: 20.729167vw;
  left: 21.25vw;
  font-size: 7.96875vw;
  font-weight: 700;
}
#greenland .section-design .glow-container {
  position: relative;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
}
#greenland .section-design .glow-text {
  position: absolute;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
  width: 100%;
}
#greenland .section-design .glow-text::before, #greenland .section-design .glow-text::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: attr(data-text);
  transform: translateZ(0);
  color: #fff;
}
#greenland .section-design .glow-text-1::before {
  z-index: 1;
  opacity: 0.44;
  color: #9e8450;
  filter: blur(50px);
  -webkit-filter: blur(50px);
}
#greenland .section-design .glow-text-1::after {
  z-index: 2;
  opacity: 0.91;
  color: #9e8450;
  filter: blur(23px);
  -webkit-filter: blur(23px);
}
#greenland .section-design .glow-text-2::before {
  z-index: 3;
  color: #947231;
  filter: blur(15px);
  -webkit-filter: blur(15px);
}
#greenland .section-design .glow-text-2::after {
  z-index: 4;
  color: rgba(36, 56, 208, 0.64);
  filter: blur(15px);
  -webkit-filter: blur(15px);
}
#greenland .section-design .glow-white {
  position: relative;
  z-index: 5;
  color: #bfbfbf;
}
#greenland .section-design .kv-container {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#greenland .section-design .kv-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74.0625vw;
  height: 0.15625vw;
  border-radius: 999px;
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.4), #fff);
}
#greenland .section-design .kv-picture {
  position: relative;
  z-index: 1;
  width: 2.03125vw;
  margin-bottom: -1px;
}
#greenland .section-design .kv-picture::before {
  position: absolute;
  bottom: -0.208333vw;
  left: 1.09375vw;
  width: 100vw;
  height: 0.520833vw;
  content: "";
  background-color: #000;
}
#greenland .section-design .kv-image {
  transform: rotate(20deg);
  transform-origin: bottom;
}
#greenland .section-design .animate-trigger {
  position: absolute;
  bottom: 40px;
}
#greenland .section-design.animated .kv-container {
  transition: opacity 1.1s;
  opacity: 1;
}
#greenland .section-design.animated .kv-picture {
  transition: transform 1.1s;
  transform: translateX(72.916667vw);
}
#greenland .section-design.animated .kv-picture::before {
  transition: opacity 0s 1.1s;
  opacity: 0;
}
#greenland .section-design.animated .fadein-item {
  transition: transform 0.6s 1.1s, opacity 0.6s 1.1s;
  transform: translateY(0);
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-design {
    padding-top: 27.777778vw;
  }
  #greenland .section-design .section-content {
    position: relative;
  }
  #greenland .section-design .fadein-item {
    transform: none;
    opacity: 1;
  }
  #greenland .section-design .content-container {
    position: static;
    margin-top: 0;
    transform: none;
  }
  #greenland .section-design .content-wrapper {
    width: 100%;
  }
  #greenland .section-design .background-container {
    width: 100%;
    transform: translateY(6.944444vw);
    opacity: 0;
  }
  #greenland .section-design .background-text {
    top: 32.638889vw;
    left: 8.888889vw;
    font-size: 13.75vw;
  }
  #greenland .section-design .glow-text-1::before {
    filter: blur(26px);
    -webkit-filter: blur(26px);
  }
  #greenland .section-design .glow-text-1::after {
    filter: blur(15px);
    -webkit-filter: blur(15px);
  }
  #greenland .section-design .glow-text-2::before {
    filter: blur(11px);
    -webkit-filter: blur(11px);
  }
  #greenland .section-design .glow-text-2::after {
    filter: blur(11px);
    -webkit-filter: blur(11px);
  }
  #greenland .section-design .kv-line {
    width: 62.222222vw;
    height: 0.277778vw;
  }
  #greenland .section-design .kv-picture {
    width: 4.027778vw;
    margin-bottom: -1px;
  }
  #greenland .section-design .kv-picture::before {
    bottom: -0.555556vw;
    left: 2.083333vw;
    width: 100vw;
    height: 1.388889vw;
  }
  #greenland .section-design.animated .kv-picture {
    transform: translateX(60vw);
  }
  #greenland .section-design.animated .background-container {
    transition: transform 0.6s 1s, opacity 0.6s 1s;
    transform: translateY(0);
    opacity: 1;
  }
}
#greenland .section-button {
  padding-bottom: 2.1875vw;
}
#greenland .section-button .picture-container {
  margin-top: 11.041667vw;
}
#greenland .section-button .picture-item {
  width: 52.083333vw;
}
#greenland .section-button .caption-group {
  display: flex;
  padding-left: 100%;
}
#greenland .section-button .caption-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#greenland .section-button .caption-line {
  height: 4.6875vw;
  border-left: 2px dashed #9e9e9e;
}
#greenland .section-button .line-top-left {
  margin-top: 0.833333vw;
}
#greenland .section-button .line-bottom-right {
  margin-bottom: 0.833333vw;
}
#greenland .section-button .caption {
  position: absolute;
  font-size: 1.354167vw;
  font-weight: 500;
  white-space: nowrap;
  color: #dbcfc2;
}
#greenland .section-button .caption-top-left {
  top: 0;
  transform: translateY(-100%);
}
#greenland .section-button .caption-bottom-right {
  bottom: 0;
  transform: translateY(100%);
}
#greenland .section-button .caption-item-1 {
  margin-left: -39.166667vw;
}
#greenland .section-button .caption-item-2 {
  margin-left: -11.041667vw;
}
#greenland .section-button .caption-item-3 {
  margin-left: -32.291667vw;
}
#greenland .section-button .caption-item-4 {
  margin-left: -5.520833vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-button {
    padding-bottom: 0;
  }
  #greenland .section-button .picture-container {
    margin-top: 18.055556vw;
  }
  #greenland .section-button .picture-item {
    position: relative;
    z-index: 2;
    width: 3.888889vw;
  }
  #greenland .section-button .caption-group {
    position: absolute;
    top: 0;
    bottom: 0;
    flex-direction: column;
    width: 38.888889vw;
    padding-left: 0;
  }
  #greenland .section-button .caption-group-1 {
    right: 43.055556vw;
    align-items: flex-end;
  }
  #greenland .section-button .caption-group-2 {
    left: 43.055556vw;
  }
  #greenland .section-button .caption-item {
    position: absolute;
    align-items: center;
    flex-direction: row;
  }
  #greenland .section-button .caption-item-1 {
    top: 36.527778vw;
  }
  #greenland .section-button .caption-item-2 {
    top: 1.388889vw;
    align-items: flex-start;
  }
  #greenland .section-button .caption-item-2 .caption-line {
    margin-top: 2.777778vw;
  }
  #greenland .section-button .caption-item-3 {
    top: 42.083333vw;
  }
  #greenland .section-button .caption-item-4 {
    top: 48.333333vw;
  }
  #greenland .section-button .caption-line {
    width: 12.5vw;
    height: 0;
    border-top: 0.277778vw dashed #9e9e9e;
    border-left: 0;
  }
  #greenland .section-button .line-top-left {
    margin-top: 0;
    margin-left: 2.222222vw;
  }
  #greenland .section-button .line-bottom-right {
    margin-right: 2.222222vw;
    margin-bottom: 0;
  }
  #greenland .section-button .caption {
    position: static;
    font-size: 3.611111vw;
  }
  #greenland .section-button .caption-top-left {
    top: 0;
    transform: none;
  }
  #greenland .section-button .caption-bottom-right {
    bottom: 0;
    transform: none;
  }
  #greenland .section-button .caption-item-1 {
    margin-left: 0;
  }
  #greenland .section-button .caption-item-2 {
    margin-left: 0;
  }
  #greenland .section-button .caption-item-3 {
    margin-left: 0;
  }
  #greenland .section-button .caption-item-4 {
    margin-left: 0;
  }
}
#greenland .section-mode .swiper-slide {
  background-color: #000;
}
#greenland .section-mode .video-container {
  transition: opacity 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}
#greenland .section-mode .video-container:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#greenland .section-mode .video-container.current {
  z-index: 2;
  opacity: 1;
}
#greenland .section-mode .button-list {
  display: flex;
  justify-content: center;
}
#greenland .section-mode .button-item {
  cursor: pointer;
  transition: opacity 600ms cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0.4;
  color: #fff;
}
#greenland .section-mode .button-item:nth-child(2) {
  margin-left: 8.333333vw;
}
@media (hover: hover) {
  #greenland .section-mode .button-item:hover {
    opacity: 0.6;
  }
}
#greenland .section-mode .button-item.current {
  cursor: default;
  opacity: 1;
}
#greenland .section-mode .button-copy {
  font-size: 1.666667vw;
  font-weight: 500;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-mode .button-list {
    position: absolute;
    z-index: 2;
    bottom: 5.555556vw;
    left: 0;
    width: 100%;
  }
  #greenland .section-mode .button-item {
    position: relative;
    overflow: hidden;
    padding: 1.666667vw 3.472222vw;
    transition: background-color 400ms cubic-bezier(0.65, 0.05, 0.36, 1), opacity 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    border-radius: 2.222222vw;
  }
  #greenland .section-mode .button-item:nth-child(2) {
    margin-left: 18.055556vw;
  }
}
@media (max-aspect-ratio: 11/10) and (hover: hover) {
  #greenland .section-mode .button-item:hover {
    opacity: 0.6;
  }
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-mode .button-item.current {
    cursor: default;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: saturate(180%) blur(7px);
    backdrop-filter: saturate(180%) blur(7px);
  }
  #greenland .section-mode .button-copy {
    font-size: 3.333333vw;
  }
}
#greenland .section-function .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#greenland .section-function .stack-list {
  width: 60%;
  padding-left: 0.833333vw;
  font-size: 1.666667vw;
  text-align: left;
  color: #fff;
}
#greenland .section-function .note {
  padding-right: 0.833333vw;
  padding-left: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-function .stack-list {
    padding-left: 2.222222vw;
    font-size: 5.555556vw;
  }
  #greenland .section-function .note {
    padding-right: 2.222222vw;
    padding-left: 2.222222vw;
  }
}
#greenland .section-tip {
  overflow: hidden;
}
#greenland .section-tip .text-content {
  position: relative;
  z-index: 3;
}
#greenland .section-tip .picture-container {
  position: relative;
}
#greenland .section-tip .picture-wrapper {
  position: relative;
}
#greenland .section-tip .picture-wrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 111.458333vw;
  height: 100%;
  content: "";
  transform: translateX(-50%);
  opacity: 0.6;
  background-image: radial-gradient(closest-side, #b77c1e, #2f230f 45%, #000);
  filter: blur(37px);
  -webkit-filter: blur(37px);
}
#greenland .section-tip .kv-container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 1.770833vw;
  transform: translate(50vw, -10.9375vw);
}
#greenland .section-tip .kv-wrapper {
  transform: rotate(30deg);
  transform-origin: bottom;
}
#greenland .section-tip .kv-mask {
  position: absolute;
  top: -50%;
  left: 0.78125vw;
  width: 67.5vw;
  height: 200%;
  content: "";
  opacity: 0;
  background-color: #000;
}
#greenland .section-tip .kv-picture {
  position: relative;
  z-index: 1;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-tip {
    position: static;
  }
  #greenland .section-tip .picture-wrapper::before {
    top: 50%;
    width: 166.666667vw;
    height: 34.722222vw;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    background-image: radial-gradient(closest-side, #b77c1e, #2f230f 45%, #000);
  }
  #greenland .section-tip .kv-container {
    display: none;
  }
}
#greenland .section-find {
  padding-bottom: 2px;
}
#greenland .section-find .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 1.875vw 2.083333vw 3.645833vw;
  background-color: #161411;
}
#greenland .section-find .slide-intro {
  font-size: 1.041667vw;
}
#greenland .section-find .picture {
  width: 38.125vw;
  margin-top: 1.666667vw;
  margin-left: 12.8125vw;
}
#greenland .section-find .arrownav-list {
  justify-content: flex-end;
}
@media (max-aspect-ratio: 11/10) {
  #greenland .section-find .swiper-slide {
    padding: 5vw 5.555556vw 8.333333vw;
  }
  #greenland .section-find .slide-intro {
    font-size: 3.333333vw;
  }
  #greenland .section-find .picture {
    width: 64.166667vw;
    margin-top: 8.888889vw;
    margin-left: 8.333333vw;
  }
}
#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: 3.333333vw;
  }
}
#greenland .section-footnote li {
  font-size: inherit;
  color: #85858a;
}
#greenland .section-footnote a {
  text-decoration: underline;
}
#greenland .section-footnote .footnote-pricing {
  margin-top: 1.6em;
}
#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;
}