.category-section {
  padding-top: 9.7561rem;
  position: relative;
  z-index: 118; }
  .category-section .category-list {
    list-style: none;
    padding-left: 0; }
  .category-section .bottom-btn-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.95122rem; }
  .category-section .label {
    text-transform: uppercase;
    font-size: 1.56098rem;
    margin-bottom: 3.5122rem; }

.category-list {
  padding: 10rem 0 4.87805rem 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.menu__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.4878rem; }

.menu__item-text {
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  line-height: 1.5;
  font-size: 4.68293rem;
  color: #767676;
  -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
  will-change: color, opacity; }
  .menu__item-text:hover {
    color: #FBFBFB; }

.menu__item-textinner {
  display: block;
  font-family: "Inter-medium", sans-serif;
  white-space: nowrap; }

.hover-reveal {
  position: absolute;
  z-index: -1;
  width: 39.02439rem;
  height: 29.26829rem;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  will-change: transform, filter; }

.hover-reveal__inner {
  overflow: hidden; }

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative; }

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%; }

@media screen and (max-width: 1024px) {
  .category-section {
    padding: 1.46341rem 0 6.82927rem; }
    .category-section .category-list {
      padding-bottom: 2.43902rem; }
    .category-section .bottom-btn-group {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .category-section .bottom-btn-group .btn-more {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .hover-reveal {
    display: none; }
  .menu__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.56098rem; }
  .menu__item-text {
    font-size: 3.70732rem; }
  .menu__item-textinner {
    white-space: inherit;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3; } }

.tablet.landscape .hover-reveal {
  display: none; }

.main-hero-section span.another-font {
  font-family: "Inter-light", sans-serif; }

.article-section {
  position: relative;
  z-index: 118;
  padding: 24.39024rem 0; }
  .article-section .wrapper {
    position: relative;
    color: #171719;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .article-section .inner {
    background-color: #A79589;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.85366rem 1.95122rem 3.90244rem 8.78049rem;
    min-height: 34vw;
    width: 63vw; }
  .article-section .content-title {
    font-size: 5.26829rem;
    margin-bottom: 4.87805rem;
    color: #171719; }
    .ipad .article-section .content-title {
      font-size: 4.97561rem; }
  .article-section .thumb {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 60vw;
    overflow: hidden;
    top: 22.43902rem; }
    .article-section .thumb img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .article-section .content {
    padding-right: 7vw;
    padding-left: 6vw;
    padding-top: 3.90244rem;
    padding-bottom: 3.90244rem; }
  .article-section .content-inner {
    padding-left: 18vw; }
    .article-section .content-inner .description {
      margin-bottom: 9.7561rem;
      color: #171719; }
    .article-section .content-inner .btn-more {
      color: #171719; }
  @media (max-width: 1440px) {
    .article-section .thumb {
      top: 26.34146rem; }
    .article-section .content-inner {
      padding-left: 15vw; } }
  @media (max-width: 1024px) {
    .article-section {
      padding: 0; }
      .article-section .inner {
        padding: 3.90244rem 1.46341rem;
        max-width: none;
        width: 100%; }
      .article-section .thumb {
        position: relative;
        height: auto;
        width: 100%;
        max-width: none;
        top: 0;
        margin-top: 2.34146rem;
        margin-bottom: 3.12195rem; }
      .article-section .content-title {
        font-size: 3.5122rem;
        margin-bottom: 0.97561rem; }
      .article-section .content,
      .article-section .content-inner {
        padding: 0; }
      .article-section .content-inner .description {
        margin-bottom: 2.92683rem; } }

.brand-section {
  margin-bottom: 9.7561rem; }
  .brand-section .pin-box {
    height: 100vh;
    height: calc(100 * var(--vh));
    width: 100vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .brand-section .thumb {
    width: 60%;
    height: 100%; }
    .brand-section .thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .brand-section .content {
    width: 40%;
    padding: 0 4vw 5vh 7vw;
    border-bottom: 1px solid rgba(251, 251, 251, 0.6);
    height: 75%; }
  .brand-section .description {
    margin-top: 5.85366rem;
    margin-bottom: 9.26829rem;
    font-family: "Inter-light", sans-serif;
    color: #767676; }
  @media (max-width: 1024px) {
    .brand-section .thumb {
      width: 100%; }
    .brand-section .content {
      margin-left: 7%;
      width: 93%;
      padding: 4.87805rem 1.95122rem 0 1.95122rem;
      border-bottom: 0;
      border-left: 1px solid rgba(251, 251, 251, 0.6);
      height: auto; }
      .brand-section .content img {
        max-width: 48%; }
    .brand-section .description {
      margin-top: 2.34146rem;
      margin-bottom: 2.92683rem; } }

.project-section {
  margin-top: 4.87805rem; }

@media screen and (max-width: 1024px) {
  .animation-wrap {
    width: auto; }
  .project-section {
    margin-top: 0;
    padding-top: 9.7561rem;
    margin-bottom: 4.87805rem; } }

.tablet.landscape .horizontal {
  margin-top: 20vh; }
  .tablet.landscape .horizontal .pin-wrap,
  .tablet.landscape .horizontal .animation-wrap {
    display: block;
    width: auto; }
  .tablet.landscape .horizontal .pin-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .tablet.landscape .horizontal .slick-slide {
    width: 100%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .tablet.landscape .horizontal .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.tablet.landscape .project-section {
  margin-top: 0; }

@-webkit-keyframes slideUpDown {
  0.0% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    opacity: 1; }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden; } }

@keyframes slideUpDown {
  0.0% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    opacity: 1; }
  50% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden; }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden; } }

.btn-exclusive {
  display: block;
  margin-bottom: 2.34146rem;
  font-size: 1.17073rem;
  padding: 0;
  position: relative; }
  .btn-exclusive:hover {
    color: #767676; }

.modal-dialog {
  max-width: 97.17073rem;
  height: 48.97561rem;
  top: calc(50% - 206px);
  margin: auto; }
  .modal-dialog .modal-header {
    border-bottom: 0; }
  .modal-dialog .btn-close {
    width: 1.95122rem;
    height: 1.95122rem; }
  .modal-dialog .modal-content {
    background-color: #A79589;
    color: #030303;
    border-radius: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 2.92683rem; }
  .modal-dialog .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
  .modal-dialog .thumb {
    width: 45%;
    overflow: hidden; }
  .modal-dialog .img-modal {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .modal-dialog .content {
    width: 55%;
    height: 100%;
    overflow: hidden; }
  .modal-dialog .inner {
    height: 100%;
    overflow: auto;
    padding-left: 2.92683rem;
    padding-right: 1.95122rem; }
    .modal-dialog .inner::-webkit-scrollbar-track {
      background-color: #F5F5F5; }
    .modal-dialog .inner::-webkit-scrollbar {
      width: 0.29268rem;
      background-color: #F5F5F5; }
    .modal-dialog .inner::-webkit-scrollbar-thumb {
      background-color: #555; }

@media (max-width: 1024px) {
  .display-mode {
    display: none; }
  .modal-dialog {
    height: 70vh;
    top: calc(50% - 35vh); }
    .modal-dialog .modal-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: auto; }
    .modal-dialog .thumb {
      width: 100%;
      overflow: unset;
      max-width: 29.26829rem;
      margin: 0 auto; }
    .modal-dialog .content {
      width: 100%;
      padding-left: 0;
      padding-top: 1.95122rem;
      height: auto;
      overflow: unset; }
    .modal-dialog .inner {
      padding-left: 0; } }
