.very-top-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .very-top-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-bottom: 1px solid #171719; }

.top-section, .bottom-section {
  position: relative;
  height: 100vh;
  height: calc(100 * var(--vh));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 73.17073rem;
  margin-top: unset; }
  .top-section .wrap-content, .bottom-section .wrap-content {
    z-index: 10;
    position: relative;
    margin-bottom: 7.80488rem; }
  @media (max-width: 1024px) {
    .top-section, .bottom-section {
      min-height: 48.78049rem; } }

.general-info {
  margin-top: 14.63415rem; }
  .general-info .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .general-info .brand-logo, .general-info .content {
    width: 100%;
    padding-left: 55%;
    position: relative;
    z-index: 11; }
  .general-info .brand-logo {
    margin-top: -39.02439rem; }
    .general-info .brand-logo img {
      max-height: 5.85366rem; }
  .general-info .project-name {
    font-size: 3.5122rem;
    font-family: "Inter-light", sans-serif;
    margin-top: 7.31707rem;
    margin-bottom: 2.92683rem; }
  .general-info .description {
    font-family: "Inter-light", sans-serif;
    line-height: 1.5;
    color: #767676;
    font-size: 1.56098rem; }
    .general-info .description p {
      font-family: "Inter-light", sans-serif;
      line-height: 1.5;
      color: #767676; }
  .general-info .quote {
    padding-top: 15.60976rem; }
  @media (max-width: 1024px) {
    .general-info .brand-logo {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 0;
      margin-bottom: 2.92683rem;
      padding-left: 20%; }
    .general-info .thumbnails {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 0;
      margin-left: -1.46341rem;
      margin-right: -1.46341rem; }
      .general-info .thumbnails .thumb:first-child {
        margin-top: 9.36585rem;
        width: 50%; }
      .general-info .thumbnails .thumb:last-child {
        width: 80%;
        margin-left: 20%; }
    .general-info .content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding: 0; }
    .general-info .project-name {
      font-size: 2.73171rem; } }

.thumbnails {
  position: relative;
  padding-top: 9.7561rem; }
  .thumbnails .thumb {
    position: relative; }
    .thumbnails .thumb:first-child {
      margin-top: 24.39024rem;
      z-index: 2;
      width: 40%; }
    .thumbnails .thumb:last-child {
      z-index: 1;
      width: 70%;
      margin-left: 30%;
      position: absolute;
      top: 0;
      left: 0; }
    .thumbnails .thumb img {
      width: 100%; }

.designers {
  margin-top: 20rem; }
  .designers .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8rem;
    margin-left: -1.95122rem;
    margin-right: -1.95122rem;
    margin-bottom: 14.63415rem; }
    @media (max-width: 1024px) {
      .designers .wrapper {
        margin-top: 0;
        margin-bottom: 8.78049rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .designers .character {
    position: relative;
    margin-bottom: 8.78049rem; }
    @media (max-width: 1024px) {
      .designers .character {
        margin-bottom: 1.95122rem; } }
    .designers .character .name {
      font-size: 5.26829rem;
      color: #767676;
      padding: 0 1.95122rem;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .designers .character .name {
          font-size: 2.92683rem;
          line-height: 1.33; } }
    .designers .character .thumb {
      position: absolute;
      bottom: 82%;
      right: 0;
      display: none;
      -webkit-animation: fadein 0.7s;
              animation: fadein 0.7s; }
      @media (max-width: 1024px) {
        .designers .character .thumb {
          display: none; } }
    .designers .character img {
      max-height: 35.12195rem; }
    .designers .character:hover .thumb {
      display: block; }

.brand-info-list {
  padding-top: 23.41463rem; }

.brand-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vh; }
  .brand-info-item .thumb {
    width: 50%;
    position: relative;
    z-index: 21; }
    .brand-info-item .thumb img {
      width: 100%;
      position: relative; }
  .brand-info-item .content {
    z-index: 1;
    width: 50%;
    position: relative;
    z-index: 20;
    padding: 7.80488rem 5.85366rem; }
    .brand-info-item .content .artical-title {
      font-family: "Inter-light", sans-serif;
      font-size: 3.5122rem;
      line-height: 1.45;
      padding-bottom: 5.85366rem; }
    .brand-info-item .content .description, .brand-info-item .content p {
      font-family: "Inter-light", sans-serif;
      color: #767676; }
  .brand-info-item.overlaping .thumb {
    width: 60%; }
    .brand-info-item.overlaping .thumb .imgZoom {
      position: relative;
      top: -20%; }
    .brand-info-item.overlaping .thumb img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .brand-info-item.overlaping .content {
    width: 40%;
    padding: 3.90244rem 5.85366rem 4.87805rem; }
    .brand-info-item.overlaping .content:after {
      content: '';
      position: absolute;
      width: 140%;
      height: 95%;
      right: 0;
      top: 0; }
    .brand-info-item.overlaping .content .inner-content {
      position: relative;
      z-index: 11;
      color: #171719; }
  .brand-info-item.color-change .content:after {
    background: #A79589; }
  .brand-info-item.color-change .content .inner-content, .brand-info-item.color-change .content .description, .brand-info-item.color-change .content .artical-title, .brand-info-item.color-change .content p {
    color: #171719; }
  @media (min-width: 1025px) {
    .brand-info-item.pull-column .thumb {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .brand-info-item.pull-column .content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 1024px) {
    .brand-info-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .brand-info-item .thumb {
        width: 100%; }
      .brand-info-item .content {
        width: 100%;
        padding: 3.90244rem 0 0; }
        .brand-info-item .content .artical-title {
          font-size: 2.73171rem;
          padding-bottom: 2.34146rem; }
        .brand-info-item .content .description {
          color: #767676; }
          .brand-info-item .content .description p {
            color: #767676; }
      .brand-info-item.overlaping {
        margin-left: -1.46341rem;
        margin-right: -1.46341rem;
        padding: 3.12195rem 1.46341rem 1.95122rem; }
        .brand-info-item.overlaping .thumb {
          width: 100%; }
          .brand-info-item.overlaping .thumb .imgZoom {
            top: 0; }
        .brand-info-item.overlaping .content {
          width: 100%;
          padding: 3.90244rem 0 0; }
          .brand-info-item.overlaping .content:after {
            display: none; }
      .brand-info-item.color-change {
        background: #A79589; } }

.awards {
  padding-top: 10.43902rem;
  padding-bottom: 11.70732rem; }
  @media (max-width: 1024px) {
    .awards {
      padding-top: 2vh; } }
  .awards .wrapper {
    margin: 0 -1.46341rem; }
  .awards .item {
    text-align: center; }
  .awards .inner {
    max-width: 52.29268rem;
    margin: auto; }
  .awards .content {
    padding-top: 3.90244rem;
    visibility: hidden;
    opacity: 0; }
  .awards p {
    font-size: 1.36585rem;
    color: #FBFBFB; }
  .awards .description {
    color: #767676;
    font-family: "Inter-light", sans-serif; }
  .awards .for-brand {
    text-decoration: underline; }
  .awards .thumb {
    height: 17.85366rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .awards img {
    margin: 0 auto;
    opacity: 0.3;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    max-height: 100%; }
  .awards .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .awards .slick-current img {
    opacity: 1; }
  .awards .slick-current .content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out; }
  .awards .slick-slide {
    padding: 0 5vw; }

.virtual {
  margin-bottom: 9.7561rem;
  position: relative; }
  .virtual img {
    width: 100%; }
  .virtual .btn-primary-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 11; }
  .virtual .bottom-btn-group {
    position: absolute;
    bottom: 2.2439rem;
    right: 4.87805rem;
    z-index: 13; }
  .virtual .btn-virtual {
    font-size: 4.87805rem; }
    .virtual .btn-virtual:first-child {
      margin-right: 1.7561rem; }

.collection {
  padding-bottom: 2.92683rem; }

.partnership-slider {
  position: relative; }
  .partnership-slider .item {
    padding-bottom: 5.85366rem; }
  .partnership-slider .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #A79589;
    padding: 0 9vw; }
  .partnership-slider .thumb {
    width: 50%;
    position: relative; }
    .partnership-slider .thumb img {
      top: 6.82927rem;
      position: relative; }
  .partnership-slider .slick-dots {
    left: 9vw;
    bottom: 9.7561rem; }
  .partnership-slider .content {
    width: 50%;
    padding: 8.78049rem 10vw 6.82927rem 0.78049rem; }
  .partnership-slider .inner {
    height: 100%;
    overflow-y: auto;
    color: #171719; }
  .partnership-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .partnership-slider .slick-track .slick-slide {
      height: auto;
      float: unset; }
      .partnership-slider .slick-track .slick-slide > div {
        height: 100%; }
    .partnership-slider .slick-track .item {
      height: 100%; }
    .partnership-slider .slick-track .wrapper {
      height: 100%; }
  .partnership-slider .slick-prev, .partnership-slider .slick-next {
    right: auto;
    top: auto;
    bottom: 8.68293rem;
    z-index: 11; }
    .partnership-slider .slick-prev:before, .partnership-slider .slick-next:before {
      font-family: 'icomoon';
      font-size: 2.8rem;
      opacity: 1;
      color: #171719; }
  .partnership-slider .slick-prev {
    left: 40%; }
    .partnership-slider .slick-prev:before {
      content: "\e902"; }
  .partnership-slider .slick-next {
    left: calc(40% + 4rem); }
    .partnership-slider .slick-next:before {
      content: "\e904"; }
  .partnership-slider .slick-dots li button:before {
    background: #171719;
    opacity: 1; }
  .partnership-slider .slick-dots li.slick-active button:before {
    -webkit-box-shadow: 0 0 0 1px #171719;
            box-shadow: 0 0 0 1px #171719;
    background: transparent; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 1024px) {
  .page-template-tpl-brand-detail .single-image {
    margin-left: -1.46341rem;
    margin-right: -1.46341rem; }
  .brand-info-list {
    padding-top: 11.70732rem; }
  .collection .content {
    padding-top: 2.53659rem; }
    .collection .content .content-title {
      margin-bottom: 1.95122rem; }
  .partnership-slider .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 9.7561rem; }
  .partnership-slider .thumb, .partnership-slider .content {
    width: 100%; }
  .partnership-slider .thumb img {
    top: auto; }
  .virtual {
    margin-bottom: 5.65854rem; }
    .virtual .bottom-btn-group {
      bottom: 1.26829rem;
      right: 0.97561rem; }
    .virtual .btn-virtual {
      font-size: 1.7561rem; }
      .virtual .btn-virtual:first-child {
        margin-right: 1.17073rem; } }
