:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.colspan-1 {
  width: 5.5833333333rem;
}
.colspan-2 {
  width: 12.1666666667rem;
}
.colspan-6 {
  width: 49%;
}
.colspan-9 {
  width: 74.5%;
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .m-colspan-12 {
    width: 100%;
  }
  .m-colspan-6 {
    width: calc(50% - 0.416rem);
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  height: 100%;
  font-family: sans-serif;
}
a:focus,
button:focus,
div:focus,
input:focus,
select:focus,
span:focus,
textarea:focus {
  outline: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 1.25vw;
}
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  color:#fff;
}
a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 0.08em;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
  }
}
p {
  margin: 0 0 1em;
}
.xl-txt {
  font-size: 4.16rem;
  line-height: 1;
}
.lrg-txt,
.xl-txt {
  letter-spacing: -0.02em;
}
.lrg-txt {
  font-size: 2.416rem;
  line-height: 1.068;
}
body.idle a:hover {
  border-color: #fff;
}
@media only screen and (max-width: 1700px) {
  a {
    text-decoration-thickness: 1px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  html {
    font-size: 2.9055690073vw;
  }
  body {
    font-size: 1.5rem;
  }
  .xl-txt {
    font-size: 3.5rem;
  }
  .lrg-txt {
    font-size: 2.416rem;
  }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  html {
    width: 100vh;
    height: 100vw;
    overflow: hidden;
    top: 100%;
    left: 0;
  }
  .xl-txt {
    font-size: 3.65rem;
  }
}
.container {
  padding: 0 1rem;
}
.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
.more-less-block {
  position: relative;
  height: 1em;
}
.more-less-block .less,
.more-less-block .more {
  width: 49%;
  position: absolute;
  top: -0.1em;
}
.more-less-block .less {
  left: 0;
  padding: 0 0 0 1rem;
}
.more-less-block .more {
  left: 51%;
  margin-left: -0.35rem;
  padding: 0 1rem 0 0;
}
.less-more {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: auto;
}
.less-more::-webkit-scrollbar {
  display: none;
}
.infinite-scroll-elem:first-child {
  margin-top: calc(var(--vh, 1vh) * 100);
}
body {
  transition: background-color 0.6s 0s, color 0.6s 0s;
}
body.idle {
  background: #000;
  color: #fff;
}
.main-wrap {
  position: fixed;
  width: 100%;
  height: calc(100% - 2.31rem);
  bottom: calc(-100% + 5.5rem);
  background: #000000;
  transition: all 0.5s;
}
.main-wrap .content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  background: inherit;
}
.swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 1.35rem;
  z-index: 3;
}
.page-title {
  padding: 1rem;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: inherit;
}
.hide-desktop {
  display: none;
}
.custom-cursor {
  width: 1rem;
  height: 1rem;
  position: fixed;
  top: -0.5rem;
  left: -0.5rem;
  z-index: 999999;
  pointer-events: none;
  transform-origin: center;
  display: none;
  text-align: left;
}
.custom-cursor.next,
.custom-cursor.prev {
  display: block;
}
.custom-cursor.prev svg {
  transform: rotate(180deg);
}
.close-x {
  width: 4.367rem;
  height: 4.367rem;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.close-x svg {
  width: 1.667rem;
  height: 1.667rem;
  margin: 1.35rem;
}
.close-x svg line {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
.fadeinimg img {
  opacity: 0;
  transition: 0.3s;
}
.fadeinimg.loaded img {
  opacity: 1;
}
.swiper-lazy {
  opacity: 0;
  transition: opacity 0.3s;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: block;
    position: absolute;
    height: 100%;
    width: 5rem;
    top: 0;
    z-index: 1;
  }
  .swiper-container .swiper-button-prev {
    left: 0;
  }
  .swiper-container .swiper-button-next {
    right: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .custom-cursor,
  .custom-cursor.next,
  .custom-cursor.prev {
    display: none !important;
  }
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .hide-mobile {
    display: none;
  }
  .more-less-block {
    height: 2em;
  }
  .more-less-block .less,
  .more-less-block .more {
    left: 0;
    width: 100%;
    padding: 0 0.8rem;
  }
  .more-less-block .less span,
  .more-less-block .more span {
    display: inline-block;
    width: 2.35em;
    text-align: left;
  }
  .more-less-block .less {
    top: -0.1em;
  }
  .more-less-block .more {
    top: 0.9em;
    margin: 0;
  }
  .hide-desktop {
    display: block;
  }
  .main-wrap {
    height: 100%;
    bottom: calc(-100% + 3.6rem);
  }
  .swiper-pagination {
    left: auto;
    right: 0;
    padding: 1rem;
  }
  .close-x {
    width: 3.667rem;
    height: 3.667rem;
    position: absolute;
    z-index: 2;
  }
  .close-x svg {
    display: block;
    width: 1.667rem;
    height: 1.667rem;
    margin: 1rem;
    left: auto;
    right: 0;
  }
  .close-x svg line {
    stroke-width: 3;
  }
}
body {
  background: #000000;
}
.site-header {
  position: absolute;
  left: 0;
  width: 100%;
}
.site-header .social,
.site-header h1 {
  position: fixed;
  bottom: 0;
  z-index: 2;
  padding: 1rem 1.35rem;
}
.site-header h1 {
  font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  left: 0;
  z-index: 2;
}
.site-header nav {
  left: 51%;
  width: 49%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.site-header ul li {
  display: inline-block;
  position: relative;
}
.site-header ul li:after {
  content: ", ";
}
.site-header ul li.hide-desktop,
.site-header ul li:last-child:after {
  display: none;
}
.site-header ul.social {
  right: 0;
  text-align: right;
  padding: 1rem 1.35rem;
}
.site-header .menu-wrap,
.site-header address {
  background: inherit;
  color: inherit;
}
.site-header address {
  display: none;
  position: absolute;
  white-space: nowrap;
  left: 14.16rem;
  width: 45rem;
}
.site-header address br {
  display: none;
}
.site-header .coming-soon {
  padding-left: 0.35rem;
}
.site-header .home-btn {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-nav {
  z-index: 2;
  top: 0;
  padding: 1rem 0;
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav li:after {
  content: ", ";
}
.main-nav li:last-child:after {
  display: none;
}
.main-nav li.current-menu-item a {
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}
body.home .site-header .home-btn {
  display: none;
}
body.idle .main-nav li.current-menu-item a {
  border-color: #fff;
}
.contact-open .site-header address {
  display: block;
}
.subscribe-form {
  position: absolute;
  right: 0;
  display: none;
  background: #000;
  width: 18.75rem;
  top: 0;
}
.subscribe-form form {
  display: flex;
  
}
.subscribe-form button {
  cursor: pointer;
}
.subscribe-form button,
.subscribe-form input {
  background: #000;
  padding: 0;
  margin: 0;
  border: none;
  font: inherit;
  color: #ffffff;
}
.subscribe-form input {
  border-bottom: 2px solid #000;
  flex: 1;
  color: #ffffff;
}
.subscribe-form input:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.subscribe-form input::placeholder {
  opacity: 1;
  color: #ffffff;
  transition: opacity 0.3s;
}
.subscribe-form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.subscribe-form input:focus::-moz-placeholder {
  opacity: 0;
}
.subscribe-form input:focus::placeholder {
  opacity: 0;
}
.subscribe-form .resp {
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  width: 100%;
  display: none;
  text-align: left;
  padding: 0 1em 0 0;
}
.subscribe-form .resp svg {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
}
@-webkit-keyframes autofill {
  0%,
  to {
    color: #ffffff;
    background: transparent;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.subscribe-open .subscribe-form {
  display: block;
}
.subscribe-open .address {
  display: none;
}
.subscribe-open .social .subscribe-btn,
.subscribe-open .social li:first-child,
.subscribe-open .social li:nth-child(2) {
  visibility: hidden;
}
.mob-contact-text {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.toggle-menu:after {
  content: "Menu";
}
.menu-open .toggle-menu:after {
  content: "Close";
}
@media only screen and (max-width: 1700px) {
  .subscribe-form input {
    border-bottom: 1px solid #000;
  }
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .toggle-menu {
    display: block;
    margin: 0;
    padding: 1rem;
    font: inherit;
    background: none;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  .menu-wrap {
    display: none;
    position: absolute;
    bottom: 0;
    height: 31.6rem;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 1rem 1.3rem;
  }
  .site-header {
    position: fixed;

    z-index: 2;
  }
  .site-header h1 {
    bottom: 0;
    z-index: 3;
  }
  .site-header h1,
  .site-header nav {
    position: fixed;
    left: 0;
    padding: 1rem;
  }
  .site-header nav {
    display: block;
    height: 50%;
    background: #000;
    bottom: -50%;
    width: 100%;
    transform: translateZ(0);
    transition: transform 0.5s 0.5s;
    z-index: 2;
  }
  .site-header nav ul {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .site-header .menu-wrap {
    background: #000;
    transition: background-color 0.6s 0s;
  }
  .site-header address {
    display: block;
    margin: 0 0 1em;
    position: relative;
    background: none;
    left: auto;
    width: auto;
    z-index: 1;
  }
  .site-header address br {
    display: block;
  }
  .site-header .menu {
    text-align: left;
  }
  .site-header ul li {
    display: block;
  }
  .site-header ul li:after {
    display: none;
  }
  .site-header ul li.hide-desktop {
    display: block;
  }
  .site-header ul.social {
    text-align: left;
    position: relative;
    padding: 0;
  }
  .site-header .subscribe-form {
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
  }
  .site-header .subscribe-form form {
    display: block;
  }
  .site-header .subscribe-form input {
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .site-header .home-btn {
    display: none;
  }
  .site-header:after {
    content: "";
    height: 3.6rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    transition: background-color 0.5s;
  }
  .menu-open .site-header nav {
    transform: translate3d(0, -100%, 0);
    transition: transform 0.5s;
  }
  .menu-open .site-header nav ul {
    opacity: 1;
    transition: opacity 0.5s 0.5s;
  }
  .main-nav {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
  body.idle .site-header nav {
    background: #000;
  }
  .subscribe-open .subscribe-form {
    display: block;
  }
  .subscribe-open .address {
    display: none;
  }
  .subscribe-open .social li:first-child,
  .subscribe-open .social li:nth-child(2) {
    visibility: visible;
  }
  .subscribe-open .social .subscribe-btn {
    visibility: hidden;
  }
  .mobile-contact.open .mob-contact-toggle {
    border-color: #ffffff;
  }
}
body.work .main-wrap,
body.work .page-title,
body.work .site-header:after {
  background: #000;
}
body.work .main-wrap {
  bottom: 0;
}
body.work.idle .main-wrap,
body.work.idle .page-title,
body.work.idle .site-header:after {
  background: #000;
}
.work-wrap {
  padding: 0 1.35rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.work-slider {
  padding: 4rem 0 2.75rem;
  height: 100%;
}
.work-slider.swiper-container {
  overflow: visible;
}
.work-slider img {
  width: 100%;
  height: auto;
}
.work-slider .swiper-slide img {
  max-width: 100%;
  max-height: 62vh;
  width: auto;
  height: auto;
  display: block;
  transform: translateZ(0);
}
.work-slider .slider-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.work-slider .title {
  margin: 0 0 1em;
}
.work-slider a {
  display: block;
}
.work-note {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.875rem;
  text-align: right;
}
@media (hover: hover) and (pointer: fine) {
  .work-slider a img {
    transition: filter 0.3s;
    filter: grayscale(100%);
  }
  .work-slider a:hover img {
    filter: grayscale(0);
  }
  .work-slider a:hover .title {
    transition: opacity 0.3s;
    opacity: 1;
  }
}
@media (min-aspect-ratio: 25/8) {
  .work-slider .swiper-slide img {
    max-height: 50vh;
  }
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .work-wrap {
    padding: 0;
    bottom: 3.6rem;
    width: 100%;
    height: calc(50% - 3.6rem);
  }
  .work-note {
    top: auto;
    right: 0;
    padding: 1rem;
    bottom: 50%;
  }
  .work-slider {
    padding: 0;
  }
  .work-slider .slider-inner {
    padding: 0 1rem;
  }
  .work-slider .swiper-pagination {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    padding: 1rem;
  }
  .work-slider a {
    display: block;
    max-height: 100%;
    position: relative;
  }
  .work-slider .swiper-slide {
    height: 100%;
  }
  .work-slider .swiper-slide h3 {
    margin: 0 0 1rem;
    opacity: 1;
  }
  .work-slider .swiper-slide img {
    max-height: calc(100% - 2rem);
  }
}
body.information .main-wrap,
body.information .site-header:after {
  background: #000;
}
body.information .main-wrap {
  bottom: 0;
}
.info-wrap {
  position: absolute;
  top: 0;
}
.hide-scrollbars {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}
.info-slider {
  height: 100%;
  background: inherit;
}
.info-slider:after,
.info-slider:before {
  content: "";
  background: inherit;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.info-slider:before {
  top: 0;
  height: 3rem;
}
.info-slider:after {
  bottom: 0;
  height: 4rem;
}
.info-slider .lrg-txt a {
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 3px;
}
.info-slider .lrg-txt a.active {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.info-slider .swiper-slide {
  overflow: auto;
}
.info-slider .slide-wrap {
  padding: 4rem 1.35rem 2.75rem;
}
.info-slider .scrollwrap {
  padding: 0 1.35rem;
  max-height: calc(100vh - 10rem);
  overflow: auto;
}
.popup {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: auto;
  height: calc(100% - 2.31rem);
  z-index: 2;
}
.popup .popup-wrap {
  width: 50%;
  background: #000;
  padding: 1.35rem;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}
.popup.open .popup-wrap {
  transform: translateZ(0);
}
.popup .portrait {
  position: relative;
  margin: 0 0 0.5em;
}
.popup .portrait img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .cols {
  position: relative;
}
.popup .close-popup {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  border: none;
}
.popup .close-popup svg {
  display: none;
}
.accordions-wrap {
  max-height: calc(100vh - 11rem);
  width: 49%;
}
.accordion {
  background-color: #000000;
  border-top: 1px solid #000000;
}
.accordion:last-child {
  border-bottom: 1px solid;
}
.accordion-header {
  cursor: pointer;
  padding: 0.875rem;
  display: flex;
  justify-content: space-between;
}
.accordion-header:after {
  content: "+";
}
.address {
  position: absolute;
  bottom: 0;
  left: 51%;
  padding: 1rem 0;
  z-index: 1;
}
.address p {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .accordion-header {
    transition: all 0.2s;
  }
  .accordion-header:hover {
    background: #000;
    color: #ffffff;
  }
  .accordion.open .accordion-header:hover {
    background: #ffffff;
    color: #000;
  }
  .info-slider .lrg-txt a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.accordion.open .accordion-header:after {
  content: "-";
}
.accordion-text {
  height: 0;
  overflow: hidden;
}
.accordion-inner {
  border-top: 1px solid #000;
  padding: 0.875rem 0.875rem 0.2rem;
}
@media only screen and (max-width: 1700px) {
  .info-slider .lrg-txt a {
    text-decoration-thickness: 2px;
  }
}
@media only screen and (max-width: 1000px) {
  .info-slider .lrg-txt a {
    text-decoration-thickness: 1px;
  }
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .info-slider:after,
  .info-slider:before {
    display: none;
  }
  .info-slider .slide-wrap {
    padding: 6rem 1rem 3.6rem;
  }
  .info-slider .slide-wrap.accordions-slide {
    padding: 6rem 0 3.6rem;
  }
  .info-slider .slide-wrap.accordions-slide .lrg-txt {
    padding: 0 1rem 1em;
  }
  .info-slider .slide-wrap.accordions-slide .lrg-txt p:last-of-type {
    margin: 0;
  }
  .info-slider .accordions-slide {
    min-height: 100%;
    display: block;
  }
  .info-slider .accordions-wrap {
    width: 100%;
    max-height: 100%;
  }
  .info-slider .accordions-wrap.hide-scrollbars {
    overflow: hidden;
  }
  .popup {
    height: 100%;
  }
  .popup .popup-wrap {
    width: 100%;
  }
  .popup .close-popup {
    width: 3.667rem;
    height: 3.667rem;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    z-index: 2;
  }
  .popup .close-popup svg {
    display: block;
  }
  .accordion-header {
    padding: 1rem;
  }
  .address {
    display: none;
  }
}
body.index .main-wrap,
body.index .site-header:after,
body.work-index .main-wrap,
body.work-index .site-header:after {
  background: #000;
}
body.index .main-wrap,
body.work-index .main-wrap {
  bottom: 0;
}
.index-wrap {
  padding: 4rem 1.35rem 2.75rem;
  overflow: auto;
  height: 100%;
  background: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.index-wrap::-webkit-scrollbar {
  display: none;
}
.index-wrap:after,
.index-wrap:before {
  content: "";
  background: inherit;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.index-wrap:before {
  top: 0;
  height: 3rem;
}
.index-wrap:after {
  bottom: 0;
  height: 3rem;
}
.index-wrap .thumb {
  display: block;
  float: left;
  margin: 0 2% 1.35rem 0;
  width: 23.5%;
}
.index-wrap .thumb:nth-child(4n + 4) {
  margin: 0 0 1.35rem;
}
.index-wrap a {
  display: block;
}
.index-wrap .imgwrap {
  padding: 0 0 70%;
  position: relative;
  margin: 0 0 0.8rem;
}
.index-wrap .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit: cover; object-position: center;";
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .index-wrap {
    padding: 6rem 1rem 2.75rem;
  }
  .index-wrap .thumb {
    margin: 0 0.832rem 1.25rem 0;
    width: calc(50% - 0.416rem);
  }
  .index-wrap .thumb:nth-child(2n + 2) {
    margin: 0 0 1rem;
  }
}
body.single-work .main-wrap,
body.single-work .site-header:after {
  background: #000;
}
body.single-work .main-wrap {
  bottom: 0;
  height: 100%;
}
body.single-work .site-header {
  display: none;
}
.single-project-img {
  padding: 1.35rem;
  height: 100%;
}
.single-project-img .img-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-project-img .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
  position: absolute;
  font-family: "object-fit: contain; object-position: left bottom;";
}
.single-project-img .imgwrap {
  flex: 1;
  position: relative;
}
.single-project-img .caption {
  padding: 0.8rem 0 0;
}
.single-work-wrap {
  padding: 1.35rem 0 4.1rem;
}
.single-work-wrap .close-x {
  z-index: 2;
}
.single-work-slider {
  height: 90vh;
  z-index: 1;
}
.single-work-slider.swiper-container {
  overflow: visible;
}
.single-work-slider .swiper-slide {
  position: relative;
  padding: 0 1.35rem;
}
.single-work-slider .imgwrap {
  position: absolute;
  height: 100%;
}
.single-work-slider .imgwrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left top;
  object-position: left top;
  left: 0;
  font-family: "object-fit: contain; object-position: left top";
  transform: translateZ(0);
}
.single-work-nav {
  background: #000;
  width: 100%;
  left: 0;
  padding: 0.875rem 1.35rem;
  position: absolute;
  bottom: 0;
  top: auto;
  display: flex;
  z-index: 2;
  justify-content: space-between;
}
.single-work-nav .views {
  left: 51%;
  position: absolute;
}
.single-work-nav .views a.active {
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #ffffff;
}
.single-work-nav .swiper-pagination {
  position: relative;
  margin: 0 0 0 auto;
  padding: 0;
}
.project-info {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  padding: 1.35rem;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.project-info::-webkit-scrollbar {
  display: none;
}
.project-details {
  font-size: 1rem;
  line-height: 1.25;
  padding: 0 0 11.5rem;
}
.project-details .detail {
  display: flex;
}
.project-details .label,
.project-details .value {
  display: block;
}
.project-details .label {
  width: 8.25rem;
}
.project-details .value {
  flex: 1;
}
.info-open .project-info {
  visibility: visible;
  opacity: 1;
}
.info-open .single-work-nav .swiper-pagination {
  opacity: 0;
}
body.idle .single-work-nav .views a.active {
  border-color: #fff;
}
body.idle .close-project svg {
  fill: #fff;
}
@media (orientation: landscape) and (max-height: 600px),
  only screen and (orientation: portrait) {
  .single-work-wrap {
    position: relative;
    height: 100%;
  }
  .single-work-slider {
    height: 100%;
  }
  .single-work-slider .imgwrap {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vmin - 2rem);
  }
  .single-work-slider .imgwrap img {
    width: calc(100vmin - 2rem);
    height: calc(100vmin - 2rem);
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: contain; object-position: center;";
  }
  .single-work-slider.swiper-container {
    overflow: hidden;
  }
  .single-work-slider .swiper-slide {
    padding: 0 1rem;
  }
  .single-work-nav,
  .swiper-pagination.single-work-pgination {
    left: 0;
    right: auto;
    padding: 1rem;
  }
  .single-work-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #000;
    height: 3.6rem;
  }
  .single-work-nav .caption {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    background: inherit;
    width: 100%;
  }
  .single-work-nav .views {
    margin: 0;
    left: auto;
  }
  .single-work-nav .swiper-pagination {
    margin: 0 auto 0 0;
    right: auto;
  }
  .project-info {
    padding: 1rem 1rem 8.5rem;
  }
  .project-info > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .project-desc {
    padding: 5rem 0 0;
    margin: 0 0 2em;
  }
  .project-details {
    padding: 0;
    font-size: 1.5rem;
  }
  .project-details .label {
    width: 11.25rem;
  }
  .project-details .value {
    flex: 1;
  }
}


