@font-face {
  font-family: "PV";
  src: url(assets/fonts/0c7e3e2387401c47.woff2) format("woff2-variations");
  font-weight: 400 600;
}
:root {
  --grid-gutter-size: 60px;
  --gutter-size: 40px;
  --cube-size-w: 36.6vw;
  --cube-size-h: 19.7vw;
}

@media (max-width: 1080px) {
  :root {
    --grid-gutter-size: 40px;
  }
}
@media (max-width: 820px) {
  :root {
    --grid-gutter-size: 20px;
    --cube-size-w: calc(36.6vw * 1.4);
    --cube-size-h: calc(19.7vw * 1.4);
  }
}
.col {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1080px) {
  .row.collapse-row {
    flex-direction: column;
    gap: 16px;
  }
  .row.collapse-row > .col {
    width: 100% !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  -webkit-tap-highlight-color: transparent;
}

.black-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: black;
}

body {
  font-family: "neue-haas-grotesk-display", "PV", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
  color: white;
}
@media screen and (max-width: 570px) {
  body {
    font-size: 14px;
  }
}
body.scroll-lock {
  overflow: hidden;
}

body[data-bg=warmgrey],
.section[data-bg=warmgrey] {
  background-color: #e9e8dd;
  color: #e9e8dd;
}
body[data-bg=warmgrey]:not(.index-hero-active) .gnb a,
body[data-bg=warmgrey]:not(.index-hero-active) .gnb span,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb a,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb span {
  color: #000000;
}
body[data-bg=warmgrey]:not(.index-hero-active) .gnb .with-strikethrough:before,
body[data-bg=warmgrey]:not(.index-hero-active) .gnb .link-style:before,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb .with-strikethrough:before,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb .link-style:before {
  background-color: black;
}
body[data-bg=warmgrey]:not(.index-hero-active) .gnb svg path,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb svg path {
  fill: #000000;
}
body[data-bg=warmgrey]:not(.index-hero-active) .gnb .btn-pill.stroke-white,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb .btn-pill.stroke-white {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #000000;
}
body[data-bg=warmgrey]:not(.index-hero-active) .gnb .btn-pill .btn-bg,
.section[data-bg=warmgrey]:not(.index-hero-active) .gnb .btn-pill .btn-bg {
  background-color: #000000;
}
@media screen and (min-width: 1024px) {
  body[data-bg=warmgrey]:not(.index-hero-active) .gnb .btn-pill:hover span,
  .section[data-bg=warmgrey]:not(.index-hero-active) .gnb .btn-pill:hover span {
    color: #ffffff;
  }
}
body[data-bg=warmgrey] .row-sets > .row,
.section[data-bg=warmgrey] .row-sets > .row {
  border-top: 1px solid black;
}
body[data-bg=warmgrey] .row-sets .txt-b3,
.section[data-bg=warmgrey] .row-sets .txt-b3 {
  color: #626262;
}
body[data-bg=warmgrey] .gnb-mobile:not(.open) .logo svg path,
.section[data-bg=warmgrey] .gnb-mobile:not(.open) .logo svg path {
  fill: #000000;
}
body[data-bg=warmgrey] .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line,
.section[data-bg=warmgrey] .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line {
  background-color: #000000;
}
body[data-bg=warmgrey].force-white .gnb a,
body[data-bg=warmgrey].force-white .gnb span,
.section[data-bg=warmgrey].force-white .gnb a,
.section[data-bg=warmgrey].force-white .gnb span {
  color: #ffffff;
}
body[data-bg=warmgrey].force-white .gnb .with-strikethrough:before,
body[data-bg=warmgrey].force-white .gnb .link-style:before,
.section[data-bg=warmgrey].force-white .gnb .with-strikethrough:before,
.section[data-bg=warmgrey].force-white .gnb .link-style:before {
  background-color: #ffffff;
}
body[data-bg=warmgrey].force-white .gnb svg path,
.section[data-bg=warmgrey].force-white .gnb svg path {
  fill: #ffffff;
}
body[data-bg=warmgrey].force-white .gnb .btn-pill.stroke-white,
.section[data-bg=warmgrey].force-white .gnb .btn-pill.stroke-white {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #ffffff;
}
body[data-bg=warmgrey].force-white .gnb .btn-pill .btn-bg,
.section[data-bg=warmgrey].force-white .gnb .btn-pill .btn-bg {
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body[data-bg=warmgrey].force-white .gnb .btn-pill:hover span,
  .section[data-bg=warmgrey].force-white .gnb .btn-pill:hover span {
    color: #000000;
  }
}
body[data-bg=warmgrey].force-white .gnb-mobile:not(.open) .logo svg path,
.section[data-bg=warmgrey].force-white .gnb-mobile:not(.open) .logo svg path {
  fill: #ffffff;
}
body[data-bg=warmgrey].force-white .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line,
.section[data-bg=warmgrey].force-white .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line {
  background-color: #ffffff;
}
body[data-bg=warmgrey] .section-index-hello,
.section[data-bg=warmgrey] .section-index-hello {
  background-color: #e9e8dd;
}
body[data-bg=black],
.section[data-bg=black] {
  background-color: #000000;
}
body[data-bg=black] .section-amenities-fnb,
.section[data-bg=black] .section-amenities-fnb {
  background-color: #000000;
}
body[data-bg=black] .section-index-hello,
.section[data-bg=black] .section-index-hello {
  background-color: #000000;
}
body[data-bg=grey3],
.section[data-bg=grey3] {
  background-color: #0f0f0f;
}
body[data-bg=grey3] .section-index-hello,
.section[data-bg=grey3] .section-index-hello {
  background-color: #0f0f0f;
}
body[data-bg=grey3] .section-index-about-artist,
.section[data-bg=grey3] .section-index-about-artist {
  color: #ffffff;
}
body[data-bg=white],
.section[data-bg=white] {
  background-color: #ffffff;
  color: #000000;
}
body[data-bg=white]:not(.index-hero-active) .gnb a,
body[data-bg=white]:not(.index-hero-active) .gnb span,
.section[data-bg=white]:not(.index-hero-active) .gnb a,
.section[data-bg=white]:not(.index-hero-active) .gnb span {
  color: #000000;
}
body[data-bg=white]:not(.index-hero-active) .gnb .with-strikethrough:before,
body[data-bg=white]:not(.index-hero-active) .gnb .link-style:before,
.section[data-bg=white]:not(.index-hero-active) .gnb .with-strikethrough:before,
.section[data-bg=white]:not(.index-hero-active) .gnb .link-style:before {
  background-color: black;
}
body[data-bg=white]:not(.index-hero-active) .gnb svg path,
.section[data-bg=white]:not(.index-hero-active) .gnb svg path {
  fill: #000000;
}
body[data-bg=white]:not(.index-hero-active) .gnb .btn-pill.stroke-white,
.section[data-bg=white]:not(.index-hero-active) .gnb .btn-pill.stroke-white {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #000000;
}
body[data-bg=white]:not(.index-hero-active) .gnb .btn-pill .btn-bg,
.section[data-bg=white]:not(.index-hero-active) .gnb .btn-pill .btn-bg {
  background-color: #000000;
}
@media screen and (min-width: 1024px) {
  body[data-bg=white]:not(.index-hero-active) .gnb .btn-pill:hover span,
  .section[data-bg=white]:not(.index-hero-active) .gnb .btn-pill:hover span {
    color: #ffffff;
  }
}
body[data-bg=white] .gnb-mobile:not(.open) .logo svg path,
.section[data-bg=white] .gnb-mobile:not(.open) .logo svg path {
  fill: #000000;
}
body[data-bg=white] .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line,
.section[data-bg=white] .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line {
  background-color: #000000;
}
body[data-bg=white] .btn-text,
.section[data-bg=white] .btn-text {
  color: #000000;
}
body[data-bg=white] .btn-text svg path,
.section[data-bg=white] .btn-text svg path {
  stroke: #000000;
}
body[data-bg=white] .btn-text span:after,
.section[data-bg=white] .btn-text span:after {
  background-color: black;
}
body[data-bg=white] .section-exhibition-detail,
body[data-bg=white] .section-sticky-contents, body[data-bg=white].section-exhibition-detail, body[data-bg=white].section-sticky-contents,
body[data-bg=white] .section-amenities-fnb,
.section[data-bg=white] .section-exhibition-detail,
.section[data-bg=white] .section-sticky-contents,
.section[data-bg=white].section-exhibition-detail,
.section[data-bg=white].section-sticky-contents,
.section[data-bg=white] .section-amenities-fnb {
  background-color: #ffffff;
}
body[data-bg=white] .section-exhibition-detail .btn-pill,
body[data-bg=white] .section-sticky-contents .btn-pill, body[data-bg=white].section-exhibition-detail .btn-pill, body[data-bg=white].section-sticky-contents .btn-pill,
body[data-bg=white] .section-amenities-fnb .btn-pill,
.section[data-bg=white] .section-exhibition-detail .btn-pill,
.section[data-bg=white] .section-sticky-contents .btn-pill,
.section[data-bg=white].section-exhibition-detail .btn-pill,
.section[data-bg=white].section-sticky-contents .btn-pill,
.section[data-bg=white] .section-amenities-fnb .btn-pill {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}
body[data-bg=white] .section-exhibition-detail .btn-pill .btn-bg,
body[data-bg=white] .section-sticky-contents .btn-pill .btn-bg, body[data-bg=white].section-exhibition-detail .btn-pill .btn-bg, body[data-bg=white].section-sticky-contents .btn-pill .btn-bg,
body[data-bg=white] .section-amenities-fnb .btn-pill .btn-bg,
.section[data-bg=white] .section-exhibition-detail .btn-pill .btn-bg,
.section[data-bg=white] .section-sticky-contents .btn-pill .btn-bg,
.section[data-bg=white].section-exhibition-detail .btn-pill .btn-bg,
.section[data-bg=white].section-sticky-contents .btn-pill .btn-bg,
.section[data-bg=white] .section-amenities-fnb .btn-pill .btn-bg {
  background-color: #000000;
}
body[data-bg=white] .section-exhibition-detail .btn-pill svg path,
body[data-bg=white] .section-sticky-contents .btn-pill svg path, body[data-bg=white].section-exhibition-detail .btn-pill svg path, body[data-bg=white].section-sticky-contents .btn-pill svg path,
body[data-bg=white] .section-amenities-fnb .btn-pill svg path,
.section[data-bg=white] .section-exhibition-detail .btn-pill svg path,
.section[data-bg=white] .section-sticky-contents .btn-pill svg path,
.section[data-bg=white].section-exhibition-detail .btn-pill svg path,
.section[data-bg=white].section-sticky-contents .btn-pill svg path,
.section[data-bg=white] .section-amenities-fnb .btn-pill svg path {
  stroke: #000000;
}
body[data-bg=white] .section-exhibition-detail .btn-pill:hover span,
body[data-bg=white] .section-sticky-contents .btn-pill:hover span, body[data-bg=white].section-exhibition-detail .btn-pill:hover span, body[data-bg=white].section-sticky-contents .btn-pill:hover span,
body[data-bg=white] .section-amenities-fnb .btn-pill:hover span,
.section[data-bg=white] .section-exhibition-detail .btn-pill:hover span,
.section[data-bg=white] .section-sticky-contents .btn-pill:hover span,
.section[data-bg=white].section-exhibition-detail .btn-pill:hover span,
.section[data-bg=white].section-sticky-contents .btn-pill:hover span,
.section[data-bg=white] .section-amenities-fnb .btn-pill:hover span {
  color: #ffffff;
}
body[data-bg=white] .section-exhibition-detail .btn-pill:hover svg path,
body[data-bg=white] .section-sticky-contents .btn-pill:hover svg path, body[data-bg=white].section-exhibition-detail .btn-pill:hover svg path, body[data-bg=white].section-sticky-contents .btn-pill:hover svg path,
body[data-bg=white] .section-amenities-fnb .btn-pill:hover svg path,
.section[data-bg=white] .section-exhibition-detail .btn-pill:hover svg path,
.section[data-bg=white] .section-sticky-contents .btn-pill:hover svg path,
.section[data-bg=white].section-exhibition-detail .btn-pill:hover svg path,
.section[data-bg=white].section-sticky-contents .btn-pill:hover svg path,
.section[data-bg=white] .section-amenities-fnb .btn-pill:hover svg path {
  stroke: #ffffff;
}
body[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro),
body[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro), body[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro), body[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro),
body[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro),
.section[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro),
.section[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro),
.section[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro),
.section[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro),
.section[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro) {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  body[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro),
  body[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro), body[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro), body[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro),
  body[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro),
  .section[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro),
  .section[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro),
  .section[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro),
  .section[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro),
  .section[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro) {
    margin-top: 24px;
  }
}
body[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro,
body[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro, body[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro, body[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro,
body[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro) .info-row-intro,
.section[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro,
.section[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro,
.section[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro,
.section[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro,
.section[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro) .info-row-intro {
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  body[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro,
  body[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro, body[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro, body[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro,
  body[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro) .info-row-intro,
  .section[data-bg=white] .section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro,
  .section[data-bg=white] .section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro,
  .section[data-bg=white].section-exhibition-detail .section-info-rows:has(.info-row-intro) .info-row-intro,
  .section[data-bg=white].section-sticky-contents .section-info-rows:has(.info-row-intro) .info-row-intro,
  .section[data-bg=white] .section-amenities-fnb .section-info-rows:has(.info-row-intro) .info-row-intro {
    margin-bottom: 70px;
  }
}
body[data-bg=white] .section-exhibition-detail .section-info-rows .row-sets .row,
body[data-bg=white] .section-sticky-contents .section-info-rows .row-sets .row, body[data-bg=white].section-exhibition-detail .section-info-rows .row-sets .row, body[data-bg=white].section-sticky-contents .section-info-rows .row-sets .row,
body[data-bg=white] .section-amenities-fnb .section-info-rows .row-sets .row,
.section[data-bg=white] .section-exhibition-detail .section-info-rows .row-sets .row,
.section[data-bg=white] .section-sticky-contents .section-info-rows .row-sets .row,
.section[data-bg=white].section-exhibition-detail .section-info-rows .row-sets .row,
.section[data-bg=white].section-sticky-contents .section-info-rows .row-sets .row,
.section[data-bg=white] .section-amenities-fnb .section-info-rows .row-sets .row {
  border-color: #000000;
}
body[data-bg=white] .section-exhibition-detail .section-info-rows .row-sets .txt-subtitle-4,
body[data-bg=white] .section-sticky-contents .section-info-rows .row-sets .txt-subtitle-4, body[data-bg=white].section-exhibition-detail .section-info-rows .row-sets .txt-subtitle-4, body[data-bg=white].section-sticky-contents .section-info-rows .row-sets .txt-subtitle-4,
body[data-bg=white] .section-amenities-fnb .section-info-rows .row-sets .txt-subtitle-4,
.section[data-bg=white] .section-exhibition-detail .section-info-rows .row-sets .txt-subtitle-4,
.section[data-bg=white] .section-sticky-contents .section-info-rows .row-sets .txt-subtitle-4,
.section[data-bg=white].section-exhibition-detail .section-info-rows .row-sets .txt-subtitle-4,
.section[data-bg=white].section-sticky-contents .section-info-rows .row-sets .txt-subtitle-4,
.section[data-bg=white] .section-amenities-fnb .section-info-rows .row-sets .txt-subtitle-4 {
  font-family: "PV";
  font-weight: 600;
  letter-spacing: -0.04em;
}
body[data-bg=white] .section-exhibition-detail .section-info-rows .row-sets .txt-b3,
body[data-bg=white] .section-sticky-contents .section-info-rows .row-sets .txt-b3, body[data-bg=white].section-exhibition-detail .section-info-rows .row-sets .txt-b3, body[data-bg=white].section-sticky-contents .section-info-rows .row-sets .txt-b3,
body[data-bg=white] .section-amenities-fnb .section-info-rows .row-sets .txt-b3,
.section[data-bg=white] .section-exhibition-detail .section-info-rows .row-sets .txt-b3,
.section[data-bg=white] .section-sticky-contents .section-info-rows .row-sets .txt-b3,
.section[data-bg=white].section-exhibition-detail .section-info-rows .row-sets .txt-b3,
.section[data-bg=white].section-sticky-contents .section-info-rows .row-sets .txt-b3,
.section[data-bg=white] .section-amenities-fnb .section-info-rows .row-sets .txt-b3 {
  color: #626262;
}
body[data-bg=white] .text-w-dash .div-dash,
.section[data-bg=white] .text-w-dash .div-dash {
  background-color: #dadada;
  opacity: 1;
}
body[data-bg=white] .accordion-wrap .icon-plus-minus .stroke,
.section[data-bg=white] .accordion-wrap .icon-plus-minus .stroke {
  background-color: #000000;
}
body[data-bg=white] .accordion-wrap .accordion-content span,
.section[data-bg=white] .accordion-wrap .accordion-content span {
  color: #626262;
}
@media screen and (max-width: 1080px) {
  body[data-bg=white] .section-sticky-contents .sticky-half,
  .section[data-bg=white] .section-sticky-contents .sticky-half {
    background-color: white;
  }
}
@media screen and (max-width: 1080px) {
  body[data-bg=white] .section-sticky-contents .sticky-half .sticky-sidemenu,
  .section[data-bg=white] .section-sticky-contents .sticky-half .sticky-sidemenu {
    background-color: white;
  }
}
body[data-bg=white] .section-sticky-contents .sticky-half .btn-pill:before,
.section[data-bg=white] .section-sticky-contents .sticky-half .btn-pill:before {
  filter: invert(1);
}
body[data-bg=indexstart],
.section[data-bg=indexstart] {
  background-color: #e9e8dd;
}

body[data-menucolor=white] .gnb a,
body[data-menucolor=white] .gnb span {
  color: #ffffff !important;
}
body[data-menucolor=white] .gnb .with-strikethrough:before,
body[data-menucolor=white] .gnb .link-style:before {
  background-color: #ffffff !important;
}
body[data-menucolor=white] .gnb svg path {
  fill: #ffffff !important;
}
body[data-menucolor=white] .gnb .btn-pill.stroke-white {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #ffffff !important;
}
body[data-menucolor=white] .gnb .btn-pill .btn-bg {
  background-color: #ffffff !important;
}
@media screen and (min-width: 1024px) {
  body[data-menucolor=white] .gnb .btn-pill:hover span {
    color: #000000 !important;
  }
}
body[data-menucolor=white] .gnb-mobile:not(.open) .logo svg path {
  fill: #ffffff !important;
}
body[data-menucolor=white] .gnb-mobile:not(.open) .mobile-menu-trigger .inner .line {
  background-color: #ffffff !important;
}

body.can-transition {
  transition: 0.6s ease-in-out background-color;
}

img,
video {
  vertical-align: bottom;
}

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

.grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0.5;
}
.grid.hide {
  display: none;
}
.grid .gutter {
  height: 100%;
  background: rgba(255, 0, 0, 0.03);
  width: var(--grid-gutter-size);
  outline: 1px solid rgba(255, 0, 0, 0.8);
}
.grid .gutter:nth-child(2) {
  position: fixed;
  left: 50%;
  width: 40px;
}

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

.icon {
  display: flex;
}

.txt-h1 {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13.55vw;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 820px) {
  .txt-h1 {
    font-size: 72px;
  }
}

.txt-h2 {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.33vw;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 820px) {
  .txt-h2 {
    font-size: 60px;
  }
}

.txt-h3 {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.2vw;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 820px) {
  .txt-h3 {
    font-size: 36px;
  }
}

.txt-h4 {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.175vw;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1080px) {
  .txt-h4 {
    font-size: 5.175vw;
  }
}
@media screen and (max-width: 820px) {
  .txt-h4 {
    font-size: 40px;
  }
}

.txt-h5 {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.1vw;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1080px) {
  .txt-h5 {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 570px) {
  .txt-h5 {
    font-size: 28px;
  }
}

.txt-subtitle-1 {
  font-family: "neue-haas-grotesk-display";
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 820px) {
  .txt-subtitle-1 {
    font-size: 20px;
  }
}

.txt-subtitle-1-5 {
  font-family: "neue-haas-grotesk-display";
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1440px) {
  .txt-subtitle-1-5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .txt-subtitle-1-5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .txt-subtitle-1-5 {
    font-size: 18px;
  }
}

.txt-subtitle-2 {
  font-family: "neue-haas-grotesk-display";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1080px) {
  .txt-subtitle-2 {
    font-size: 16px;
  }
}

.txt-subtitle-3 {
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1080px) {
  .txt-subtitle-3 {
    font-size: 14px;
  }
}

.txt-subtitle-4 {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1080px) {
  .txt-subtitle-4 {
    font-size: 16px;
  }
}

.txt-b2 {
  font-family: "PV", "neue-haas-grotesk-display";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1080px) {
  .txt-b2 {
    font-size: 14px;
  }
}

.txt-b3 {
  font-family: "PV", "neue-haas-grotesk-display";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.04em;
}

.txt-caption {
  font-family: "neue-haas-grotesk-display", "PV";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #626262;
}

.txt-t1 {
  font-family: "PV";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1080px) {
  .txt-t1 {
    font-size: 24px;
  }
}

.txt-t2 {
  font-family: "PV";
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1080px) {
  .txt-t2 {
    font-size: 20px;
  }
}

.col-2 {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 1080px) {
  .col-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.pad-left {
  padding-left: 40px;
}

.image-caption {
  margin-top: 16px;
}

.inner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-pill {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out border-color, 0.3s ease-in-out background-color;
}
.btn-pill .btn-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease-in-out transform;
  z-index: 0;
}
.btn-pill span {
  transition: 0.3s ease-in-out color;
  position: relative;
  z-index: 1;
  transform: translateY(0.5px);
  font-family: "neue-haas-grotesk-display", "PV";
  font-weight: 400;
}
.btn-pill svg {
  position: relative;
  z-index: 1;
}
.btn-pill svg path {
  transition: 0.3s ease-in-out stroke;
}
@media screen and (min-width: 1024px) {
  .btn-pill:hover .btn-bg {
    transform: scaleX(1);
  }
}
.btn-pill:has(svg) {
  justify-content: space-between;
}
.btn-pill.small {
  height: 36px;
  border-radius: 40px;
}
.btn-pill.small span {
  font-size: 16px;
  padding: 0 12px;
}
.btn-pill.medium {
  height: 50px;
  border-radius: 26.5px;
  gap: 75px;
}
.btn-pill.medium:has(svg) span {
  padding: 0 0 0 20px;
}
.btn-pill.medium span {
  padding: 0 20px;
  font-size: 18px;
}
.btn-pill.medium svg {
  margin-right: 14px;
}
.btn-pill.big {
  height: 64px;
  border-radius: 40px;
  gap: 32px;
  min-width: 240px;
}
@media screen and (max-width: 1080px) {
  .btn-pill.big {
    height: 50px;
    min-width: auto;
  }
}
.btn-pill.big:has(svg) span {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1080px) {
  .btn-pill.big:has(svg) span {
    padding: 0 0 0 20px;
  }
}
.btn-pill.big span {
  padding: 0 30px;
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .btn-pill.big span {
    font-size: 18px;
    padding: 0 20px;
  }
}
.btn-pill.big svg {
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .btn-pill.big svg {
    margin-right: 14px;
  }
}
.btn-pill.stroke-black {
  border: 1px solid #000000;
  color: #000000;
}
.btn-pill.stroke-black .btn-bg {
  background-color: #000000;
}
.btn-pill.stroke-black svg path {
  stroke: #000000;
}
@media screen and (min-width: 1024px) {
  .btn-pill.stroke-black:hover span {
    color: #ffffff;
  }
  .btn-pill.stroke-black:hover svg path {
    stroke: #ffffff;
  }
}
.btn-pill.stroke-white, .btn-pill.stroke-grey {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.btn-pill.stroke-white .btn-bg, .btn-pill.stroke-grey .btn-bg {
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .btn-pill.stroke-white:hover span, .btn-pill.stroke-grey:hover span {
    color: #000000;
  }
  .btn-pill.stroke-white:hover svg path, .btn-pill.stroke-grey:hover svg path {
    stroke: #000000;
  }
}
.btn-pill.stroke-grey {
  border-color: #3a3a3a;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: transparent;
}

.btn-text {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .btn-text:hover span::after {
    transform: scaleX(1);
  }
}
.btn-text.small span {
  font-size: 16px;
}
.btn-text.small svg {
  width: 24px;
  height: 24px;
}
.btn-text.medium span {
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .btn-text.medium span {
    font-size: 16px;
  }
}
.btn-text.medium svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1080px) {
  .btn-text.medium svg {
    width: 24px;
    height: 24px;
  }
}
.btn-text.white {
  color: #ffffff;
}
.btn-text.white svg path {
  stroke: #ffffff;
}
.btn-text.black {
  color: #000000;
}
.btn-text.black svg path {
  stroke: #000000;
}
.btn-text span {
  display: block;
}
.btn-text span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transition: 0.3s ease-in-out transform;
  transform-origin: left;
}
@media screen and (max-width: 1080px) {
  .btn-text span:after {
    transform: scaleX(1);
  }
}

.can-transition .gnb {
  transition: 0.4s ease-in-out transform;
}
.can-transition .gnb.for-intro-only {
  transition: 0.7s ease-in-out transform;
}

.gnb {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  .gnb {
    display: none;
  }
}
.gnb.hidden {
  transform: translateY(-100%);
}
.gnb > .inner {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 22px var(--gutter-size);
}
.gnb > .inner .logo {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gnb > .inner .ui-grp {
  align-items: center;
}
.gnb > .inner .ui-grp.ui-grp-0 {
  gap: 48px;
}
.gnb > .inner .ui-grp.ui-grp-1 {
  gap: 25px;
}
.gnb > .inner .ui-grp.ui-grp-1 .lang-select .selected {
  align-items: center;
  gap: 3px;
}
.gnb > .inner svg path {
  fill: #ffffff;
  transition: 0.6s ease-in-out fill;
}
.gnb > .inner span {
  line-height: 1;
  transition: 0.6s ease-in-out color;
}
.gnb > .inner a,
.gnb > .inner .link-style {
  line-height: 1;
  transition: 0.6s ease-in-out color;
}
.gnb > .inner .with-submenu {
  position: relative;
}
.gnb > .inner .with-submenu .submenu {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding: 12px 0;
  gap: 12px;
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
  pointer-events: none;
}
.gnb > .inner .with-submenu .submenu a {
  white-space: nowrap;
}
.gnb > .inner .with-submenu:hover .submenu {
  pointer-events: auto;
  opacity: 1;
}

.can-transition .mobile-menu-header {
  transition: 0.4s ease-in-out transform;
}
.can-transition .mobile-menu-header.for-intro-only {
  transition: 0.6s ease-in-out transform;
}

.gnb-mobile {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  flex-direction: column;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .gnb-mobile {
    display: flex;
  }
}
.gnb-mobile .mobile-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out opacity;
}
@media screen and (max-width: 1080px) {
  .gnb-mobile .mobile-menu-header {
    pointer-events: auto;
  }
}
.gnb-mobile .mobile-menu-header > .inner {
  padding: 18px 18px 18px 20px;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.gnb-mobile .mobile-menu-header .logo {
  transition: 0.4s ease-in-out opacity;
}
.gnb-mobile .mobile-menu-header .logo .logo-inner {
  width: 144px;
  position: relative;
}
.gnb-mobile .mobile-menu-header .logo svg {
  width: 100%;
}
.gnb-mobile .mobile-menu-header .logo svg path {
  transition: 0.6s ease-in-out fill;
}
.gnb-mobile .mobile-menu-header .mobile-menu-trigger {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  position: relative;
  padding: 2px;
  cursor: pointer;
}
.gnb-mobile .mobile-menu-header .mobile-menu-trigger .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.gnb-mobile .mobile-menu-header .mobile-menu-trigger .inner .line {
  width: 20px;
  height: 2px;
  background-color: white;
  transition: 0.3s ease-in-out transform, 0.3s ease-in-out opacity, 0.3s ease-in-out background-color;
}
.gnb-mobile .mobile-menu-header .mobile-menu-trigger .inner .line:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: 100% 50%;
}
.gnb-mobile .mobile-menu-header .mobile-menu-trigger .inner .line:nth-child(2), .gnb-mobile .mobile-menu-header .mobile-menu-trigger .inner .line:nth-child(4) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gnb-mobile .mobile-menu-header .mobile-menu-trigger .inner .line:nth-child(3) {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: 0% 50%;
}
.gnb-mobile .mobile-menu-header .mobile-language-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  gap: 16px;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
}
.gnb-mobile .mobile-menu-header .mobile-language-menu a {
  position: relative;
  line-height: 1.2;
  opacity: 0.2;
  transition: 0.4s ease-in-out opacity;
  color: #ffffff !important;
}
.gnb-mobile .mobile-menu-header .mobile-language-menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in-out transform;
}
.gnb-mobile .mobile-menu-header .mobile-language-menu a.active {
  opacity: 1;
}
.gnb-mobile .mobile-menu-header .mobile-language-menu a.active:before {
  transform: scale(1);
}
.gnb-mobile .mobile-menu-links {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .gnb-mobile .mobile-menu-links {
    top: 27vw;
  }
}
.gnb-mobile .mobile-menu-links .menu-links {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  color: #e9e8dd;
  font-weight: 400;
  line-height: 1;
  gap: 28px;
}
.gnb-mobile .mobile-menu-links .menu-links > a,
.gnb-mobile .mobile-menu-links .menu-links .submenu-toggle {
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gnb-mobile .mobile-menu-links .menu-links .submenu-toggle {
  cursor: pointer;
}
.gnb-mobile .mobile-menu-links .menu-links .submenu-toggle .toggle-arrow {
  transform: translateY(-20%);
  transition: 0.2s ease-in-out transform;
  transform-origin: 50% 38%;
}
.gnb-mobile .mobile-menu-links .menu-links .submenu-wrap .submenu-contents {
  margin-top: 28px;
  gap: 20px;
  font-size: 20px;
  height: 0;
  overflow: hidden;
}
.gnb-mobile .mobile-menu-links .menu-links .submenu-wrap.open .toggle-arrow {
  transform: scaleY(-1);
}
.gnb-mobile .mobile-menu-footer {
  position: fixed;
  bottom: 36px;
  display: flex;
  width: 100%;
  padding: 0 20px;
  pointer-events: none;
  display: none;
}
.gnb-mobile .mobile-menu-footer .btn-pill {
  width: 100%;
}
.gnb-mobile.open .mobile-menu-bg {
  opacity: 1;
}
.gnb-mobile.open .logo {
  opacity: 0;
  pointer-events: none;
}
.gnb-mobile.open .mobile-language-menu {
  opacity: 1;
  pointer-events: auto;
}
.gnb-mobile.open .mobile-menu-trigger .line:nth-child(1) {
  opacity: 0 !important;
}
.gnb-mobile.open .mobile-menu-trigger .line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1.3) !important;
}
.gnb-mobile.open .mobile-menu-trigger .line:nth-child(4) {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.3) !important;
}
.gnb-mobile.open .mobile-menu-trigger .line:nth-child(3) {
  opacity: 0 !important;
}
.gnb-mobile.open .mobile-menu-links {
  pointer-events: auto;
}
.gnb-mobile.open .mobile-menu-footer {
  pointer-events: auto;
}
.gnb-mobile.hidden .mobile-menu-header {
  transform: translateY(-100%);
}

.with-strikethrough,
.link-style {
  position: relative;
  line-height: 1;
}
.with-strikethrough:before,
.link-style:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
  transition: 0.3s ease-in-out transform, 0.3s ease-in-out color, 0.5s ease-in-out background-color;
}
.with-strikethrough:hover:before, .with-strikethrough.active:before,
.link-style:hover:before,
.link-style.active:before {
  transform: scaleX(1);
}
.with-strikethrough.active,
.link-style.active {
  pointer-events: none;
}

.div-line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.text-w-dash {
  gap: 12px;
  align-items: baseline;
  color: #cdcdcd;
  transition: 0.6s ease-in-out color;
}
.text-w-dash > span:first-child {
  min-width: 60px;
}
.text-w-dash > span:first-child.min-width-none {
  min-width: auto;
}
.text-w-dash > span:first-child.min-width-1 {
  min-width: 41px;
}
.text-w-dash > span:first-child.min-width-1-5 {
  min-width: 60px;
}
.text-w-dash > span:first-child.min-width-2 {
  min-width: 93px;
}
.text-w-dash > span:first-child.min-width-3 {
  min-width: 123px;
}
.text-w-dash > span.with-icon {
  display: flex;
  align-items: center;
}
.text-w-dash > span.with-icon .icon {
  margin-left: 4px;
}
.text-w-dash .div-dash {
  width: 1px;
  height: 12px;
  background-color: #dadada;
  opacity: 0.2;
  transition: 0.6s ease-in-out background-color, 0.6s ease-in-out opacity;
}

.icon-copy {
  cursor: pointer;
}

.hero-media video,
.hero-media img {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-media .hero-mask {
  position: absolute;
  top: 0;
  width: 34%;
  height: 101%;
  transform: translateY(-1px);
  background-color: #000000;
}
@media screen and (max-width: 820px) {
  .hero-media .hero-mask {
    display: none;
  }
}
.hero-media .hero-mask.hero-mask-0 {
  left: 0;
  transform-origin: left;
}
.hero-media .hero-mask.hero-mask-1 {
  right: 0;
  transform-origin: right;
}
.hero-media .gradient-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.88%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;
}

.half-half {
  width: 100%;
  padding: 0 var(--grid-gutter-size);
}
@media screen and (max-width: 1080px) {
  .half-half > .row {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.half-half .half {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .half-half .half {
    width: 100%;
  }
}
.half-half .half img {
  width: 100%;
}
.half-half .half > .col {
  padding-right: 40px;
}
@media screen and (max-width: 1080px) {
  .half-half .half > .col {
    padding-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .half-half .half .section-title {
    display: block;
    margin-bottom: 10px;
  }
}

.title-text-row .title-left {
  padding-left: 50%;
}
@media screen and (max-width: 1080px) {
  .title-text-row .title-left {
    padding-left: 0;
  }
}
.title-text-row .col {
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .title-text-row .col {
    gap: 20px;
  }
}

.accordion-wrap .single-accordion {
  position: relative;
  width: 100%;
}
.accordion-wrap .single-accordion .border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3a3a3a;
  transform-origin: left;
}
.accordion-wrap .single-accordion .border.border-top {
  top: 0;
  left: 0;
}
.accordion-wrap .single-accordion .border.border-bottom {
  bottom: 0;
  transform: translateY(50%);
}
.accordion-wrap .single-accordion .accordion-header {
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  cursor: pointer;
}
.accordion-wrap .single-accordion .accordion-header .accordion-title {
  font-weight: 500;
}
.accordion-wrap .single-accordion .accordion-content {
  padding-left: 40px;
  padding-right: 40px;
  height: 0;
  overflow: hidden;
}
.accordion-wrap .single-accordion .accordion-content span {
  color: #cdcdcd;
  padding-bottom: 30px;
  line-height: 1.45;
  font-weight: 400;
}
.accordion-wrap .single-accordion .icon-plus-minus {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1080px) {
  .accordion-wrap .single-accordion .icon-plus-minus {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-wrap .single-accordion .icon-plus-minus {
    width: 24px;
    height: 24px;
  }
}
.accordion-wrap .single-accordion .icon-plus-minus .stroke {
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  transition: 0.5s ease-in-out transform;
}
@media screen and (max-width: 1080px) {
  .accordion-wrap .single-accordion .icon-plus-minus .stroke {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-wrap .single-accordion .icon-plus-minus .stroke {
    width: 24px;
  }
}
.accordion-wrap .single-accordion .icon-plus-minus .stroke.stroke-0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-wrap .single-accordion .icon-plus-minus .stroke.stroke-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-wrap .single-accordion[data-open=true] .stroke.stroke-0 {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion-wrap .single-accordion[data-open=true] .stroke.stroke-1 {
  transform: translate(-50%, -50%) rotate(360deg);
}

.flex-table {
  width: 100%;
  font-family: "PV";
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .flex-table {
    display: none;
  }
}
.flex-table .row {
  border-bottom: 1px solid #d9d9d9 !important;
}
.flex-table .row.table-header {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  background: #f1f1f1;
}
.flex-table .row.table-header .cell {
  font-weight: 600;
}
.flex-table .row.table-header .cell:after {
  content: none !important;
}
.flex-table .row .cell {
  padding: 28px 0;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 6px;
}
.flex-table .row .cell:first-child {
  position: relative;
  width: 200px;
  padding-left: 20px;
  flex-grow: 0;
  justify-content: flex-start;
}
.flex-table .row .cell:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 20px);
  background-color: #d9d9d9;
}
.flex-table .row .cell:first-child span {
  font-weight: 600;
}
.flex-table .row .cell:first-child span:nth-child(2) {
  color: #888;
  font-size: 12px;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.flex-table.flex-table-mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .flex-table.flex-table-mobile {
    display: block;
  }
}
.flex-table.flex-table-mobile .row.table-header .cell {
  flex-direction: column;
}
.flex-table.flex-table-mobile .row.table-header .cell span:nth-child(2) {
  color: #888;
  font-size: 12px;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.flex-table.flex-table-mobile .row .cell {
  padding: 28px 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.flex-table.flex-table-mobile .row .cell:first-child {
  position: relative;
  width: 80px;
  padding-left: 20px;
  flex-grow: 0;
  justify-content: flex-start;
}

.section.bg-warmgrey, .section.bg-white {
  color: #000000;
}
.section > .inner {
  align-items: center;
}
.section .section-marker {
  margin-top: 60px;
  transition: 0.6s ease-in-out color;
}
@media screen and (max-width: 820px) {
  .section .section-marker {
    margin-bottom: 32px;
  }
}
.section .title-text-row {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .section .title-text-row {
    margin-top: 40px;
  }
}
.section .title-text-row .txt-t2 {
  padding-right: 60px;
}
@media screen and (max-width: 570px) {
  .section .title-text-row .txt-t2 {
    padding-right: 0;
  }
}
.section .section-title .line-div {
  padding-left: 0;
}
.section .row-sets {
  gap: 100px 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .section .row-sets {
    gap: 40px 25px;
  }
}
@media screen and (max-width: 570px) {
  .section .row-sets {
    gap: 60px 25px;
  }
}
.section .row-sets > .row {
  border-top: 1px solid white;
  gap: 40px;
  align-items: baseline;
  padding-top: 35px;
  width: calc(50% - 12.5px);
  transition: 0.6s ease-in-out border-color;
}
@media screen and (max-width: 1080px) {
  .section .row-sets > .row {
    width: 100%;
    padding-top: 22px;
    gap: 40px 25px;
  }
}
.section .row-sets > .row.full-row {
  width: 100%;
}
.section .row-sets > .row.full-row > .col {
  width: 100%;
}
.section .row-sets > .row.full-row.half-contents .row > .col {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 1080px) {
  .section .row-sets > .row.row-map {
    position: relative;
  }
  .section .row-sets > .row.row-map .txt-subtitle-4 {
    margin-bottom: 20px;
  }
  .section .row-sets > .row.row-map .btn-text {
    position: absolute;
    top: 16px;
    right: 0;
  }
}
.section .row-sets .col {
  gap: 0;
}
.section .row-sets .col.gap-s .row,
.section .row-sets .col.gap-s .col {
  margin-bottom: 8px;
}
.section .row-sets .col.gap-s .row:last-child,
.section .row-sets .col.gap-s .col:last-child {
  margin-bottom: 0;
}
.section .row-sets .col.gap-m .row,
.section .row-sets .col.gap-m .col {
  margin-bottom: 16px;
}
.section .row-sets .col.gap-m .row:last-child,
.section .row-sets .col.gap-m .col:last-child {
  margin-bottom: 0;
}
.section .row-sets .num {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.section .row-sets .txt-subtitle-4 {
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .section .row-sets .txt-subtitle-4 {
    margin-bottom: 10px;
  }
}
.section .row-sets .btn-text {
  margin-left: auto;
}
.section .row-sets + .btn-pill,
.section .row-sets + .link-btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 110px;
}
@media screen and (max-width: 1080px) {
  .section .row-sets + .btn-pill,
  .section .row-sets + .link-btn {
    margin-top: 100px;
  }
}
.section .row-sets + .btn-pill.stroke-white,
.section .row-sets + .link-btn.stroke-white {
  border-color: rgba(255, 255, 255, 0.2);
}
.section .row-sets + .btn-pill.stroke-black,
.section .row-sets + .link-btn.stroke-black {
  border-color: rgba(0, 0, 0, 0.2);
}
.section .content:has(.row-sets) {
  padding-bottom: 220px;
}
@media screen and (max-width: 1080px) {
  .section .content:has(.row-sets) {
    padding-bottom: 140px;
  }
}

.section-hero-template {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 570px) {
  .section-hero-template {
    max-width: 100vw;
    overflow: hidden;
  }
}
.section-hero-template .hero-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw;
  height: 43vh;
}
@media screen and (max-width: 1080px) {
  .section-hero-template .hero-media {
    width: 40vw;
    height: 50vh;
  }
}
@media screen and (max-width: 570px) {
  .section-hero-template .hero-media {
    width: 55vw;
    height: 85vw;
  }
}
.section-hero-template .hero-media img,
.section-hero-template .hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-template .section-title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 100vw;
}

.section-hero-template-2 {
  width: 100%;
  position: relative;
}
.section-hero-template-2 > .col {
  align-items: center;
}
.section-hero-template-2 .hero-media {
  position: relative;
  width: 32vw;
  height: 74vh;
}
@media screen and (max-width: 1080px) {
  .section-hero-template-2 .hero-media {
    width: 44vw;
  }
}
@media screen and (max-width: 570px) {
  .section-hero-template-2 .hero-media {
    width: 60vw;
  }
}
.section-hero-template-2 .hero-media img,
.section-hero-template-2 .hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-template-2 .hero-content {
  text-align: center;
  padding-top: 30.5vh;
}
.section-hero-template-2 .hero-content .section-subtitle {
  margin-bottom: 48px;
  opacity: 0;
}
@media screen and (max-width: 570px) {
  .section-hero-template-2 .hero-content .section-subtitle {
    margin-bottom: 20px;
  }
}
.section-hero-template-2 .hero-content .section-title {
  margin-bottom: -2.5vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 570px) {
  .section-hero-template-2 .hero-content .section-title {
    margin-bottom: -4.2vw;
  }
}

.thumb-wrap .thumb-text {
  gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .thumb-wrap .thumb-text {
    margin-top: 16px;
    gap: 8px;
  }
}
.thumb-wrap .thumb-text .thumb-title {
  font-family: "neue-haas-grotesk-display";
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .thumb-wrap .thumb-text .thumb-title {
    font-size: 18px;
  }
}
.thumb-wrap .thumb-text .thumb-subtitle {
  font-family: "neue-haas-grotesk-display";
  font-size: 16px;
  line-height: 1.2;
  color: #cdcdcd;
}
@media screen and (max-width: 1080px) {
  .thumb-wrap .thumb-text .thumb-subtitle {
    font-size: 14px;
  }
}

.sticky-sidemenu {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu {
    position: unset;
    top: auto;
    background-color: #000000;
    transition: 0.4s ease-in-out transform, 0.6s ease-in-out background-color;
  }
}
.sticky-sidemenu .line-top {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
}
.sticky-sidemenu > .inner {
  padding-top: 100px;
  min-height: 100vh;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu > .inner {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    flex-direction: row;
  }
}
.sticky-sidemenu .sidemenu-title {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu .sidemenu-title {
    display: none;
  }
}
.sticky-sidemenu .sidemenu-pagers {
  margin-top: 44px;
  gap: 22px;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu .sidemenu-pagers {
    position: relative;
    gap: 14px;
    margin-top: 0;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    padding-left: var(--grid-gutter-size);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .sticky-sidemenu .sidemenu-pagers::-webkit-scrollbar {
    display: none;
  }
}
.sticky-sidemenu .sidemenu-pagers .single-pager {
  gap: 8px;
  opacity: 0.2;
  transition: 0.5s ease-in-out opacity;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager:last-child {
    padding-right: 100px;
  }
}
@media screen and (max-width: 570px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager {
    gap: 3px;
  }
}
.sticky-sidemenu .sidemenu-pagers .single-pager.active {
  opacity: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager:hover .pager-title:after {
    transform: scale(1);
  }
}
.sticky-sidemenu .sidemenu-pagers .single-pager .pager-title {
  position: relative;
  font-family: "PV";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager .pager-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 570px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager .pager-title {
    font-size: 20px;
  }
}
.sticky-sidemenu .sidemenu-pagers .single-pager .pager-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0);
  transform-origin: left;
  background-color: #000000;
  transition: 0.5s ease-in-out transform;
}
.sticky-sidemenu .sidemenu-pagers .single-pager .pager-index {
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager .pager-index {
    font-size: 12px;
  }
}
@media screen and (max-width: 570px) {
  .sticky-sidemenu .sidemenu-pagers .single-pager .pager-index {
    font-size: 8px;
  }
}
.sticky-sidemenu .btn-pill {
  margin-top: auto;
  margin-bottom: 60px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1080px) {
  .sticky-sidemenu .btn-pill {
    overflow: visible;
    margin-bottom: 0;
    height: 36px;
    flex-shrink: 0;
  }
  .sticky-sidemenu .btn-pill span {
    padding: 0 12px !important;
    font-size: 14px;
  }
  .sticky-sidemenu .btn-pill svg {
    display: none;
  }
  .sticky-sidemenu .btn-pill .btn-bg {
    border-radius: 40px;
  }
  .sticky-sidemenu .btn-pill:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    transform: translateX(calc(-100% - 1px));
    background: linear-gradient(to left, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0));
    z-index: 1;
    transition: 0.6s ease-in-out filter;
  }
}

.page-about .section-footer {
  background-color: #000000;
}

.section-footer {
  position: fixed;
  overflow: visible;
  background-color: #0f0f0f;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  transform: translateY(-0.01px);
}
@media screen and (max-width: 1080px) {
  .section-footer {
    position: unset;
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1080px) and (max-height: 880px) {
  .section-footer {
    position: unset;
    bottom: auto;
    left: auto;
  }
}
.section-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: black;
  transform: translateY(-100%);
}
@media screen and (max-width: 1080px) {
  .section-footer:before {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-height: 880px) {
  .section-footer:before {
    display: none;
  }
}
.section-footer .footer-top {
  width: 100%;
  padding: 60px var(--grid-gutter-size) 0;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-top {
    padding-top: 48px;
  }
}
.section-footer .footer-top .section-title {
  font-size: 13.5vw;
  margin-bottom: 30px;
  text-align: center;
  color: #e9e8dd;
}
@media screen and (max-width: 2260px) {
  .section-footer .footer-top .section-title {
    font-size: 13.33vw;
  }
}
@media screen and (max-width: 1830px) {
  .section-footer .footer-top .section-title {
    font-size: 13.3vw;
  }
}
@media screen and (max-width: 1830px) {
  .section-footer .footer-top .section-title {
    font-size: 13.1vw;
  }
}
@media screen and (max-width: 1480px) {
  .section-footer .footer-top .section-title {
    font-size: 12.9vw;
  }
}
@media screen and (max-width: 1280px) {
  .section-footer .footer-top .section-title {
    font-size: 12.7vw;
  }
}
@media screen and (max-width: 1100px) {
  .section-footer .footer-top .section-title {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 570px) {
  .section-footer .footer-top .section-title {
    font-size: 18.6vw;
  }
}
.section-footer .footer-top .line-div {
  padding-left: 0;
  padding-right: 0;
}
.section-footer .footer-top .btn-pill {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-top .btn-pill {
    margin-right: auto;
  }
}
.section-footer .footer-bottom {
  width: 100%;
  padding-bottom: var(--gutter-size);
  margin-top: 250px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom {
    margin-top: 96px;
    font-size: 12px;
  }
  .section-footer .footer-bottom .txt-b3 {
    font-size: 12px;
  }
}
.section-footer .footer-bottom .div-line {
  margin: 0 auto 40px;
  width: calc(100% - var(--grid-gutter-size) * 2);
  transform-origin: left;
  background-color: #3a3a3a;
}
.section-footer .footer-bottom .half-half .half {
  flex-grow: 1;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .half-half .half {
    flex-grow: 0;
  }
  .section-footer .footer-bottom .half-half .half:nth-child(1) {
    width: auto;
  }
  .section-footer .footer-bottom .half-half .half:nth-child(2) {
    width: auto;
  }
}
.section-footer .footer-bottom .half-half .half.left-half {
  min-width: 50%;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .half-half .half.left-half {
    margin-bottom: 0px;
    min-width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #3a3a3a;
  }
}
.section-footer .footer-bottom .half-half .half.left-half .logo {
  width: 74px;
}
@media screen and (max-width: 820px) {
  .section-footer .footer-bottom .half-half .half.left-half .logo {
    width: 54px;
  }
}
.section-footer .footer-bottom .half-half .half > .col {
  flex-grow: 1;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .half-half > .row {
    gap: 44px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section-footer .footer-bottom .right-half {
  width: 100% !important;
}
.section-footer .footer-bottom .right-half .half-half {
  padding-left: 0;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .right-half .half-half {
    padding: 0;
  }
}
.section-footer .footer-bottom .footer-sitemap ul {
  gap: 8px;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .footer-sitemap ul {
    gap: 4px;
  }
}
.section-footer .footer-bottom .footer-subtitle {
  font-family: "kudryashev-d-contrast-sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #cdcdcd;
  margin-bottom: 20px;
}
.section-footer .footer-bottom .footer-privacy {
  gap: 28px;
  display: none;
}
.section-footer .footer-bottom .footer-privacy a:first-child {
  font-weight: 600;
}
.section-footer .footer-bottom .footer-contact {
  margin-bottom: 60px;
}
.section-footer .footer-bottom .footer-contact a {
  color: #ffffff;
  text-decoration: underline;
}
.section-footer .footer-bottom .footer-address-desktop {
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .footer-address-desktop {
    display: none;
  }
}
.section-footer .footer-bottom .footer-address-mobile {
  display: none;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .footer-address-mobile {
    display: flex;
  }
}
.section-footer .footer-bottom .copyright {
  color: #cdcdcd;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .copyright.copyright-desktop {
    width: 100%;
  }
}
.section-footer .footer-bottom .copyright.copyright-desktop > .col {
  gap: 3px;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .copyright.copyright-desktop > .col {
    gap: 0;
  }
}
.section-footer .footer-bottom .copyright.copyright-desktop > .col .company-name {
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .copyright.copyright-desktop > .col .company-name {
    margin-top: 40px;
  }
}
.section-footer .footer-bottom .copyright.copyright-desktop .text-w-dash .div-dash {
  transform: translateY(1.5px);
}
.section-footer .footer-bottom .copyright.copyright-mobile {
  display: none;
  color: #626262;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .copyright.copyright-mobile {
    display: block;
  }
}
.section-footer .footer-bottom .copyright span.copyright-text {
  color: #626262;
  margin-top: 12px;
}
@media screen and (max-width: 1080px) {
  .section-footer .footer-bottom .copyright span.copyright-text {
    display: none;
  }
}

.section-before-footer {
  position: relative;
  margin-bottom: 0;
  min-height: 2px;
}

.section-space-graphic {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
.section-space-graphic .to-pin {
  position: relative;
  height: 100vh;
}
.section-space-graphic > .inner {
  width: 100%;
}
.section-space-graphic .half-half {
  min-height: 100vh;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .half-half {
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.section-space-graphic .half-half .half {
  position: relative;
}
.section-space-graphic .content-half {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-space-graphic .content-half .txt-h4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .canvas-container {
    width: 40vh;
    height: 40vh;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic .canvas-container {
    width: 80vw;
    height: 80vw;
  }
}
@media screen and (max-width: 380px) {
  .section-space-graphic .canvas-container {
    width: 70vw;
    height: 70vw;
  }
}
.section-space-graphic .canvas-container .dummy-graphic-wrap {
  width: 36.5%;
  display: none;
}
.section-space-graphic .canvas-container .dummy-graphic-wrap.absolute {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .canvas-container .dummy-graphic-wrap {
    width: auto !important;
    height: 40vh;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 auto;
  }
}
.section-space-graphic .canvas-container .dummy-graphic-wrap > .inner {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .canvas-container .dummy-graphic-wrap > .inner {
    position: relative;
    height: 100%;
    padding: 50px 50px 80px;
  }
}
.section-space-graphic .canvas-container .dummy-graphic-wrap > .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .canvas-container .dummy-graphic-wrap > .inner img {
    -o-object-fit: contain;
       object-fit: contain;
    height: calc(100% - 50px - 50px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-space-graphic .canvas-container .dummy-graphic-wrap > .inner img:nth-child(1) {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
    transform: none;
    top: 0;
    left: 0;
  }
}
.section-space-graphic .graphic-text {
  width: 100%;
}
.section-space-graphic .graphic-text.absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-space-graphic .graphic-text .graphic-index-wrap {
  position: relative;
  margin-bottom: 8px;
}
.section-space-graphic .graphic-text .graphic-index-wrap chrome_annotation {
  border: none !important;
}
.section-space-graphic .graphic-text .graphic-index-wrap span {
  opacity: 0;
  display: block;
  transition: 0.4s ease-in-out opacity;
}
.section-space-graphic .graphic-text .graphic-index-wrap span:not(:first-child) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-space-graphic .graphic-text .graphic-title-wrap {
  height: 5.4vw;
  margin-bottom: 30px;
  padding: 5px 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .graphic-text .graphic-title-wrap {
    margin-bottom: 10px;
    height: 7vw;
  }
}
@media screen and (max-width: 820px) {
  .section-space-graphic .graphic-text .graphic-title-wrap {
    height: 56px;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic .graphic-text .graphic-title-wrap {
    padding-bottom: 10px;
  }
}
.section-space-graphic .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(0%);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1) transform;
}
.section-space-graphic .graphic-text .graphic-desc-wrap {
  position: relative;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .graphic-text .graphic-desc-wrap {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .section-space-graphic .graphic-text .graphic-desc-wrap {
    max-width: 280px;
  }
}
.section-space-graphic .graphic-text .graphic-desc-wrap span {
  display: block;
  opacity: 0;
  width: 100%;
  transition: 0.4s ease-in-out opacity;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .graphic-text .graphic-desc-wrap span {
    line-height: 1.96;
  }
  .section-space-graphic .graphic-text .graphic-desc-wrap span br {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic .graphic-text .graphic-desc-wrap span {
    padding: 0 0px;
  }
  .section-space-graphic .graphic-text .graphic-desc-wrap span br {
    display: none;
  }
}
.section-space-graphic .graphic-text .graphic-desc-wrap span:not(:first-child) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-space-graphic .pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  gap: 18px;
  padding: 0 var(--grid-gutter-size) var(--gutter-size);
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .pagination {
    padding: 0 var(--grid-gutter-size) calc(var(--grid-gutter-size) + env(safe-area-inset-bottom));
    overflow: unset;
  }
}
.section-space-graphic .pagination .single-pager {
  flex-grow: 1;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .pagination .single-pager {
    position: relative;
    width: calc(25% - var(--grid-gutter-size));
    transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1) width;
  }
}
.section-space-graphic .pagination .single-pager .div-line {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-space-graphic .pagination .single-pager .div-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform-origin: left;
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .pagination .single-pager .div-line:before {
    transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1) transform;
  }
}
.section-space-graphic .pagination .single-pager span {
  opacity: 0.2;
  transition: 0.35s ease-in-out opacity;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic .pagination .single-pager span {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s ease-in-out opacity;
    transform: translateY(-100%);
  }
}
.section-space-graphic[data-active="0"] .dummy-graphic-wrap img:nth-child(1) {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic[data-active="0"] .pagination .single-pager:nth-child(1) {
    width: 40vw;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic[data-active="0"] .pagination .single-pager:nth-child(1) {
    width: 45vw;
  }
}
.section-space-graphic[data-active="0"] .pagination .single-pager:nth-child(1) span {
  opacity: 1;
}
.section-space-graphic[data-active="0"] .pagination .single-pager:nth-child(1) .div-line:before {
  transform: scaleX(1);
}
.section-space-graphic[data-active="0"] .graphic-text .graphic-desc-wrap span:nth-of-type(1) {
  opacity: 1;
}
.section-space-graphic[data-active="0"] .graphic-text .graphic-index-wrap .t1 {
  opacity: 1;
}
.section-space-graphic[data-active="0"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(0%);
}
.section-space-graphic[data-active="1"] .dummy-graphic-wrap img:nth-child(2) {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic[data-active="1"] .pagination .single-pager:nth-child(2) {
    width: 40vw;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic[data-active="1"] .pagination .single-pager:nth-child(2) {
    width: 45vw;
  }
}
.section-space-graphic[data-active="1"] .pagination .single-pager:nth-child(2) span {
  opacity: 1;
}
.section-space-graphic[data-active="1"] .pagination .single-pager:nth-child(2) .div-line:before {
  transform: scaleX(1);
}
.section-space-graphic[data-active="1"] .graphic-text .graphic-desc-wrap span:nth-of-type(2) {
  opacity: 1;
}
.section-space-graphic[data-active="1"] .graphic-text .graphic-index-wrap .t2 {
  opacity: 1;
}
.section-space-graphic[data-active="1"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(-25%);
}
.section-space-graphic[data-active="2"] .dummy-graphic-wrap img:nth-child(3) {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic[data-active="2"] .pagination .single-pager:nth-child(3) {
    width: 40vw;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic[data-active="2"] .pagination .single-pager:nth-child(3) {
    width: 45vw;
  }
}
.section-space-graphic[data-active="2"] .pagination .single-pager:nth-child(3) span {
  opacity: 1;
}
.section-space-graphic[data-active="2"] .pagination .single-pager:nth-child(3) .div-line:before {
  transform: scaleX(1);
}
.section-space-graphic[data-active="2"] .graphic-text .graphic-desc-wrap span:nth-child(3) {
  opacity: 1;
}
.section-space-graphic[data-active="2"] .graphic-text .graphic-index-wrap .t3 {
  opacity: 1;
}
.section-space-graphic[data-active="2"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(-50%);
}
.section-space-graphic[data-active="3"] .dummy-graphic-wrap img:nth-child(4) {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .section-space-graphic[data-active="3"] .pagination .single-pager:nth-child(4) {
    width: 40vw;
  }
}
@media screen and (max-width: 570px) {
  .section-space-graphic[data-active="3"] .pagination .single-pager:nth-child(4) {
    width: 45vw;
  }
}
.section-space-graphic[data-active="3"] .pagination .single-pager:nth-child(4) span {
  opacity: 1;
}
.section-space-graphic[data-active="3"] .pagination .single-pager:nth-child(4) .div-line:before {
  transform: scaleX(1);
}
.section-space-graphic[data-active="3"] .graphic-text .graphic-desc-wrap span:nth-child(4) {
  opacity: 1;
}
.section-space-graphic[data-active="3"] .graphic-text .graphic-index-wrap .t4 {
  opacity: 1;
}
.section-space-graphic[data-active="3"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(-75%);
}
.section-space-graphic .scroll-area .scroll-section {
  display: block;
  width: 100%;
  height: 100vh;
}

.row-parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 50%;
}
.row-parallax .parallax {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  transform-origin: top;
}

.section-sticky-contents .content-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .section-sticky-contents .sticky-half {
    background-color: black;
    z-index: 5;
    margin-top: 30px;
    margin-left: calc(var(--grid-gutter-size) * -1);
    width: calc(100% + var(--grid-gutter-size) * 2);
    padding-right: var(--grid-gutter-size);
    transition: 0.6s ease-in-out background-color;
  }
}

@media screen and (max-width: 1080px) {
  .gnb-active .sticky-half.is-pinned .sticky-sidemenu {
    transform: translateY(57px);
  }
  .gnb-active .sticky-half .line-top {
    opacity: 1;
  }
}

.exhibition-map {
  position: relative;
  margin-top: 16px;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
}
.exhibition-map .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exhibition-map .map-fallback {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibition-map.no-map .map-fallback {
  display: block;
}
.exhibition-map.no-map .map-container {
  display: none;
}

.grid-layout {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px 0;
}
@media screen and (max-width: 1080px) {
  .grid-layout {
    gap: 60px 0;
  }
}
.grid-layout .thumb-wrap {
  gap: 0;
  width: calc(50% - 12px);
}
.grid-layout .thumb-wrap.size-full {
  width: 100%;
}
.grid-layout a {
  width: calc(50% - 12px);
}
.grid-layout a.size-full {
  width: 100%;
}
.grid-layout a .thumb-wrap {
  width: 100%;
}

.title-anim .line-div {
  overflow: hidden;
  padding: 0 0.1em 0.1em;
  margin-bottom: -0.1em;
}
.title-anim .line-div span {
  display: block;
}

.page-index .section-intro-gap {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: visible;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .page-index .section-intro-gap {
    height: 40vh;
  }
}
.page-index .section-intro-gap .txt-h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, 12%);
  text-align: center;
}
@media screen and (max-width: 570px) {
  .page-index .section-intro-gap .txt-h2 {
    font-size: 40px;
  }
}
.page-index .section-index-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hero .hero-media video {
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    height: 80vw;
  }
}
.page-index .section-index-hero .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--grid-gutter-size) var(--grid-gutter-size);
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hero .hero-content {
    padding-bottom: 40px;
  }
}
.page-index .section-index-hero .hero-content .txt-subtitle-1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hero .hero-content .txt-subtitle-1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-hero .hero-content .txt-date {
    font-size: 18px;
  }
}
.page-index .section-index-hero .hero-content .section-subtitle {
  color: #cdcdcd;
}
.page-index .section-index-hero .hero-content .div-line {
  margin: 60px 0 36px;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hero .hero-content .div-line {
    margin: 25px 0 10px;
  }
}
.page-index .section-index-hero .hero-content .hero-footer {
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hero .hero-content .hero-footer {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 380px) {
  .page-index .section-index-hero .hero-content .hero-footer {
    gap: 20px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-hero .hero-content br {
    display: none;
  }
}
.page-index .section-index-hello {
  position: relative;
  width: 100%;
  min-height: 102vh;
  background-color: #e9e8dd;
  transition: 0.6s ease-in-out background-color;
  overflow: hidden;
}
.page-index .section-index-hello .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 72px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hello .content.content-desktop {
    display: none;
  }
}
.page-index .section-index-hello .content.content-mobile {
  display: none;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hello .content.content-mobile {
    display: flex;
    gap: 50px;
  }
}
.page-index .section-index-hello .content .section-title {
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hello .content .section-title {
    font-size: 28px;
    align-items: flex-start;
  }
}
.page-index .section-index-hello .content .section-title .line-div {
  padding: 0.3vw 0.2vw;
  margin: 0.3vw 0;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hello .content .section-title .line-div {
    padding: 0.4vw 0.4vw;
    margin: 0.8vw 0;
  }
}
.page-index .section-index-hello .content .section-title .line-div .row {
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 16px;
  align-items: baseline;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hello .content .section-title .line-div .row {
    gap: 10px;
  }
}
.page-index .section-index-hello .content .section-title .line-div .row .to-anim {
  line-height: 1;
  letter-spacing: -0.04em;
}
.page-index .section-index-hello .content .video {
  width: 16.15vw;
  height: 5.25vw;
}
.page-index .section-index-hello .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-index .section-index-hello .content .bar-image {
  height: 4.35vw;
  width: auto;
  transform: translateY(-0.7vw);
}
@media screen and (max-width: 820px) {
  .page-index .section-index-hello .content .bar-image {
    height: 34px;
  }
}
.page-index .section-index-hello .content .bar-image img {
  width: auto;
  height: 100%;
}
.page-index .section-index-hello .content .section-subtitle {
  color: #626262;
  text-align: center;
}
.page-index .section-index-current-exhibition {
  position: relative;
  overflow: hidden;
}
.page-index .section-index-current-exhibition .content {
  text-align: center;
  padding-bottom: 220px;
  width: 100%;
}
.page-index .section-index-current-exhibition .content .cube-hover-area {
  margin-top: 320px;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-current-exhibition .content .cube-hover-area {
    margin-top: 100px;
    overflow: hidden;
  }
}
@media screen and (max-width: 820px) {
  .page-index .section-index-current-exhibition .content .txt-date {
    font-size: 14px;
    margin-top: 20px;
  }
}
.page-index .section-index-current-exhibition .content .section-subtitle {
  padding-top: 60px;
  transition: 0.6s ease-in-out color;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-current-exhibition .content .section-subtitle {
    padding-top: 16px;
  }
}
.page-index .section-index-current-exhibition .content .canvas-cube-container {
  width: 62vw;
  display: flex;
  padding: 4vw;
  align-items: center;
  justify-content: center;
  margin: -11vw auto 20px;
}
.page-index .section-index-current-exhibition .content .canvas-cube-container img {
  width: 100%;
}
.page-index .section-index-current-exhibition .cube-tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: white;
  color: #000000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-current-exhibition .cube-tooltip {
    display: none !important;
  }
}
.page-index .section-index-current-exhibition .cube-tooltip.show {
  opacity: 1;
}
.page-index .section-index-current-exhibition .cube-tooltip span {
  transform: rotate(30deg);
}
.page-index .cube-container {
  position: relative;
  width: var(--cube-size-w);
  height: var(--cube-size-w);
  margin: -2vw auto -5vw;
  perspective: 100vw;
  z-index: -1;
}
.page-index .cube-container .space-cube {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 250ms;
  transform: rotate3d(-18.5deg, 0, 0);
}
.page-index .cube-container .space-cube figure {
  position: absolute;
  display: block;
  width: var(--cube-size-w);
  height: var(--cube-size-h);
  background: rgba(255, 0, 0, 0.3);
  overflow: hidden;
}
.page-index .cube-container .space-cube figure.back {
  transform: rotateX(180deg) translateZ(calc((var(--cube-size-w)) / 2));
}
.page-index .cube-container .space-cube figure.back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.page-index .cube-container .space-cube figure.right {
  transform: rotateY(90deg) translateZ(calc(var(--cube-size-w) / 2));
}
.page-index .cube-container .space-cube figure.right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.page-index .cube-container .space-cube figure.left {
  transform: rotateY(-90deg) translateZ(calc(var(--cube-size-w) / 2));
}
.page-index .cube-container .space-cube figure.left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.page-index .cube-container .space-cube figure.bottom {
  transform: rotateX(-90deg) translateZ(calc(var(--cube-size-w) * 0.035)) translateY(0);
  width: var(--cube-size-w);
  height: var(--cube-size-w);
}
.page-index .cube-container .space-cube figure.bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.page-index .cube-container .space-cube figure.image-front {
  background-image: url(assets/images/041c590065730747.jpg);
  background-size: cover;
}
.page-index .cube-container .space-cube figure.image-floor {
  background-image: url(assets/images/04510baa48a0c837.jpg);
  background-size: cover;
}
.page-index .section-index-about-artist .content {
  padding-top: 180px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-about-artist .content {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 820px) {
  .page-index .section-index-about-artist .content {
    padding-top: 60px;
  }
}
.page-index .section-index-about-artist .content .title-text-row {
  margin-top: 150px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-about-artist .content .title-text-row {
    margin-top: 60px;
  }
}
.page-index .section-index-about-artist .image-caption {
  color: #969696;
}
.page-index .section-index-lightroom {
  padding-top: 40vh;
}
.page-index .section-index-lightroom .bg-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.page-index .section-index-lightroom .bg-grid > .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 70px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  transform-origin: center;
  will-change: transform;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-lightroom .bg-grid > .inner {
    padding: 10px 35px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-lightroom .bg-grid > .inner {
    padding: 10px 10px;
  }
}
.page-index .section-index-lightroom .bg-grid .bg-grid-item {
  width: 33.333%;
  height: 33.3333%;
  padding: 40px;
}
@media screen and (max-width: 820px) {
  .page-index .section-index-lightroom .bg-grid .bg-grid-item {
    padding: 20px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-lightroom .bg-grid .bg-grid-item {
    padding: 15px;
  }
}
.page-index .section-index-lightroom .bg-grid .bg-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-index .section-index-lightroom .bg-grid .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 2%, rgba(0, 0, 0, 0.6) 70%);
  z-index: 1;
  opacity: 1;
}
.page-index .section-index-lightroom .section-marker {
  padding-top: 120vh;
}
.page-index .section-index-lightroom .section-title {
  margin-top: 320px;
  padding-bottom: 250px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-lightroom .section-title {
    margin-top: 150px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 820px) {
  .page-index .section-index-lightroom .section-title {
    margin-top: 70px;
    padding-bottom: 90px;
  }
}
.page-index .section-index-lightroom .img-credit {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #626262;
  margin-top: 12px;
  display: block;
}
@media screen and (max-width: 570px) {
  .page-index .section-space-graphic .canvas-container {
    margin-top: -6vh;
    margin-bottom: 25px;
  }
}
.page-index .section-index-space {
  position: relative;
}
.page-index .section-index-space > .inner {
  width: 100%;
}
.page-index .section-index-space .half-half {
  min-height: 100vh;
}
.page-index .section-index-space .half-half .half {
  position: relative;
}
.page-index .section-index-space .content-half {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-index .section-index-space .content-half .txt-h4 {
  margin-bottom: 30px;
}
.page-index .section-index-space .dummy-graphic-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
}
.page-index .section-index-space .dummy-graphic-wrap > .inner {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.page-index .section-index-space .dummy-graphic-wrap > .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
}
.page-index .section-index-space .graphic-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-index .section-index-space .graphic-text .graphic-index-wrap {
  position: relative;
  margin-bottom: 8px;
}
.page-index .section-index-space .graphic-text .graphic-index-wrap span {
  opacity: 0;
  display: block;
  transition: 0.4s ease-in-out opacity;
}
.page-index .section-index-space .graphic-text .graphic-index-wrap span:not(:first-child) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-index .section-index-space .graphic-text .graphic-title-wrap {
  height: 95px;
  margin-bottom: 30px;
  padding: 5px 0 15px;
  overflow: hidden;
}
.page-index .section-index-space .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(0%);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1) transform;
}
.page-index .section-index-space .graphic-text .graphic-desc-wrap {
  position: relative;
}
.page-index .section-index-space .graphic-text .graphic-desc-wrap span {
  opacity: 0;
  width: 100%;
  transition: 0.4s ease-in-out opacity;
}
.page-index .section-index-space .graphic-text .graphic-desc-wrap span:not(:first-child) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-index .section-index-space .pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  gap: 18px;
  padding: 0 var(--grid-gutter-size) var(--gutter-size);
}
.page-index .section-index-space .pagination .single-pager {
  flex-grow: 1;
  cursor: pointer;
}
.page-index .section-index-space .pagination .single-pager .div-line {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}
.page-index .section-index-space .pagination .single-pager .div-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform-origin: left;
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1) transform;
}
.page-index .section-index-space .pagination .single-pager span {
  opacity: 0.2;
  transition: 0.35s ease-in-out opacity;
}
.page-index .section-index-space[data-active="0"] .dummy-graphic-wrap img:nth-child(1) {
  opacity: 1;
}
.page-index .section-index-space[data-active="0"] .pagination .single-pager:nth-child(1) span {
  opacity: 1;
}
.page-index .section-index-space[data-active="0"] .pagination .single-pager:nth-child(1) .div-line:before {
  transform: scaleX(1);
}
.page-index .section-index-space[data-active="0"] .graphic-text .graphic-index-wrap span:nth-child(1),
.page-index .section-index-space[data-active="0"] .graphic-text .graphic-desc-wrap span:nth-child(1) {
  opacity: 1;
}
.page-index .section-index-space[data-active="0"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(0%);
}
.page-index .section-index-space[data-active="1"] .dummy-graphic-wrap img:nth-child(2) {
  opacity: 1;
}
.page-index .section-index-space[data-active="1"] .pagination .single-pager:nth-child(2) span {
  opacity: 1;
}
.page-index .section-index-space[data-active="1"] .pagination .single-pager:nth-child(2) .div-line:before {
  transform: scaleX(1);
}
.page-index .section-index-space[data-active="1"] .graphic-text .graphic-index-wrap span:nth-child(2),
.page-index .section-index-space[data-active="1"] .graphic-text .graphic-desc-wrap span:nth-child(2) {
  opacity: 1;
}
.page-index .section-index-space[data-active="1"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(-25%);
}
.page-index .section-index-space[data-active="2"] .dummy-graphic-wrap img:nth-child(3) {
  opacity: 1;
}
.page-index .section-index-space[data-active="2"] .pagination .single-pager:nth-child(3) span {
  opacity: 1;
}
.page-index .section-index-space[data-active="2"] .pagination .single-pager:nth-child(3) .div-line:before {
  transform: scaleX(1);
}
.page-index .section-index-space[data-active="2"] .graphic-text .graphic-index-wrap span:nth-child(3),
.page-index .section-index-space[data-active="2"] .graphic-text .graphic-desc-wrap span:nth-child(3) {
  opacity: 1;
}
.page-index .section-index-space[data-active="2"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(-50%);
}
.page-index .section-index-space[data-active="3"] .dummy-graphic-wrap img:nth-child(4) {
  opacity: 1;
}
.page-index .section-index-space[data-active="3"] .pagination .single-pager:nth-child(4) span {
  opacity: 1;
}
.page-index .section-index-space[data-active="3"] .pagination .single-pager:nth-child(4) .div-line:before {
  transform: scaleX(1);
}
.page-index .section-index-space[data-active="3"] .graphic-text .graphic-index-wrap span:nth-child(4),
.page-index .section-index-space[data-active="3"] .graphic-text .graphic-desc-wrap span:nth-child(4) {
  opacity: 1;
}
.page-index .section-index-space[data-active="3"] .graphic-text .graphic-title-wrap > .inner {
  transform: translateY(-75%);
}
.page-index .section-index-space .scroll-area .scroll-section {
  display: block;
  width: 100%;
  height: 100vh;
}
.page-index .section-index-visit {
  padding-top: 40vh;
  overflow: hidden;
}
.page-index .section-index-visit .txt-b3 {
  color: #626262;
}
.page-index .section-index-visit .section-title {
  margin-top: 320px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-visit .section-title {
    margin-top: 150px;
  }
}
@media screen and (max-width: 820px) {
  .page-index .section-index-visit .section-title {
    margin-top: 70px;
  }
}
.page-index .section-index-visit .visit-cards-wrap {
  position: relative;
}
.page-index .section-index-visit .visit-cards-wrap .visit-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 580px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card {
    width: 280px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card {
    width: 240px;
  }
}
@media screen and (max-width: 380px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card {
    width: 230px;
  }
}
.page-index .section-index-visit .visit-cards-wrap .visit-card:nth-child(1) {
  position: unset;
  transform: rotateZ(-4deg);
}
@media screen and (max-width: 570px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card:nth-child(1) {
    transform: rotateZ(-43eg);
  }
}
.page-index .section-index-visit .visit-cards-wrap .visit-card img {
  width: 100%;
}
.page-index .section-index-visit .visit-cards-wrap .visit-card .card-content {
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card .card-content {
    padding: 10px;
  }
}
.page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-title {
  font-family: "neue-haas-grotesk-display";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-title {
    font-size: 12px;
  }
}
.page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-txt {
  line-height: 1.6;
  max-width: 70%;
  color: #000000;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-txt {
    font-size: 10px;
    max-width: 80%;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-txt {
    font-size: 7px;
    max-width: 85%;
  }
}
@media screen and (max-width: 380px) {
  .page-index .section-index-visit .visit-cards-wrap .visit-card .card-content .card-txt {
    font-size: 6px;
  }
}
.page-index .section-index-visit .content-facilities {
  margin-top: 100px;
}
@media screen and (min-width: 1080px) {
  .page-index .section-index-visit .content-facilities {
    padding-bottom: 320px;
  }
}
.page-index .section-index-visit .content-facilities .btn-pill span {
  color: #000000;
}
.page-index .section-index-faq {
  background-color: #000000;
}
.page-index .section-index-faq > .inner {
  padding: var(--grid-gutter-size) 0 320px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-faq > .inner {
    padding-top: 32px;
    padding-bottom: 160px;
  }
}
.page-index .section-index-faq .btn-text {
  margin-top: 90px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-faq .btn-text {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-faq .accordion-wrap {
    margin-top: 60px;
  }
}
.page-index .section-index-media {
  background-color: #181818;
}
.page-index .section-index-media .section-marker {
  margin-right: auto;
  margin-left: var(--grid-gutter-size);
}
.page-index .section-index-media .instagram-wrap {
  display: flex;
  width: 100%;
  overflow-x: auto;
  align-items: flex-end;
  margin-top: 160px;
  margin-bottom: 80px;
  gap: 28px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.page-index .section-index-media .instagram-wrap::-webkit-scrollbar {
  display: none;
}
.page-index .section-index-media .instagram-wrap .instagram-card {
  width: 400px;
  min-width: 400px;
}
.page-index .section-index-media .instagram-wrap .instagram-card img {
  width: 100%;
}
.page-index .section-index-media .swiper-instagram {
  width: 100%;
  margin-top: 240px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-media .swiper-instagram {
    margin-top: 140px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 570px) {
  .page-index .section-index-media .swiper-instagram {
    margin-top: 70px;
  }
}
.page-index .section-index-media .swiper-instagram .swiper-slide {
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 1080px) {
  .page-index .section-index-media .swiper-instagram .swiper-slide {
    width: 200px;
    height: 200px;
  }
}
.page-index .section-index-media .swiper-instagram .swiper-slide img {
  width: 100%;
}

.page-exhibition .section-exhibitions {
  padding-top: 100px;
  padding-bottom: 320px;
  background-color: #000000;
}
@media screen and (max-width: 1080px) {
  .page-exhibition .section-exhibitions {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .page-exhibition .section-exhibitions.section-past-exhibitions .thumb-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .page-exhibition .section-exhibitions.section-before-footer {
    padding-bottom: 140px;
  }
}

.page-exhibition-detail .section-exhibition-detail {
  background-color: #000000;
  transition: 0.6s ease-in-out background-color, 0.6s ease-in-out color;
}
.page-exhibition-detail .content-wrap .exhibition-summary {
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .page-exhibition-detail .content-wrap .exhibition-summary {
    gap: 20px;
  }
}
.page-exhibition-detail .content-wrap .exhibition-summary .single-summary {
  border-top: 1px solid #ffffff;
  width: 50%;
  gap: 8px;
}
.page-exhibition-detail .content-wrap .exhibition-summary .single-summary .txt-title {
  margin-top: 20px;
  letter-spacing: 0;
}
.page-exhibition-detail .content-wrap .exhibition-summary .single-summary .txt-subtitle {
  color: #cdcdcd;
}
@media screen and (max-width: 570px) {
  .page-exhibition-detail .content-wrap .exhibition-summary .single-summary .txt-subtitle {
    font-size: 13px;
  }
}
.page-exhibition-detail .content-wrap .exhibition-description {
  margin-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1080px) {
  .page-exhibition-detail .content-wrap .exhibition-description {
    margin-top: 80px;
    padding-bottom: 140px;
  }
}
.page-exhibition-detail .content-wrap .exhibition-description .txt-title {
  margin-bottom: 28px;
}
.page-exhibition-detail .content-wrap .exhibition-images {
  gap: 120px;
}
.page-exhibition-detail .content-wrap .exhibition-images .exhibition-image {
  width: 50%;
}
@media screen and (max-width: 570px) {
  .page-exhibition-detail .content-wrap .exhibition-images .exhibition-image {
    width: 70%;
  }
}
.page-exhibition-detail .content-wrap .exhibition-images .exhibition-image.image-full {
  width: 100%;
}
.page-exhibition-detail .content-wrap .exhibition-images .exhibition-image.align-right {
  margin-left: auto;
}
.page-exhibition-detail .content-wrap .exhibition-images .exhibition-image img {
  width: 100%;
}
.page-exhibition-detail .content-wrap .exhibition-artist {
  margin-top: 320px;
}
@media screen and (max-width: 1080px) {
  .page-exhibition-detail .content-wrap .exhibition-artist {
    margin-top: 160px;
  }
}
.page-exhibition-detail .content-wrap .exhibition-artist .txt-title {
  position: relative;
  z-index: 2;
}
.page-exhibition-detail .content-wrap .exhibition-artist .artist-image {
  margin-top: -3.6vw;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 570px) {
  .page-exhibition-detail .content-wrap .exhibition-artist .artist-image {
    margin-top: -6.6vw;
  }
}
.page-exhibition-detail .content-wrap .section-info-rows {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .page-exhibition-detail .content-wrap .section-info-rows {
    margin-top: 60px;
  }
}
.page-exhibition-detail .content-wrap .section-info-rows .row-sets .txt-subtitle-4 {
  font-family: "PV";
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1080px) {
  .page-exhibition-detail .section-sticky-contents .sticky-half {
    background-color: black;
  }
}

.page-about .grid-layout {
  flex-wrap: wrap;
  gap: 100px 0;
  justify-content: space-between;
}
.page-about .grid-layout > .col {
  width: calc(50% - 12px);
  gap: 16px;
}
.page-about .section-about {
  background-color: #000000;
}
.page-about .section-about.section-hero-template {
  background-color: transparent;
}
.page-about .section-about-carousel .carousel-title {
  margin-top: 320px;
  margin-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-about .section-about-carousel .carousel-title.carousel-title-desktop {
    display: none;
  }
}
.page-about .section-about-carousel .carousel-title.carousel-title-mobile {
  display: none;
  margin-top: 140px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-about .section-about-carousel .carousel-title.carousel-title-mobile {
    display: block;
  }
}
.page-about .section-about-carousel .carousel-wrap {
  position: relative;
  max-width: 100vw;
}
.page-about .section-about-carousel .carousel-wrap .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-about .section-about-carousel .carousel-wrap .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-about .section-about-carousel .carousel-wrap .swiper {
    padding-top: 30px;
  }
}
.page-about .section-about-carousel .carousel-wrap .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 0;
  width: 23vw;
  padding-bottom: 45%;
}
.page-about .section-about-carousel .carousel-wrap .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: lime;
  transform: scale(2);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-about .section-about-carousel .carousel-wrap .swiper-slide {
    width: 160px;
    padding-bottom: 55%;
  }
}
.page-about .section-about-carousel .carousel-wrap .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .section-about-carousel .carousel-wrap .coverflow-cursor {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out opacity;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-carousel .carousel-wrap .coverflow-cursor {
    display: none !important;
  }
}
.page-about .section-about-carousel .carousel-wrap .coverflow-cursor.show {
  opacity: 1;
}
.page-about .section-about-carousel .carousel-wrap .swiper-navigation {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-about .section-about-carousel .carousel-wrap .swiper-navigation {
    display: block;
  }
  .page-about .section-about-carousel .carousel-wrap .swiper-navigation .slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-90%) translateZ(50px);
    border-radius: 50%;
    fill: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    z-index: 2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-about .section-about-carousel .carousel-wrap .swiper-navigation .slide-btn.slide-prev {
    left: 18px;
  }
  .page-about .section-about-carousel .carousel-wrap .swiper-navigation .slide-btn.slide-next {
    right: 18px;
    transform: translateY(-90%) rotate(180deg) translateZ(50px);
  }
}
.page-about .section-space-graphic {
  pointer-events: none;
  margin-top: 320px;
}
@media screen and (min-width: 769px) {
  .page-about .section-space-graphic .to-pin {
    height: calc(40px + 100vh);
  }
}
@media screen and (max-width: 1080px) {
  .page-about .section-space-graphic {
    margin-top: 200px;
  }
}
.page-about .section-space-graphic .outer-inner {
  height: 100vh;
  justify-content: center;
  padding: 0 var(--grid-gutter-size);
  margin-top: -3vh;
}
.page-about .section-space-graphic .outer-inner .inner-inner {
  position: relative;
}
.page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap {
  height: 9.6vw;
}
@media screen and (max-width: 1440px) {
  .page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap {
    height: 9.8vw;
  }
}
@media screen and (max-width: 1080px) {
  .page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap {
    height: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap {
    height: 82px;
  }
}
@media screen and (max-width: 376px) {
  .page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap {
    height: 72px;
  }
}
.page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap span {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap span {
    font-size: 60px;
  }
}
@media screen and (max-width: 376px) {
  .page-about .section-space-graphic .outer-inner .graphic-text .graphic-title-wrap span {
    font-size: 50px;
    line-height: 1.3;
  }
}
.page-about .section-space-graphic .outer-inner .graphic-desc-wrap {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: left;
  width: calc(25% - 18px);
}
@media screen and (max-width: 1080px) {
  .page-about .section-space-graphic .outer-inner .graphic-desc-wrap {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 40px auto 0;
    width: 280px;
  }
}
@media screen and (max-width: 570px) {
  .page-about .section-space-graphic .outer-inner .graphic-desc-wrap {
    margin-top: 10px;
  }
}
.page-about .section-space-graphic .outer-inner .graphic-desc-wrap span {
  left: 0;
  transform: none;
}
@media screen and (max-width: 1080px) {
  .page-about .section-space-graphic .outer-inner .graphic-desc-wrap span {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.page-about .section-space-graphic .outer-inner .canvas-container {
  width: 36vw;
  height: 36vw;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .page-about .section-space-graphic .outer-inner .canvas-container {
    width: 45vw;
    height: 45vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 570px) {
  .page-about .section-space-graphic .outer-inner .canvas-container {
    width: 80vw;
    height: 80vw;
  }
}
@media screen and (max-width: 380px) {
  .page-about .section-space-graphic .outer-inner .canvas-container {
    width: 70vw;
    height: 70vw;
  }
}
.page-about .section-space-graphic .outer-inner .canvas-container .dummy-graphic-wrap {
  margin: 0 auto;
}
.page-about .section-about-parallax .content {
  padding-bottom: 320px;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-parallax .content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 180px;
  }
}
.page-about .section-about-parallax .content .row-parallax {
  margin-top: 230px;
}
.page-about .section-about-parallax .content .row-parallax .parallax {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-parallax .content .title-text-row {
    padding-left: var(--grid-gutter-size);
    padding-right: var(--grid-gutter-size);
  }
}
.page-about .section-about-lightroom {
  padding-top: 220px;
  padding-bottom: 400px;
  background-color: #0f0f0f;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-lightroom {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.page-about .section-about-lightroom .half > .col {
  gap: 0;
}
.page-about .section-about-lightroom .section-title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-lightroom .section-title {
    margin-bottom: 38px;
  }
}
.page-about .section-about-lightroom .section-title .line-div {
  padding-left: 0;
}
.page-about .section-about-lightroom .btn-text {
  margin-top: 0px;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-lightroom .btn-text {
    margin-top: 12px;
  }
}
.page-about .section-about-lightroom .image-wrap {
  margin-top: 160px;
  gap: 0;
}
.page-about .section-about-contact {
  padding-bottom: 320px;
  background-color: #0f0f0f;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-contact {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-contact .section-title {
    margin-bottom: 60px;
  }
}
.page-about .section-about-contact .contact-label {
  color: #626262;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-contact .contact-label {
    margin-bottom: 0;
  }
}
.page-about .section-about-contact .contact-title {
  line-height: 1.6;
}
.page-about .section-about-contact a:not(:has(.btn-text)) {
  align-items: center;
  gap: 8px;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-contact a:not(:has(.btn-text)) {
    gap: 4px;
  }
}
.page-about .section-about-contact a:not(:has(.btn-text)) > span {
  position: relative;
  white-space: nowrap;
}
.page-about .section-about-contact a:not(:has(.btn-text)) > span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: white;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transition: 0.3s ease-in-out transform;
  transform-origin: left;
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-contact a:not(:has(.btn-text)) > span:after {
    transform: scaleX(1);
  }
}
.page-about .section-about-contact a:not(:has(.btn-text)) svg {
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .page-about .section-about-contact a:not(:has(.btn-text)) svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .page-about .section-about-contact a:not(:has(.btn-text)) svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-about .section-about-contact a:not(:has(.btn-text)):hover > span:after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1080px) and (max-width: 1440px) {
  .page-about .section-about-contact .half:first-child {
    width: 40%;
  }
  .page-about .section-about-contact .half:last-child {
    width: 60%;
  }
}
@media screen and (max-width: 1080px) {
  .page-about .section-about-contact .grid-layout {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-about .section-about-contact .grid-layout > .col {
    width: 100%;
    padding-left: 40px;
  }
}

.page-visit .section-hero-template .section-title {
  color: #ffffff !important;
}
.page-visit .section-visit {
  background-color: #ffffff;
  transition: 0.6s ease-in-out background-color, 0.6s ease-in-out color;
}
.page-visit .section-visit .content-wrap:not(:first-child) {
  margin-top: 220px;
}
.page-visit .section-visit .content-wrap:last-child {
  margin-bottom: 160px;
}
.page-visit .content-wrap-practical .section-title,
.page-visit .content-wrap-faq .section-title {
  margin-bottom: 120px;
  display: block;
}
@media screen and (max-width: 1080px) {
  .page-visit .content-wrap-practical .section-title,
  .page-visit .content-wrap-faq .section-title {
    margin-bottom: 70px;
  }
}
.page-visit .flex-table {
  margin-top: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half {
    background-color: #ffffff !important;
  }
}
.page-visit .sticky-half .sticky-sidemenu {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu {
    position: unset;
    top: auto;
    background-color: #ffffff !important;
  }
}
.page-visit .sticky-half .sticky-sidemenu .line-top {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  opacity: 0;
  transition: 0.4s ease-in-out opacity;
}
.page-visit .sticky-half .sticky-sidemenu > .inner {
  padding-top: 100px;
  min-height: 100vh;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu > .inner {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    flex-direction: row;
  }
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-title {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-title {
    display: none;
  }
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers {
  margin-top: 44px;
  gap: 22px;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers {
    position: relative;
    gap: 14px;
    margin-top: 0;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    padding-left: var(--grid-gutter-size);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers::-webkit-scrollbar {
    display: none;
  }
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager {
  gap: 8px;
  opacity: 0.2;
  transition: 0.5s ease-in-out opacity;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager:last-child {
    padding-right: 100px;
  }
}
@media screen and (max-width: 570px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager {
    gap: 3px;
  }
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager.active {
  opacity: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager:hover .pager-title:after {
    transform: scale(1);
  }
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-title {
  position: relative;
  font-family: "PV";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 570px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-title {
    font-size: 20px;
  }
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0);
  transform-origin: left;
  background-color: #000000;
  transition: 0.5s ease-in-out transform;
}
.page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-index {
  font-family: "neue-haas-grotesk-display";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-index {
    font-size: 12px;
  }
}
@media screen and (max-width: 570px) {
  .page-visit .sticky-half .sticky-sidemenu .sidemenu-pagers .single-pager .pager-index {
    font-size: 8px;
  }
}
@media screen and (max-width: 1080px) {
  .page-visit .sticky-half .sticky-sidemenu .btn-pill:before {
    background: linear-gradient(to left, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0)) !important;
    filter: invert(0) !important;
  }
}
.page-amenities .section-amenities {
  padding: 320px 0;
}
@media screen and (max-width: 1080px) {
  .page-amenities .section-amenities {
    padding: 140px 0 160px;
  }
}
.page-amenities .section-amenities .title-text-row {
  margin-top: 0;
}
.page-amenities .section-amenities .section-title {
  margin-bottom: 40px;
}
.page-amenities .section-amenities.section-amenities-shop .exhibition-images {
  margin-top: 80px;
}
.page-amenities .section-amenities.section-amenities-products .btn-pill {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .page-amenities .section-amenities.section-amenities-products .btn-pill {
    margin-top: 80px;
  }
}
.page-amenities .section-amenities.section-amenities-fnb {
  transition: 0.6s ease-in-out background-color, 0.6s ease-in-out color;
}
@media screen and (max-width: 1080px) {
  .page-amenities .section-amenities.section-amenities-fnb .fnb-image {
    margin-top: 80px;
  }
}
.page-amenities .section-amenities.section-amenities-fnb .fnb-image .logo-text {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-amenities .section-amenities.section-amenities-fnb .fnb-image .logo-text {
    align-items: flex-start;
  }
}
.page-amenities .section-amenities.section-amenities-fnb .fnb-image .logo-text .fnb-logo {
  width: 139px;
}
@media screen and (max-width: 1080px) {
  .page-amenities .section-amenities.section-amenities-fnb .fnb-image .logo-text .fnb-logo {
    width: 90px;
  }
}
@media screen and (max-width: 570px) {
  .page-amenities .thumb-wrap .thumb-text .thumb-title {
    font-size: 14px;
  }
}

.page-policy .section-policy {
  padding-top: 160px;
  background-color: #ffffff;
  padding-bottom: 320px;
}
.page-policy .half-half .half:first-child .section-title {
  font-family: "PV";
  font-weight: 600;
  letter-spacing: -0.06em;
}
.page-policy .half-half .half:first-child .section-subtitle {
  max-width: 560px;
}
.page-policy .half-half .terms-list .terms-details {
  color: #626262;
}

.end-marker {
  display: block;
  height: 2px;
  width: 10px;
  background-color: red;
  opacity: 0;
}

.trigger-bg:not(.section-index-hello) .section-marker {
  padding-top: 30vh;
}
@media screen and (max-width: 1080px) {
  .trigger-bg:not(.section-index-hello) .section-marker {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 820px) {
  .trigger-bg:not(.section-index-hello) .section-marker {
    padding-top: 10vh;
  }
}

:lang(en) .flex-table.flex-table-mobile .row .cell:first-child {
  width: 110px;
}
:lang(en) .accordion-wrap .single-accordion .accordion-header .accordion-title {
  font-family: "PV";
}
@media screen and (max-width: 820px) {
  :lang(en) .accordion-wrap .single-accordion .accordion-header .accordion-title {
    font-size: 14px;
  }
}
:lang(en) .accordion-wrap .single-accordion .accordion-content span {
  font-size: 16px;
  font-family: "PV";
}
@media screen and (max-width: 820px) {
  :lang(en) .accordion-wrap .single-accordion .accordion-content span {
    font-size: 14px;
  }
}
:lang(en) .accordion-wrap .single-accordion .icon-plus-minus {
  width: 20px;
  height: 20px;
}
:lang(en) .accordion-wrap .single-accordion .icon-plus-minus .stroke {
  width: 20px;
}
:lang(en) .btn-pill span {
  font-weight: 500;
}

::-webkit-scrollbar {
  display: none;
}

.btn-pill.stroke-black {
  background-color: transparent;
}
.btn-pill.stroke-black:hover span {
  color: #ffffff !important;
}
.btn-pill.stroke-black .btn-bg {
  background-color: #000000;
}

.bottom-border-fix {
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  transform: translateY(100%);
  margin-top: -2px;
}/*# sourceMappingURL=style.css.map */
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */


/*# sourceMappingURL=main.css.map*/