.tre-head-wrap {
  grid-area: 3/1/4/9;
}

@media (max-width: 600px) {
  .tre-head-wrap {
    grid-area: 4/1/5/5;
    margin-top: 1.8vh;
    margin-bottom: 2.5vh;
  }
}
.subheader-wrap {
  grid-area: 3/9/4/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* top: 0.5rem */
  /* align-items: flex-end */
  /* bottom: 0.1rem */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .subheader-wrap {
    grid-area: 3/8/4/13;
    /* top: 0 */
  }
}
@media (max-width: 600px) {
  .subheader-wrap {
    grid-area: 3/1/4/5;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* margin-top: 2rem */
  }
}
.tre-image-wrap {
  grid-area: 4/1/5/13;
  position: relative;
}

@media (max-width: 600px) {
  .tre-image-wrap {
    grid-area: 5/1/6/5;
  }
}
.tre-home-i1-wrap {
  grid-area: 1/1/2/5;
}

@media (max-width: 600px) {
  .tre-home-i1-wrap {
    grid-area: 2/3/3/5;
    max-width: 25vw;
    justify-self: end;
    max-height: 32vw;
  }
}
.tre-home-t1-wrap {
  grid-area: 1/6/2/13;
  max-width: 27ch;
}

@media (max-width: 600px) {
  .tre-home-t1-wrap {
    grid-area: 1/1/2/5;
    line-height: 1.1;
  }
}
.tre-home-t2-wrap {
  grid-area: 2/1/3/5;
  max-width: 37ch;
  top: 7rem;
}

@media (max-width: 1200px) {
  .tre-home-t2-wrap {
    top: 0;
  }
}
@media (max-width: 991px) {
  .tre-home-t2-wrap {
    top: 0;
  }
}
@media (max-width: 600px) {
  .tre-home-t2-wrap {
    grid-area: 2/1/3/5;
    max-width: 27ch;
  }
}
.tre-home-I2-wrap {
  grid-area: 2/6/4/13;
  top: -5rem;
}

@media (max-width: 1200px) {
  .tre-home-I2-wrap {
    top: 0;
    grid-area: 2/6/3/13;
  }
}
@media (max-width: 600px) {
  .tre-home-I2-wrap {
    grid-area: 4/1/5/5;
    display: none;
  }
}
.tre-home-t3-wrap {
  grid-area: 4/6/5/13;
  max-width: 41ch;
  top: 3rem;
}

@media (max-width: 1200px) {
  .tre-home-t3-wrap {
    grid-area: 3/6/4/13;
    top: 0;
  }
}
@media (max-width: 991px) {
  .tre-home-t3-wrap {
    grid-area: 3/6/4/13;
    top: 0;
  }
}
@media (max-width: 600px) {
  .tre-home-t3-wrap {
    grid-area: 4/1/5/5;
    max-width: 33ch;
  }
}
.tre-home-i3-wrap {
  grid-area: 4/1/5/4;
  top: -4.1rem;
}

@media (max-width: 1200px) {
  .tre-home-i3-wrap {
    top: 0rem;
    grid-area: 3/1/4/3;
  }
}
@media (max-width: 991px) {
  .tre-home-i3-wrap {
    grid-area: 3/1/4/3;
  }
}
@media (max-width: 600px) {
  .tre-home-i3-wrap {
    grid-area: 3/1/4/5;
  }
}
.tre-gallery-text-wrap {
  grid-area: 1/1/2/13;
  max-width: 68ch;
}

@media (max-width: 600px) {
  .tre-gallery-text-wrap {
    max-width: 46ch;
  }
}
.tre-gallery-wrap {
  grid-area: 1/1/2/4;
}

.progress {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.progress_fill {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.gallery-wrap {
  grid-area: 1/1/2/13;
}

@media (max-width: 600px) {
  .gallery-wrap {
    grid-area: 1/1/2/5;
  }
}
.tre-home-button-wrap {
  grid-area: 1/4/2/10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 600px) {
  .tre-home-button-wrap {
    grid-area: 1/1/2/5;
  }
}
/* .padding-bottom-fix {
    padding-top: 0rem;
    padding-bottom: 4rem
} */

.grid-is-duo {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
  .grid-is-duo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-head-grid-gap {
  row-gap: 2rem;
}

.text-index-position {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-arrow-position {
  position: absolute;
  right: 0;
  /* display: none */
}

.items-index-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 0;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.works_index_item_media_figure {
  width: auto;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}