/** Shopify CDN: Minification failed

Line 4658:4 "marign-bottom" is not a known CSS property
Line 4927:10 Expected ":"

**/


/* CSS from section stylesheet tags */
.col3-img-text {
  padding: 12vw 0 13vw;
}

.col3-img-text .content-container {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}  

.col3-img-text .column-container {
  display: flex;
  justify-content: space-between;
  width: 73%;
}

.col3-img-text .blog-column {
  width: 30.5%;
  position: relative;
  cursor: pointer;
  opacity: 0;
}

.col3-img-text .blog-column p {
  height: 20rem;
}

  
.col3-img-text .blog-column .blog-link {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.col3-img-text .blog-column:hover .arrow-container .arrow-right {
  border-left: 3.5px solid black;
}

.col3-img-text .blog-column:hover .arrow-container .arrow-stem {
  background-color: black;
}

.col3-img-text .blog-column:hover .blog-image {
  background-color: rgba(0, 0, 0, .2);
  transition: 350ms ease;
}
  

.col3-img-text .blog-column h1 {
  font-size: 2.3rem;
  height: 8rem;
}

  

.col3-img-text .blog-image {
  width: 100%;
  height: 26vw;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  transition: 350ms ease;
  background-blend-mode: multiply;
}

.col3-img-text .arrow-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
}

  
.col3-img-text .arrow-stem {
  background-color: #AA785F;
  height: 1px;
  width: 100%;
}
  

.col3-img-text .arrow-right { 
  height: 0; 
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  
  border-left: 3.5px solid #AA785F;
}

.col3-img-text .blog-column .page {
  height: 16rem;
}

.col3-img-text .outline-button {
  align-self: flex-start;
}



  
  

@media screen and (max-width: 1450px) {
  .col3-img-text .column-container {
    width: 80%;
  }

  .col3-img-text .blog-column {
    width: 31%;
  }

  .col3-img-text .blog-column p {
    height: 25rem;
  }

  .col3-img-text .blog-column .page {
    height: 22rem;
}
}

@media screen and (max-width: 1200px) {
  .col3-img-text .content-container {
    flex-direction: column;
  }

  .col3-img-text .column-container {
    width: 100%;
    margin-bottom: 8vw;
  }

  .col3-img-text .blog-image {
    height: 36vw;
  }
}
  

@media screen and (max-width: 900px) {
  .col3-img-text .content-container {
    margin-top: 6vw;
  }

  .col3-img-text .column-container {
    flex-direction: column;
    width: 75%;
  }

  .col3-img-text .blog-column {
    width: 100%;
    margin-bottom: 13vw;
  }

  .col3-img-text .blog-column h1 {
    height: 6rem;
  }

  .col3-img-text .blog-column .page {
    height: 13rem;
}

  .col3-img-text .blog-image {
    height: 81vw;
  }

  .col3-img-text .blog-column p {
    height: fit-content;
  }
}
  

@media screen and (max-width: 600px) {
  .col3-img-text .blog-image {
    height: 91vw;
}

  .col3-img-text .content-container {
    margin-top: 10vw;
}

  
}

@media screen and (max-width: 500px) {
  .col3-img-text .blog-column h1 {
    font-size: 2rem;
    height: auto;
  }

  .col3-img-text {
    padding: 14vw 0 15vw;
}

  .col3-img-text .column-container {
    margin-bottom: 2vw;
  }

  .col3-img-text .column-container {
    width: 100%;
  }

  .col3-img-text .blog-image {
    height: 119vw;
}

  .col3-img-text .blog-column p {
    display: none;
  }
}
.about-commitment {
  display: flex;
  justify-content: space-between;
  padding: 9vw 0 14vw;
}

.about-commitment h1 {
  margin-top: 0;
}
  
  
.about-commitment h3 {
  margin-top: 0;
  margin-bottom: 4rem
}

.about-commitment .left-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
  

.about-commitment .right-col {
  width: 32%;
  padding-right: 9vw;
}

.about-commitment .text-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  
.about-commitment .text-block {
  width: 40%;
  margin-bottom: 2rem;
}

  

@media screen and (max-width: 1580px) {
  .about-commitment .right-col {
    width: 35%;
    padding-right: 7vw;
}

  .about-commitment .left-col {
    width: 35%;
  }
}

@media screen and (max-width: 1350px) {
  .about-commitment .left-col {
    width: 40%;
  } 

  .about-commitment .right-col {
    padding-right: 5vw;
}

}

@media screen and (max-width: 1200px) {
  .about-commitment .right-col {
    padding-right: 0;
  }

  .about-commitment .left-col {
    width: 43%;
}

  .about-commitment .right-col {
    width: 49%;
  }

  .about-commitment .text-block {
    width: 45%;
  }
}

  

@media screen and (max-width: 950px) {
  .about-commitment .right-col {
    width: 68%;
    margin-top: 4vw;
  }

  .about-commitment .left-col {
    width: 57%;
  }

  .about-commitment {
    flex-direction: column;
  }

  .about-commitment h1 {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 750px) {
  .about-commitment .left-col {
    width: 65%;
  }

  .about-commitment .right-col {
    width: 82%;
  }

  .about-commitment {
    padding: 15vw 0 19vw;
  }
}

@media screen and (max-width: 500px) {
  .about-commitment .left-col {
    width: 100%;
  }

  .about-commitment h1 {
    margin-bottom: 7vw;
  }

  .about-commitment {
    padding: 19vw 0 23vw;
  }

  .about-commitment .right-col {
    width: 100%;
    margin-top: 4vw;
  }
}
.about-deana {
  padding-bottom: 17vw;
  display: flex;
  justify-content: space-between;
}

.about-deana .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 57%;
  align-items: flex-start;
}


.about-deana .paragraph-container {
  display: flex;
  justify-content: space-between;
}

.about-deana h1 {
  margin-top: 0;
}

.about-deana .paragraph-container p {
  width: 46%;
}

.about-deana a {
  width: fit-content;
  align-self: flex-start;
}
 

.about-deana img {
  width: 33%; 
  height: auto;
  opacity: 0;
}  

@media screen and (max-width: 1400px) {
  .about-deana .paragraph-container {
    flex-direction: column;
  }

  .about-deana .paragraph-container p {
    width: 100%;
  }

  .about-deana img {
    width: 38%;
  }

  .about-deana .content-container {
    width: 52%;
  }
}

@media screen and (max-width: 1280px) {
  .about-deana img {
    width: 50%;
  }

  .about-deana .content-container {
    width: 43%;
 }
}

@media screen and (max-width: 1200px) {
  .about-deana .paragraph-container {
    flex-direction: row;
  }

  .about-deana .content-container {
    width: 100%;
  }

  .about-deana {
    flex-direction: column;
  }

  .about-deana .paragraph-container p {
    width: 46%;
}

  .about-deana .content-top {
    margin-bottom: 5vw;
  }

  .about-deana img {
    align-self: center;
    width: 53%;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 950px) {
  .about-deana .paragraph-container {
    flex-direction: column;
 }

  .about-deana .paragraph-container p {
    width: 100%;
}

  .about-deana img {
    width: 60%;
  }
}


@media screen and (max-width: 750px) {
  .about-deana img {
    width: 100%;
  }
}

  
@media screen and (max-width: 500px) {
  .about-deana img {
    margin-top: 15vw;
  }

  .about-deana .content-top {
    margin-bottom: 9vw;
  }
}
.about-showroom {
  
  background-size: cover;
  background-position: center;
  height: 51vw;
  position: relative;
}

.about-showroom .content-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
  align-items: flex-end;
}

.about-showroom .content-container.center-content {
  align-items: center;
}

.about-showroom .content-left {
  display: flex;
  justify-content: space-between;
  width: 41%;
  align-items: flex-start;
}

.about-showroom .content-left p {
  width: 50%;
  color: white;
  margin-top: 0.5rem;
}
  

.about-showroom h1 {
  color: white;
  margin-top: 0;
}

.about-showroom h1.no-margin {
  margin-bottom: 0;
}

.about-showroom .outline-button {
  color: white;
  border-color: white;
}

@media screen and (max-width: 1500px) {
  .about-showroom .content-left {
    width: 50%;
  }
}

@media screen and (max-width: 1250px) {
  .about-showroom .content-left {
    width: 62%;
  }
}

@media screen and (max-width: 1050px) {
  .about-showroom .content-left {
    width: 62%;
  }

  .about-showroom .content-left {
    flex-direction: column;
  }

  .about-showroom .content-left p {
    width: 60%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 850px) {
  .about-showroom .content-left p {
    width: 80%;
  }

  .about-showroom {
    height: 57vw;
  }
}

@media screen and (max-width: 500px) {
  .about-showroom {
    height: 66vw;
  }

  .about-showroom .content-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-showroom .content-left p {
    width: 100%;
    margin-bottom: 6vw;
}

  .about-showroom .content-left {
    width: 83%;
}

  .about-showroom .content-container.center-content {
    align-items: flex-start;
  }

  .about-showroom h1.no-margin {
    margin-bottom: 1.6rem;
  }
}
#branding-slider-wrapper {
  -webkit-transition: opacity 3500s ease-in-out;
    -moz-transition: opacity 3500s ease-in-out;
    -ms-transition: opacity 3500s ease-in-out;
    -o-transition: opacity 3500s ease-in-out;
     opacity: 1;
}

  .branding-projects .hero-image {
  width: 100%;
  height: 45vw;
  background-size: cover;
  background-position: center;
}

  
.branding-projects {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0 8vw;
  position: relative;
}
  

.branding-projects .menu-container {
  width: 25%;
  position: relative;
  padding: 5rem 0;
}

.branding-projects .post-title {
  cursor: pointer;
}  

.branding-projects .image-container {
  width: 70%;
  position: sticky;
  top: 10rem;
  height: 45vw;
}

.branding-projects .image-container .branding-slider-wrapper {
  position: absolute;
  width: 100%;
  height: 45vw;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: 300ms linear;
}
  

.branding-projects .image-container .image.show {
  opacity: 1;
  transition: 300ms linear;
}

.branding-projects .post-title {
  position: relative;
}

.branding-projects .post-title:hover h1 {
  color: #BA8056;
}

.branding-projects li.active h1 {
  color: #BA8056;
}

.branding-projects li {
  margin-bottom: 4rem;
}
  
.branding-projects .post-title a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.branding-projects ul {
  list-style: none;
  padding-left: 0;
}

.branding-projects .post-title h1 {
  margin-bottom: 0;
}


  @media screen and (max-width: 1250px) {
    .branding-projects li h1 {
      font-size: 2.4rem;
    }

    .branding-projects .menu-container {
      padding: 2rem 0;
    }
  }

  @media screen and (max-width: 1050px) {

    .branding-projects li h1 {
      margin-bottom: 0;
      font-size: 2.2rem;
    }

    .branding-projects .image-container .image {
      height: 48vw;
    }

    .branding-projects .image-container {
      height: 48vw;
      width: 68%;
    }

    .branding-projects .hero-image {
      height: 48vw;
    }

    .branding-projects .menu-container {
      width: 28%;
    }
  }

  @media screen and (max-width: 950px) {
    .branding-projects li h1 {
      margin-bottom: 0;
      font-size: 2.2rem;
    }

    .branding-projects {
      padding: 6vw 0;
    }
  }

  @media screen and (max-width: 850px) {
    .branding-projects .menu-container {
    width: 35%;
}

    .branding-projects .image-container {
    height: 60vw;
    width: 61%;
}

    .branding-projects .image-container .image {
    height: 60vw;
}

    .branding-projects .hero-image {
      height: 60vw;
    }
  }
  

  @media screen and (max-width: 700px) {
    .branding-projects {
      flex-direction: column-reverse;
    }

    .branding-projects .image-container .image {
    height: 64vw;
}

    .branding-projects .image-container {
    height: 64vw;
    width: 100%;
}

    .branding-projects .hero-image {
      height: 64vw;
    }

    .branding-projects .menu-container {
    width: 100%;
    padding: 3rem 0 0;
}

    .branding-projects .image-container {
      position: unset;
    }
  }

  @media screen and (max-width: 500px) {
    .branding-projects .image-container .image {
    height: 66vw;
}

    .branding-projects .image-container {
      height: 66vw;
    }

    .branding-projects .hero-image {
      height: 66vw;
    }
  }
.building-materials .material-description a {
  pointer-events: auto;
}
  

.building-materials {
  padding: 11vw 0;
}

.building-materials .content-container {
  display: flex;
  justify-content: space-between;
}

.building-materials .col-right {
  width: 49%;
  position: relative;
}

.building-materials .material-description {
  display: none;
  opacity: 0;
  height: auto;
  transition: opacity 300ms linear;
}
  
.building-materials li a {
  text-decoration: none;
  color: gray;
}
  


.building-materials li:hover a {
  color: black;
}
  
.building-materials .material-description.show {
  display: block;
  height: auto;
  opacity: 1;
  transition: 300ms linear;
}

.building-materials .col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.building-materials .col-left .outline-button {
  display: block;
  width: max-content;
}



.building-materials .col-left h1 {
  margin-bottom: 3rem;
  margin-top: 0;
}

.building-materials .col-left ul {
  list-style: none;
  padding-left: 0;
  
}

.building-materials .col-left li {
  font-family: montserratmedium;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: grey;
    letter-spacing: .17rem;
  cursor: pointer;
  margin-bottom: .7rem;
}

.building-materials .col-left li:hover {
  color: black;
}

.building-materials .col-left li.active {
  color: black;
}

.building-materials .col-right li {
  font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
    color: #000;
    line-height: 2;
}

.building-materials .col-right p {
  margin-bottom: 5rem;
}

.building-materials .product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
}
  

@media screen and (max-width: 1580px) {
  .building-materials .col-right {
    width: 42%;
  }
}

  @media screen and (max-width: 1450px) {
  .building-materials .col-right {
    width: 46%;
  }
}

    @media screen and (max-width: 1300px) {
  .building-materials .col-right {
    width: 50%;
  }
}

    @media screen and (max-width: 1150px) {
  .building-materials .col-right {
    width: 54%;
  }
}



  @media screen and (max-width: 1050px) {
    .building-materials .content-container {
      flex-direction: column;
    }

    .building-materials .col-right {
      width: 100%;
      margin-top: 0rem;
    }

    .building-materials .col-left {
      position: unset;
    }

    .building-materials .col-left ul {
      margin-bottom: 0;
    }

    

    .building-materials .col-left .outline-button {
      margin-top: 3rem;
      margin-bottom: 5rem;
    }
  }

  @media screen and (max-width: 500px) {
    .building-materials {
      padding: 1vw 0 13vw;
    }
    
    .building-materials .col-right {
      width: 100%;
    }

    .building-materials a {
      pointer-events: revert;
    }

    
  }
.centered-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8vw 0;
}

.centered-image img {
  width: 59%;
  height: auto;
}
.customer-care {
  display: flex;
  justify-content: space-between;
  padding: 10rem 0;
}

.customer-care-menu {
  list-style: none;
  padding-left: 0;
}

.customer-care h1 {
  margin-top:0;
}

.customer-care h2 {
  margin-top: 3rem;
}

  .customer-care .shipping p.button-style, .customer-care .terms p.button-style, .customer-care .privacy p.button-style {
    margin-top: 2.5rem;
  }

ul.customer-care-menu li {
  font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
  text-decoration: none;
  border-bottom: 1px solid black;
  width: fit-content;
  margin-bottom: 2.5rem;
  cursor: pointer;
}
  
  

ul.customer-care-menu li:hover {
  color: #aa785f;
  border-bottom: 1px solid #aa785f;
}

ul.customer-care-menu li.active {
  color: #aa785f;
  border-bottom: 1px solid #aa785f;
}

.customer-care .right .menu-section {
  display: none;
}

.customer-care .right .menu-section.show {
  display: block;
}

.customer-care .right {
  width: 67%;
  text-align: left;
}


.customer-care .accordion-wrapper .shopify_explorer_faq__question {
  display: flex; 
  justify-content: space-between;
  align-items: center;
}

  
.customer-care .accordion-wrapper .shopify_explorer_faq__item--expandable > .shopify_explorer_faq__question {
  cursor: pointer;
}
.customer-care .accordion-wrapper .shopify_explorer_faq__item--expandable > .shopify_explorer_faq__answer {
  display: none;
}
.customer-care .accordion-wrapper .shopify_explorer_faq__separator {
  text-transform: none;
  text-align: center;
}
.customer-care .accordion-wrapper .shopify_explorer_faq__separator :not(:first-child) {
  margin-top: 1.2em;
}
.customer-care .accordion-wrapper .shopify_explorer_faq__item {
  border-bottom: .5px solid #C1B5AB;
}
  
/*.accordion-section .shopify_explorer_faq__item:not(:last-child) {
  margin-bottom: 0.9em;
}*/
  
  
.customer-care .accordion-wrapper .shopify_explorer_faq__item .shopify_explorer_faq__question {
  margin-bottom: 0.2em;
  position: relative;
  margin: 0;
  padding: 0 0;
}
  
.customer-care .accordion-wrapper .shopify_explorer_faq__item .shopify_explorer_faq__answer {
  /*padding: 20px;*/
	/*-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;*/
  /*padding: 5px 15px;*/
  padding-bottom: 3em;
 
}
.customer-care .accordion-wrapper .shopify_explorer_faq__item .shopify_explorer_faq__answer.active {
/*   border-top: 1px solid #000; */
  padding-bottom: 3em;
  
}

.customer-care .accordion-wrapper .shopify_explorer_faq__answer h3 {
  margin-top: 5rem;
}

.customer-care .accordion-wrapper .shopify_explorer_faq__answer p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
} 


  
.customer-care .menu-section h1 {
  font-size: 4rem;
  margin-top:1.5rem;
}

.customer-care .shopify_explorer_faq__question h3.h5 {
  text-decoration: none;
  font-family: 'graphikmedium';
    font-size: 1.25rem;
    color: black;
    letter-spacing: 0;
    line-height: 1.9;
  font-weight: bold;
}
  

.customer-care .privacy li {
  font-family: 'benton_sans';
  font-size: 1.3rem;
  letter-spacing: 0rem;
  color: black;
}
  


.customer-care .shopify_explorer_faq__question .plus {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 1300px) {
  .customer-care {
    flex-direction: column;
  }

  .customer-care .right {
    width: 100%;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .customer-care .menu-section h1 {
    font-size: 3rem;
  }
}
.fw-image {
  margin: 5rem 0;
  background-position: center;
  background-size: cover;
  height: 50vw;
}

@media screen and (max-width: 1050px) {
  .fw-image {
    height: 55vw;
  }
}

@media screen and (max-width: 750px) {
  .fw-image {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 500px) {
  .fw-image {
    height: 60vw;
  }
}
.border {
  height: 1px;
  width: 100%;
  background-color: lightgrey;
}

.contact-form .globo-formbuilder {
  padding: 8vw 0;
}

.contact-form .globo-form-app {
  max-width: 1350px !important;
}

.contact-form .gfb-style-line .globo-form-control .globo-form-input input {
  font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
    color: lightgrey;
}
  
.contact-form .gfb-style-line .globo-form-control .globo-form-input textarea {
   font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
    color: lightgrey;
}

.contact-form .globo-form-control .gfb__dropzone {
  border: none;
  background-color: transparent;
  justify-content: flex-start;
  padding: 0;
}

.contact-form .gfb__dropzone--placeholder--title {
  font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
}

.contact-form .globo-form-control .gfb__dropzone--placeholder--button {
  background: transparent;
  border: none;
  font-family: benton_sans;
}

.contact-form .globo-form-control .gfb__dropzone--placeholder {
      flex-direction: row;
    
      border-bottom: 1px solid lightgrey;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.contact-form .globo-form-control .gfb__dropzone--content {
  width: 100%;
}

.contact-form .gfb__footer button {
    background: transparent !important;
    color: black;
    appearance: none !important;
    box-shadow: none !important;
    border-radius: 40px !important;
  font-family: 'montserratmedium' !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  color: black !important;
  border: 1px solid black !important;
  padding: 1.3rem 2.2rem !important;
  text-decoration: none !important;
  letter-spacing: .17rem !important;
  }

.contact-form .gfb__footer button:hover {
  color: #BA8056 !important;
    border: 1px solid #BA8056 !important;
}

.contact-form .wizard__content p {
  color: transparent;
}

.contact-form .wizard__content p a {
  color: transparent;
}

.contact-form .gfb-style-line .globo-form-control .globo-form-input input:focus {
  box-shadow: var(--gfb-primary-color) 0px 1px;
}

.contact-form .globo-form-control.layout-2-column {
    width: 48%;
}

.contact-form .globo-form-app .panel {
  justify-content: space-between;
}

.contact-form .gfb-style-line .panel {
    row-gap: 10px;
}


.contact-header {
  padding: 8vw 0 11vw;
}

.contact-content {
  display: flex;
  justify-content: space-between;
}

.contact-left {
  display: flex;
  width: auto;
}

.contact-right {
  width: 22%;
}

.contact-location {
  margin-right: 12rem;
}

.contact-location p {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-connect a {
  display: block;
  text-decoration: none;
  color: black;
  font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
    color: #000;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
}

.contact-connect a:hover {
  color: #aa785f;
}


@media screen and (max-width: 1350px) {
  .contact-right {
    width: 29%;
}
}

  @media screen and (max-width: 1050px) {
  .contact-right {
    width: 36%;
}
}

  @media screen and (max-width: 850px) {
    .contact-content {
      flex-direction: column-reverse;
    }

    .contact-right {
    width: 75%;
      margin-bottom: 4rem;
}
  }

  @media screen and (max-width: 500px) {
    .contact-right {
    width: 90%;
}
  }
.landing-screen {
  width: 100%;
  height: 100vh;
}

.landing-screen .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, .2);
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.landing-screen .main-image {
  background-size: cover;
  background-position: center;
  transition: 500ms ease;
  width: 100%;
  height: 100%;
  z-index: 1;
}
  

.landing-screen .studio-image {
  background-size: cover;
  background-position: center;
  transition: 500ms ease;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}



.landing-screen .showroom-image {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 500ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.landing-screen .studio-image.show {
  opacity: 100%;
  transition: 500ms ease;
}
  

.landing-screen .showroom-image.show {
  opacity: 100%;
  transition: 500ms ease;
}

.landing-screen .logo-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landing-screen .buttons-container {
  display: flex;
}

.landing-screen .outline-button {
  margin-left: 3rem;
  color: white;
  border-color: white;
}

.landing-screen .outline-button:hover {
  color: black;
  border-color: black;
}

.landing-screen .logo-buttons img {
  width: 30%;
  height: auto;
}


  .fade-in-screen {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:100%;
  }

  
  .fade-in-screen.loaded {
    opacity: 0%;
    transition: 3s ease;
  }


  .fade-in-screen img {
    width: 10vw;
    height: auto;
  }

  .fade-in-screen.void {
    display: none;
  }


  .fade-in-screen img.fadeout {
    opacity: 0;
    transition: 1.5s ease-out;
  }
  
@media screen and (max-width: 1500px) {
  .landing-screen .logo-buttons img {
    width: 31%;
  }
}

@media screen and (max-width: 1250px) {
  .fade-in-screen img {
    width: 12vw;
  }
}

@media screen and (max-width: 1050px) {
  .landing-screen .logo-buttons img {
    width: 45%;
  }
}

@media screen and (max-width: 950px) {
  .fade-in-screen img {
    width: 15vw;
  }
}

  
@media screen and (max-width: 750px) {
  .landing-screen .overlay {
    align-items: center;
  }

  .landing-screen .logo-buttons {
    flex-direction: column;
    height: 100%;
    padding-top: 4rem;
    justify-content: center;
    align-items: center;
  }

  .landing-screen .buttons-container {
    flex-direction: column;
  }
  .landing-screen .outline-button {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .landing-screen .logo-buttons img {
    width: 93%;
    margin-bottom: 5rem;
}
}

@media screen and (max-width: 700px) {
  .fade-in-screen img {
    width: 20vw;
  }
}

@media screen and (max-width: 500px) {
  .fade-in-screen img {
    width: 25vw;
  }

  .landing-screen .buttons-container {
    margin-top: 38vh;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  .landing-screen .logo-buttons img {
    margin-bottom: 0;
    width: 100%;
  }

  .landing-screen .logo-buttons {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .landing-screen .overlay {
    width: 100%;
  }

  .landing-screen .outline-button {
    width: 48%;
  }
  
}
.new-coll-signup {
  padding: 12vw 0 11vw 5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B2B2B2;
}

.new-coll-signup .left-column {
  width: 24%;
}

.new-coll-signup .left-column p {
  font-family: 'work_sanslight';
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 5rem;
}


.new-coll-signup .right-column {
  width: 69%;
}

.new-coll-signup .image-container {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vw;
}

.new-coll-signup .text-container {
  width: 100%;
  padding-right: 5rem;
  margin-top: 6.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.new-coll-signup .logo-icon {
  width: 6rem;
  height: auto;
  margin-bottom: 3rem;
}
  

.new-coll-signup .text-container .subtext {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  width: 100%;
}

.new-coll-signup .text-container h2 {
  text-align: right;
  width: fit-content;
  margin-top: .7rem;
    margin-right: 4rem;
}

  .new-coll-signup .text-container p {
    width: 55%;
    margin-top: 0;
  }

  .new-coll-signup .newsletter-form__field-wrapper .field__input {
    color: black;
    border-color: black;
  }

  .new-coll-signup .newsletter-form {
    max-width: 100%;
  }

  .new-coll-signup .newsletter-form__field-wrapper {
    max-width: 100%;
}

  .new-coll-signup .newsletter-form__field-wrapper .field__label {
    color: black;
  }

  .new-coll-signup .newsletter-form__button {
    color: black;
  }



@media screen and (max-width: 1600px) {
  .new-coll-signup .left-column {
    width: 30%;
}

  .new-coll-signup .right-column {
    width: 65%;
}
}

@media screen and (max-width: 1550px) {
  .new-coll-signup .text-container .subtext {
    width: 80%;
  }
}

@media screen and (max-width: 1375px) {
  .new-coll-signup .text-container .subtext {
    width: 90%;
  }
}

  @media screen and (max-width: 1250px) {
  .new-coll-signup .left-column p {
    font-size: 1.7rem;
  }

  .new-coll-signup .text-container div {
  flex-direction: column;
  }

  .new-coll-signup .text-container h2 {
    text-align: left;
    margin-left: 0;
  }

  .new-coll-signup .text-container p {
    width: 100%;
    margin-top: 2rem;
}

    .new-coll-signup {
    padding: 14vw 0 11vw 5rem;
  }

  .new-coll-signup .right-column {
    width: 60%;
}

  .new-coll-signup .left-column {
    width: 35%;
}

  .new-coll-signup .text-container {
    width: 100%;
    margin-top: 6.5vw;
    padding-right: 5rem;
}

  .new-coll-signup .image-container {
    height: 42vw;
  }
}



@media screen and (max-width: 900px) {
  .new-coll-signup {
    flex-direction: column;
    padding-bottom: 13vw;
  }

  .new-coll-signup .left-column {
    width: 75%;
}

  .new-coll-signup .right-column {
    width: 100%;
    margin-top: 13vw;
}

  .new-coll-signup .image-container {
    height: 54vw;
}

 .new-coll-signup .text-container {
   width: 100%;
 }
}

@media screen and (max-width: 750px) {
  .new-coll-signup {
    padding: 14vw 0 13vw 1rem;
}

  .new-coll-signup .image-container {
    height: 58vw;
}

  .new-coll-signup .text-container {
    padding-right: 1rem;
  }
}



@media screen and (max-width: 500px) {
  .new-coll-signup .text-container {
    
    margin-top: 15.5vw;
    
}

  .new-coll-signup .text-container p {
    margin-top: .5rem;
  }
}
.our-partners {
  padding: 13vw 0 13vw;
}

.our-partners .column-container {
  display: flex;
  justify-content: space-between;
}  

.our-partners .column-container .column-left {
  display: flex;
  
  width: 50%;
  flex-direction: column;
}

.our-partners .col-container {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 10rem;
}

.our-partners .column-container .column-left .flex-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-partners .column-container .column-left p {
  margin-bottom: 5rem;
  margin-top: 0;
}

.our-partners .column-container .column-left p.mobile-show {
  display: none;
}

.our-partners h1 {
  margin-top: 0;
}
  
.our-partners .column-container .column-left h2 {
 
  line-height: 2rem;
 
}
  
.our-partners .outline-button {
  align-self: flex-start;
}

 .our-partners .outline-button:hover {
    color: #BA8056;
    border: 1px solid #BA8056;
  }
  

.our-partners .flex-columns.right-col {
  width: 52%;
}

.our-partners .flex-columns.right-col.alt-layout {
  justify-content: flex-end;
}


.our-partners .image-container {
  width: 50%;
  height: 42vw;
  background-position: center;
  background-size: cover;
}

.our-partners .image-container.image-top {
  background-position: top;
}

  @media screen and (max-width: 1280px) {
    .our-partners .image-container {
      height: 50vw;
      width: 43%;
    }
  }




@media screen and (max-width: 1250px) {
  .our-partners {
    padding: 13vw 0;
  }

  .our-partners .column-container .column-left {
    width: 60%;
  }
}


@media screen and (max-width: 1150px) {
  .our-partners .column-container .column-left {
    width: 73%;
}
}



@media screen and (max-width: 950px) {
  .our-partners .column-container {
    flex-wrap: wrap;
  }

  .our-partners .column-container .column-left {
    width: 100%;
  }

  .our-partners .outline-button {
    margin-top: 9vw;
  }

  .our-partners .image-container {
    width: 100%;
    height: 56vw;
    margin-top: 7rem;
  }

    .our-partners .col-container {
      margin-bottom: 3rem;
      margin-top: 0;
    }


}

@media screen and (max-width: 750px) {
  .our-partners .image-container {
    height: 93vw;
    width: 100%;
  }
}




@media screen and (max-width: 500px) {
  .our-partners .column-container .column-left .col-container {
    flex-direction: column;
  }

  .our-partners .column-container .column-left p {
    width: 100%;
}

  .our-partners {
    padding: 18vw 0;
  }

  .our-partners .column-container .column-left div {
    width: 100%;
}

  .our-partners .column-container .column-left p.mobile-show {
    width: 89%;
  }

  .our-partners .right-col div h2:nth-of-type(1) {
    margin-top: 0;
  }

  .our-partners .col-container {
    margin-bottom: 1rem;
  }
}
.podcast-giving-back {
  padding: 6vw 0 6vw;
}

.podcast-giving-back .content-wrapper {
  padding: 0 5rem 7rem;
  
}

.podcast-giving-back .text-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}  

.podcast-giving-back .text-wrapper div {
  width: 30%;
}



.podcast-giving-back .text-wrapper h1 {
  margin-bottom: 2.5vw;
}

.podcast-giving-back .text-wrapper h2 {
  margin-top: 4.5rem;
  margin-bottom: 2.9vw;
}

.podcast-giving-back .image-wrapper {
  width: 100%;
  height: 45vw;
  background-position: center;
  background-size: cover;
  opacity: 0%;
}


  @media screen and (max-width: 1200px) {
    .podcast-giving-back .content-wrapper {
      padding: 0 0 7rem;
    }
  }

  @media screen and (max-width: 1050px) {

    .podcast-giving-back .text-wrapper div {
      width: 45%;
    }

    .podcast-giving-back .text-wrapper p {
      margin-bottom: 0;
    }
  }


  @media screen and (max-width: 950px) {
    .podcast-giving-back .text-wrapper {
      flex-direction: column;
    }

    .podcast-giving-back .text-wrapper div {
    width: 75%;
      margin-bottom: 4rem;
}

    .podcast-giving-back .image-wrapper {
      height: 50vw;
    }

    .podcast-giving-back h1 {
      text-align: center;
    }

    .podcast-giving-back .text-wrapper p {
      text-align: center;
    }
  }

  
  @media screen and (max-width: 750px) {
    .podcast-giving-back {
    padding: 14vw 0 20vw;
}

    .podcast-giving-back .text-wrapper div {
    width: 85%;
}

    .podcast-giving-back .content-wrapper {
      flex-direction: column;
    }

    .podcast-giving-back .text-wrapper div {
    width: 100%;
}

    .podcast-giving-back .text-wrapper {
      margin-bottom: 10vw;
      width: 80%;
      margin: 0 auto;
    }

     .podcast-giving-back .image-wrapper{
       height: 55vw;
     }
  }

  @media screen and (max-width: 500px) {
    .podcast-giving-back .text-wrapper {
      width: 100%;
      align-items: flex-start;
}

    .podcast-giving-back h1 {
    text-align: left;
}

    .podcast-giving-back .text-wrapper p {
    text-align: left;
}

    .podcast-giving-back .outline-button {
      width: fit-content;
    }
   
  }
.podcast-main {
  padding: 10vw 0;
  display: flex;
  justify-content: space-between;
}

.podcast-main .left-col {
  width: 50%;
  position: relative;
}

.podcast-main .right-col {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.podcast-main .sticky-content {
  width: 62%;
  position: sticky;
  top: 8vw;
}

.podcast-main .buttons-container {
  display: flex;
  margin-top: 5rem;
}

.podcast-main .outline-button {
  margin-right: 3rem;
}

.podcast-main .podcast-card-container {
  width: 49%;
  position: relative;
  margin-bottom: 3rem;
}

.podcast-main p.underline-button {
  margin-left: auto;
  font-size: 1rem;
  border-bottom: 1px solid black;
}

.podcast-main .podcast-card-container:hover p.underline-button {
  color: #BA8056;
  border-bottom: 1px solid #BA8056;
}

  
.podcast-main .podcast-image-container {
  width: 100%;
  position: relative;
}

.podcast-main .podcast-card-image {
  width: 100%;
  height: auto;
  display: block;
}
  

.podcast-main .podcast-info {
  display: flex;
  justify-content: space-between;
}

.podcast-main .podcast-info p.pprice {
  margin-top: 1rem;
}

.podcast-main .podcast-card-container a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
}  

.podcast-main .podcast-card-container .podcast-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition: 350ms ease;
}

.podcast-main .podcast-card-container:hover .podcast-overlay {
  opacity: .15;
  transition: 350ms ease;
}

.podcast-main .left-col p {
  margin: 2vw 0 0;
}

.podcast-main h1 {
  margin-top: 0;
}

@media screen and (max-width: 1650px) {
  .podcast-main .sticky-content {
    width: 70%;
  }
}
  

@media screen and (max-width: 1450px) {
  .podcast-main .sticky-content {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .podcast-main .buttons-container {
    flex-direction: column;
  }

  .podcast-main .outline-button {
    width: fit-content;
    margin-bottom: 4rem;
  }
}


@media screen and (max-width: 1050px) {
  .podcast-main .podcast-card-container {
    width: 100%;
  }

  .podcast-main .sticky-content {
    width: 75%;
  }

  podcast-main .left-col p {
    margin: 3vw 0 6.5vw;
}
}

@media screen and (max-width: 900px) {
  .podcast-main .sticky-content {
    width: 80%;
  }
}

@media screen and (max-width: 850px) {
  .podcast-main {
    flex-direction: column;
  }

  .podcast-main .sticky-content {
    width: 100%;
}

  .podcast-main .left-col {
    width: 80%;
    margin-bottom: 10vw;
  }

   .podcast-main .right-col{
     width: 100%;
   }

  .podcast-main .podcast-card-container {
    width: 48.5%;
}

  .podcast-main .buttons-container {
    flex-direction: row;
  }

  .podcast-main .outline-button {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .podcast-main .left-col {
    margin-bottom: 15vw;
  }

  .podcast-main .left-col p {
    margin: 4vw 0 8.5vw;
}

  .podcast-main {
    padding: 17vw 0;
  }
}

@media screen and (max-width: 650px) {
  .podcast-main .left-col {
    width: 100%;
  }

  .podcast-main .left-col p {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .podcast-main .left-col {
    width: 100%;
    margin-bottom: 7vw;
  }

  .podcast-main .left-col p {
    margin: 6vw 0 10.5vw;
    width: 97%;
}

  .podcast-main .podcast-card-container {
    width: 48%;
}

  .podcast-main .buttons-container {
    flex-direction: column;
  }

  .podcast-main .outline-button {
    width: fit-content;
    margin-bottom: 4rem;
  }
  
}
.podcast-partnerships {
  padding: 16vw 0 10vw;
}

.podcast-partnerships .column-container {
  display: flex;
  justify-content: space-between;
}  

.podcast-partnerships .column-container .column-left {
  display: flex;
  justify-content: space-between;
  width: 55%;
  
}

.podcast-partnerships .column-container .column-left .flex-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.podcast-partnerships .column-container .column-left p {
  margin-bottom: 5rem;
  margin-top: 0;
}

.podcast-partnerships .column-container .column-left p.mobile-show {
  display: none;
}

.podcast-partnerships h1 {
  margin-top: 0;
}
  
.podcast-partnerships .column-container .column-left h2 {
 
  line-height: 2rem;
 
}
  
.podcast-partnerships .outline-button {
  align-self: flex-start;
}

 .podcast-partnerships .outline-button:hover {
    color: #BA8056;
    border: 1px solid #BA8056;
  }

.podcast-partnerships .flex-columns.right-col {
  width: 52%;
}

.podcast-partnerships .flex-columns.right-col.alt-layout {
  justify-content: flex-end;
}





@media screen and (max-width: 1250px) {
  .podcast-partnerships {
    padding: 13vw 0;
  }

  .podcast-partnerships .column-container .column-left {
    width: 60%;
  }
}

@media screen and (max-width: 1050px) {
  .podcast-partnerships .column-container .column-left {
    width: 65%;
  }
}

@media screen and (max-width: 950px) {
  .podcast-partnerships .column-container {
    flex-wrap: wrap;
  }

  .podcast-partnerships .column-container .column-left {
    width: 100%;
  }

  .podcast-partnerships .outline-button {
    margin-top: 9vw;
  }


}


@media screen and (max-width: 600px) {
  .podcast-partnerships .column-container .column-left p.mobile-show {
  display: block;
    width: 75%;
}

  .podcast-partnerships .column-container .column-left p.mobile-hide {
  display: none;
}

  .podcast-partnerships .column-container .column-left {
    flex-direction: column;
  }

  .podcast-partnerships .column-container .column-left h2:nth-of-type(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .podcast-partnerships .column-container .column-left {
    flex-direction: column;
  }

  .podcast-partnerships .column-container .column-left p {
    width: 100%;
}

  .podcast-partnerships {
    padding: 18vw 0;
  }

  .podcast-partnerships .column-container .column-left div {
    width: 100%;
}

  .podcast-partnerships .column-container .column-left p.mobile-show {
    width: 89%;
  }
}
.podcast-two-col {
  display: flex;
  justify-content: space-between;
  padding: 6vw 0 12vw;
}

.podcast-two-col .col-container {
  width: 47.5%;
}

.podcast-two-col .image-container {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 51vw;
}

  
.podcast-two-col .outline-button {
  margin: 0 auto;
  display: block;
  margin-top: 5rem;
  width: fit-content;
}

@media screen and (max-width: 1200px) {
  .podcast-two-col .image-container {
    height: 53vw;
  }
}

@media screen and (max-width: 600px) {
  .podcast-two-col {
    flex-direction: column;
    padding: 6vw 0 7vw;
  }
  
  .podcast-two-col .col-container {
    width: 100%;
    margin-bottom: 9rem;
  }

   .podcast-two-col .image-container {
     height: 108vw;
   }
}
#hp-intro {
  width: 100%;
  height: 58vw;
}

#hp-intro video {
  height: 100%;
  width: 100%;
}
.press-page {
  padding: 6vw 0;
}

.press-page .press-container {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  padding: 5.5vw 0;
}

  
.press-page .press-block {
  width: 33%;
  position: relative;
  margin-bottom: 8rem;
}

.press-page h2 {
  margin-bottom: 0;
}

.press-page p {
  margin-top: 0;
}
  

.press-page .press-block a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.press-page .press-block:hover h2 {
  text-decoration: underline;
}

.press-page img {
  height: 5rem;
  width: auto;
}

@media screen and (max-width: 1500px) {
  .press-page .press-container {
    width: 77%;
  }
}

@media screen and (max-width: 1300px) {
  .press-page .press-container {
    width: 85%;
  }
}

@media screen and (max-width: 1500px) {
  .press-page .press-container {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .press-page {
    padding: 9vw 0;
  }
  
  .press-page .press-block {
    width: 50%;
  }

  .press-page .press-container {
    padding: 7.5vw 0;
  }
}

@media screen and (max-width: 500px) {
  .press-page .press-block {
    width: 100%;
}
}
.product-category {
  padding: 14vw 0;
  display: flex;
  justify-content: space-between;
}

.product-category .left-col {
  width: 50%;
  position: relative;
}

.product-category .right-col {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-category .sticky-content {
  width: 47%;
  position: sticky;
  top: 8vw;
}

.product-category .product-card-container {
  width: 49%;
  position: relative;
  margin-bottom: 3rem;
}

.product-category .product-image-container {
  width: 100%;
  position: relative;
}

.product-category .product-card-image {
  width: 100%;
  height: auto;
  display: block;
}
  

.product-category .product-info {
  display: flex;
  justify-content: space-between;
}

.product-category .product-info p.pprice {
  margin-top: 1rem;
}

.product-category .product-card-container a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
}  

.product-category .product-card-container .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition: 350ms ease;
}

.product-category .product-card-container:hover .product-overlay {
  opacity: .15;
  transition: 350ms ease;
}

.product-category .left-col p {
  margin: 2vw 0 3.5vw;
}

.product-category h1 {
  margin-top: 0;
}

@media screen and (max-width: 1500px) {
  .product-category .sticky-content {
    width: 55%;
  }
}

@media screen and (max-width: 1300px) {
  .product-category .sticky-content {
    width: 65%;
  }
}


@media screen and (max-width: 1050px) {
  .product-category .product-card-container {
    width: 100%;
  }

  .product-category .sticky-content {
    width: 75%;
  }

  .product-category .left-col p {
    margin: 3vw 0 6.5vw;
}
}

@media screen and (max-width: 900px) {
  .product-category .sticky-content {
    width: 80%;
  }
}

@media screen and (max-width: 850px) {
  .product-category {
    flex-direction: column;
  }

  .product-category .sticky-content {
    width: 100%;
}

  .product-category .left-col {
    width: 54%;
    margin-bottom: 10vw;
  }

   .product-category .right-col{
     width: 100%;
   }

  .product-category .product-card-container {
    width: 48.5%;
}
}

@media screen and (max-width: 700px) {
  .product-category .left-col {
    margin-bottom: 15vw;
  }

  .product-category .left-col p {
    margin: 4vw 0 8.5vw;
}

  .product-category {
    padding: 17vw 0;
  }
}

@media screen and (max-width: 500px) {
  .product-category .left-col {
    width: 100%;
  }

  .product-category .left-col p {
    margin: 6vw 0 10.5vw;
}

  .product-category .product-card-container {
    width: 48%;
}
}
.project-gallery {
  padding-bottom: 3.4vw;
}



.project-gallery .project-portrait {
  display: flex;
  justify-content: space-between;
  padding: 3.4vw 0;
  list-style: none;
}

.project-gallery .project-portrait li {
  width: 46.7%;
  height: 58vw;
  background-size: cover;
  background-position: center;
  cursor: pointer;
 
}

.project-gallery .project-landscape {
  padding: 3.4vw 0;
  list-style: none;
}

  
.project-gallery .video-wrapper {
  height: 58vw;
  width: 100%;
}

.project-gallery .video-wrapper video {
  height: 100%;
  width: 100%;
}

  
.project-gallery .project-landscape li {
  height: 58vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;

}

.modal-slider-section .scroll-arrow {
    position: absolute;
    bottom: -35px;
    right: 1%;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
  }
  
  .modal-slider-section .scroll-arrow img {
    width: 25px;
    height: auto;
  }

  .modal-slider-section {
    position: relative;
  }
  
  .modal-slider-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: -1;
    opacity: 0;
  }
  
  .modal-slider-overlay.show {
    z-index: 999999999;
    opacity: 1;
  }
  
  .modal-slider-overlay .slider-close {
    position: absolute;
    top: 2em;
    right: 5%;
    color: white;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  
  .modal-slider-overlay .slider-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 82%;
    max-width: 1500px;
    height: 90%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
  
  .modal-slider-overlay .slider-arrows {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: block;
  }
  
  .modal-slider-overlay .slider-arrows img.prev {
  	position: absolute;
    left: 0;
    width: 30px;
  }
  
  .modal-slider-overlay .slider-arrows img.next {
  	position: absolute;
    right: 0;
    width: 30px;
  }
  
  .modal-slider-overlay .slider-wrap .modal-slider, .modal-slider-overlay .slider-wrap .modal-slider .slick-list, .modal-slider-overlay .slider-wrap .modal-slider .slick-track {
    height: 100%;
  }
  
  .modal-slider .slick-slide {
    opacity: 0 !important;
  }
  
  .modal-slider .slick-slide.slick-active {
    z-index: 99999 !important;
    opacity: 1 !important;
  }

 /* .modal-slider .single-img {
    height: 100%;
  }*/

  .modal-slider .single-img img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  
  

  .slider-close img {
    height: 2rem;
    width: 2rem;
  }


  @media screen and (max-width: 1068px) {
    .modal-slider-overlay .slider-arrows {
      width: 95%;
    }
  }

  @media screen and (max-width: 650px) {

    .modal-slider .single-img img {
      height: auto;
      width: 100%;
  	}
  }

  @media screen and (max-width: 500px) {

    .modal-slider-overlay .slider-arrows {
      width: 99%;
    }

    .modal-slider-overlay .slider-arrows img.prev, .modal-slider-overlay .slider-arrows img.next {
      width: 20px;
    }

    .modal-slider .single-img .portrait {
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0 auto;
    top: 20%;
    }

    .project-gallery .project-portrait li {
      width: 48.5%;
    }
    

    .project-gallery .project-portrait {
      padding: 1.4vw 0;
    }
    
    .project-gallery .project-landscape {
    padding: 1.4vw 0;
}

    .project-gallery {
    padding-bottom: 1.4vw;
}
  }
.projects-hero-menu {
  display: flex;
  justify-content: flex-end;
  padding: .8vw 0 2rem 0;
}

  
.projects-hero-menu a {
 
  margin-left: 2rem;
      letter-spacing: 0;
    font-size: 1rem;
    font-family: benton_sans;
    color: gray;
    text-decoration: none;
    border-bottom: 1px solid gray;
    
}

  .projects-hero-menu a:hover {
    color: #BA8056;
    border-bottom: 1px solid #BA8056;
  }

.project-hero {
  padding: 0 0 3.4vw 0;
  display: flex;
  justify-content: space-between;
}

.project-hero p {
  margin-top: 5rem;
}

.project-hero .hero-right {
  width: 70%;
  height: 45vw;
  background-position: center;
  background-size: cover;
  opacity: 0;
}

.project-hero .video-wrapper {
  
  width: 70%;
  overflow: hidden;
}

.project-hero .video-wrapper video {
  height: auto;
  width: 100%;
}
  
.project-hero .hero-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
}

  .project-hero .hero-left .content {
    padding-top: 5rem;
  }

  #wrapper {
  display: table;
  width:100%;
  height:100%;
}

#wrapper-inner {
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 93px;
  text-align:center;
}
.arrow-down {
    display: block;
    
    width: 10px;
    height: 10px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #BA8056;
    border-right: 1px solid #BA8056;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
 
#scroll-down::before {
    
    position: absolute;
    top: -2px;
    left: 3px;
    margin-left: -1px;
    width: 1px;
    height: 100px;
    background: #BA8056;
    content: ' ';
}

  .hero-modal-slider-section .scroll-arrow {
    position: absolute;
    bottom: -35px;
    right: 1%;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
  }
  
  .hero-modal-slider-section .scroll-arrow img {
    width: 25px;
    height: auto;
  }

  .hero-modal-slider-section {
    position: relative;
  }

  .hero-modal-slider-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f2f0ea;
    z-index: -1;
    opacity: 0;
  }
  
  .hero-modal-slider-overlay.show {
    z-index: 999999999;
    opacity: 1;
  }
  
  .hero-modal-slider-overlay .slider-close {
    position: absolute;
    top: 2em;
    right: 5%;
    color: white;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  
  .hero-modal-slider-overlay .slider-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 82%;
    max-width: 1500px;
    height: 90%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
  
  .hero-modal-slider-overlay .slider-arrows {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    display: block;
  }
  
  .hero-modal-slider-overlay .slider-arrows img.prev {
  	position: absolute;
    left: 0;
    width: 30px;
  }
  
  .hero-modal-slider-overlay .slider-arrows img.next {
  	position: absolute;
    right: 0;
    width: 30px;
  }
  
  .hero-modal-slider-overlay .slider-wrap .modal-slider, .hero-modal-slider-overlay .slider-wrap .modal-slider .slick-list, .hero-modal-slider-overlay .slider-wrap .modal-slider .slick-track {
    height: 100%;
  }
  

/*@media screen and (max-width: 1380px) {
  .project-hero .hero-left {
    width: 25%;
  }

  .project-hero .hero-right {
    width: 68%;
  }

  .project-hero .video-wrapper {
  width: 68%
}
}*/

@media screen and (max-width: 1600px) {
  .project-hero {
    flex-direction: column;
  }

  .project-hero .hero-left {
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 7rem;
    padding-top: 3rem;
  }

  .project-hero .hero-left .content {
    width: 45%;
  }

  .project-hero p {
    margin-bottom: 0;
  }

  .project-hero .hero-right {
    width: 100%;
    height: 58vw;
  }

  .project-hero .video-wrapper {
  width: 100%;
    
}
}


  @media screen and (max-width: 800px) {
    .project-hero .hero-left .content {
      width: 50%;
    }
  }

  @media screen and (max-width: 600px) {
    .project-hero .hero-left .content {
      width: 75%;
      padding-top: 0;
    }

    .project-hero .hero-left {
      padding-bottom: 5rem;
      padding-top: 2rem;
    }    
  }
  

  @media screen and (max-width: 500px) {
    .project-hero .hero-left .content {
      width: 91%;
    }

    .projects-hero-menu {
      justify-content: flex-start;
    }

    .projects-hero-menu a {
      margin-left: 0;
      margin-right: 2rem;
    }
  }
.projects-blog {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0 8vw;
  position: relative;
}
  

.projects-blog .menu-container {
  width: 25%;
  position: relative;
  padding: 5rem 0;
}

  

.projects-blog .image-container {
  width: 70%;
  position: sticky;
  top: 10rem;
  height: 45vw;
}

.projects-blog .image-container .image {
  position: absolute;
  width: 100%;
  height: 45vw;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: 300ms linear;
}
  

.projects-blog .image-container .image.show {
  opacity: 1;
  transition: 300ms linear;
}

.projects-blog .post-title {
  position: relative;
}

.projects-blog .post-title:hover h1 {
  color: #BA8056;
}

.projects-blog li.active h1 {
  color: #BA8056;
}

.projects-blog li {
  margin-bottom: 4rem;
}
  
.projects-blog .post-title a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.projects-blog ul {
  list-style: none;
  padding-left: 0;
}

.projects-blog .post-title h1 {
  margin-bottom: 0;
}


  @media screen and (max-width: 1250px) {
    .projects-blog li h1 {
      font-size: 2.4rem;
    }

    .projects-blog .menu-container {
      padding: 2rem 0;
    }
  }

  @media screen and (max-width: 1050px) {

    .projects-blog li h1 {
      margin-bottom: 0;
      font-size: 2.2rem;
    }

    .projects-blog .image-container .image {
      height: 48vw;
    }

    .projects-blog .image-container {
      height: 48vw;
      width: 68%;
    }

    .projects-blog .menu-container {
      width: 28%;
    }
  }

  @media screen and (max-width: 950px) {
    .projects-blog li h1 {
      margin-bottom: 0;
      font-size: 2.2rem;
    }

    .projects-blog {
      padding: 6vw 0;
    }
  }

  @media screen and (max-width: 850px) {
    .projects-blog .menu-container {
    width: 35%;
}

    .projects-blog .image-container {
    height: 60vw;
    width: 61%;
}

    .projects-blog .image-container .image {
    height: 60vw;
}
  }

  @media screen and (max-width: 700px) {
    .projects-blog {
      flex-direction: column-reverse;
    }

    .projects-blog .image-container .image {
    height: 64vw;
}

    .projects-blog .image-container {
    height: 64vw;
    width: 100%;
}

    .projects-blog .menu-container {
    width: 100%;
    padding: 3rem 0 0;
}

    .projects-blog .image-container {
      position: unset;
    }
  }

  @media screen and (max-width: 500px) {
    .projects-blog .image-container .image {
    height: 66vw;
}

    .projects-blog .image-container {
      height: 66vw;
    }
  }
.services-process {
  padding: 10vw 0;
}

.services-process .content-container {
  display: flex;
  justify-content: space-between;
}  

.services-process h1 {
  margin-bottom: 5rem;
}

.services-process .step-description {
  width: 23%;
  position: relative;
}

  
.services-process .step-description p {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
}

.services-process .step-description p.show {
  opacity: 1;
  transition: 300ms linear;
}

  

.services-process .step-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.services-process .step-menu li {
  font-family: 'montserratmedium';
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black;
  letter-spacing: .17rem;
  cursor: pointer;
  margin-bottom: .8rem;
}

.services-process .step-menu li.active {
  color: gray;
}

.services-process .step-menu li:hover {
  color: gray;
}


@media screen and (max-width: 1500px) {
  .services-process .step-description {
    width: 27%;
  }
}

@media screen and (max-width: 1300px) {
  .services-process .step-description {
    width: 35%;
  }
}

@media screen and (max-width: 1000px) {
  .services-process .step-description {
    width: 45%;
  }
}

  @media screen and (max-width: 750px) {
  .services-process .step-description {
    width: 50%;
  }
}

  @media screen and (max-width: 500px) {
    .services-process .content-container {
      flex-direction: column;
    }

    .services-process .step-description {
      width: 92%;
    }

    .services-process .step-description p {
      position: relative;
      display: none;
    }

    .services-process .step-description p.show {
      position: relative;
      display: block;
      opacity: 1;
    }

    .services-process {
      padding: 15vw 0 17vw;
    }

    .services-process .step-menu {
      margin-bottom: 3rem;
    }
  }
.services-sticky {
  display: flex;
  width: 100%;
  position: relative;
}



.services-sticky .sticky-image {
  width: 50%;
  height: 55vw;
  position: sticky;
  top: 0;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.services-sticky .text-container {
  width: 50%;
}  

.services-sticky .text-block {
  padding: 10vw 8rem;
  display: flex;
  flex-direction: column;
  width: 63%;
  height: 55vw;
  justify-content: space-between;
  min-height: 100vh;
}

.services-sticky .underline-button {
  letter-spacing: 0;
    font-size: 1rem;
    font-family: benton_sans;
    text-decoration: none;
    border-bottom: 1px solid black;
    width: fit-content;
  color: black;
}

.services-sticky .underline-button:hover {
   color: #BA8056;
    border-bottom: 1px solid #BA8056;
}

.services-sticky h3 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 1600px) {
  .services-sticky .text-block {
    width: 70%;
  }
}

@media screen and (max-width: 1370px) {
  .services-sticky .text-block {
    width: 80%;
}
}

@media screen and (max-width: 1200px) {
   .services-sticky .text-block {
    width: 90%;
     padding: 12vw 8rem;
}
}

@media screen and (max-width: 950px) {
  .services-sticky .text-block {
    width: 100%;
    padding: 15vw 5rem 13vw;
  }
}

@media screen and (max-width: 750px) {
  .services-sticky {
    flex-direction: column;
  }

  .services-sticky .sticky-image {
    width: 100%;
    position: relative;
    min-height: 90vh;
  }

  .services-sticky .text-container {
    width: 70%;
  }

  .services-sticky .text-block {
    height: 80vw;
    min-height: 90vh;
  }
}

@media screen and (max-width: 650px) {
  .services-sticky .text-container {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .services-sticky .sticky-image {
    min-height: 70vh;
  }

  .services-sticky .text-container {
    width: 100%;
}

  .services-sticky .text-block {
    width: 100%;
    padding: 20vw 2rem 15vw;
    min-height: 56vh;
  }
}
.showroom-contact-hero {
  
  background-size: cover;
  background-position: center;
  height: 51vw;
  position: relative;
  margin: 5rem 0;
}

.showroom-contact-hero .content-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}



.showroom-contact-hero p {
  width: 22%;
  color: white;
  margin-top: 0;
}

.showroom-contact-hero h1 {
  color: white;
  margin-top: 0;
}

.showroom-contact-hero .outline-button {
  color: white;
  border-color: white;
}

@media screen and (max-width: 1400px) {
  .showroom-contact-hero p {
    width: 28%;
  }
}

@media screen and (max-width: 1250px) {
  .showroom-contact-hero p {
    width: 37%;
  }
}

@media screen and (max-width: 1050px) {
  .showroom-contact-hero .content-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .showroom-contact-hero p {
    width: 55%;
  }
}

@media screen and (max-width: 850px) {
  .showroom-contact-hero .content-left p {
    width: 80%;
  }

  .showroom-contact-hero {
    height: 57vw;
  }
}

  @media screen and (max-width: 750px) {
  .showroom-contact-hero p {
    width: 70%;
}


}

@media screen and (max-width: 500px) {
  .showroom-contact-hero {
    height: 66vw;
    margin: 1rem 0;
  }

  .showroom-contact-hero .content-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .showroom-contact-hero  p {
    width: 90%;
}

  .showroom-contact-hero .content-left {
    width: 83%;
}
}
.showroom-ethos {
  padding: 8vw 5rem 10vw;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
  

.showroom-ethos .left-container {
  width: 25%;
}

.showroom-ethos .columns-container {
  display: flex;
  justify-content: space-between;
  width: 63%;
  opacity: 0;
}

.showroom-ethos .column-container {
  width: 29%;
}

.showroom-ethos h3 {
  margin-bottom: 5rem;
  margin-top: 0;
}

.showroom-ethos h2 {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1610px) {
  .showroom-ethos {
    width: 100%;
  }
}

@media screen and (max-width: 1450px) {
  .showroom-ethos .left-container {
    width: 30%;
}

  .showroom-ethos .columns-container {
    width: 66%;
  }
}

@media screen and (max-width: 1300px) {
  .showroom-ethos {
    flex-direction: column;
  }

  .showroom-ethos .left-container {
    width: 43%;
    margin-bottom: 6rem;
  }

  .showroom-ethos .columns-container {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .showroom-ethos .left-container {
    width: 65%;
  }
}

@media screen and (max-width: 900px) {
  .showroom-ethos {
    padding: 6vw 0rem 10vw;
  }
}

@media screen and (max-width: 760px) {
  .showroom-ethos .columns-container {
    flex-direction: column;
  }

  .showroom-ethos .column-container {
    width: 80%;
    margin-bottom: 3rem;
}
}

@media screen and (max-width: 600px) {
  .showroom-ethos .left-container {
    width: 95%;
}

  .showroom-ethos {
    padding: 13vw 1rem 10vw;
  }
}

@media screen and (max-width: 500px) {
  .showroom-ethos .left-container {
    width: 88%;
}
}
.showroom-featured-products {
  padding: 10vw 0 18vw;
}


  
.showroom-featured-products .title-wrapper {
  display: flex;
  justify-content: space-between;
}

.showroom-featured-products .shop-button-wrapper {
  display: flex;
  width: 25%;
  font-family: 'montserratmedium';
  font-size: 1.35rem;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: .17rem;
}

.showroom-featured-products .shop-button-wrapper:hover .arrow-stem {
  background-color: black;
}

.showroom-featured-products .shop-button-wrapper:hover .arrow-right {
  border-left: 3.5px solid black;
}
  
.showroom-featured-products .arrow-container {
  display: flex;
  align-items: center;
  width: 28%;
  margin-left: 1.5rem;
}

  
.showroom-featured-products .arrow-stem {
  background-color: #AA785F;
  height: 1px;
  width: 100%;
}
  

.showroom-featured-products .arrow-right { 
  height: 0; 
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  
  border-left: 3.5px solid #AA785F;
}

.showroom-featured-products .products-container {
  display: flex;
  justify-content: space-between;
}  

.showroom-featured-products .product-card-container {
  width: 24%;
  position: relative;
}

.showroom-featured-products .product-image-container {
  width: 100%;
  position: relative;
}

.showroom-featured-products .product-card-image {
  width: 100%;
  height: auto;
  display: block;
}
  

.showroom-featured-products .product-info {
  display: flex;
  justify-content: space-between;
}

.showroom-featured-products .product-info p.pprice {
  margin-top: 1rem;
}

.showroom-featured-products .product-card-container a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
}  

.showroom-featured-products .product-card-container .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition: 350ms ease;
}

.showroom-featured-products .product-card-container:hover .product-overlay {
  opacity: .15;
  transition: 350ms ease;
}

@media screen and (max-width: 1570px) {
  .showroom-featured-products .section-left p {
    width: 52%;
}
}

@media screen and (max-width: 1400px) {
  .section-left p {
    width: 61%;
}
}

@media screen and (max-width: 1200px) {
  .showroom-featured-products .section-left p {
    width: 73%;
}
}

@media screen and (max-width: 1050px) {
  .showroom-featured-products .section-left p {
    width: 83%;
}

  .showroom-featured-products .products-container {
    flex-wrap: wrap;
  }

  .showroom-featured-products .product-card-container {
    width: 48.5%;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 980px) {
  .showroom-featured-products .section-right {
    width: 30%;
  }

  .showroom-featured-products .section-left {
    width: 60%;
}

  .showroom-featured-products .shop-button-wrapper {
    width: 30%;
  }
}

@media screen and (max-width: 840px) {
  .showroom-featured-products .shop-button-wrapper {
    width: 35%;
  }
}

@media screen and (max-width: 650px) {
  .showroom-featured-products .title-wrapper {
    flex-direction: column;
  }

  .showroom-featured-products .shop-button-wrapper {
    justify-content: flex-start;
    width: 47%;
  }

  .showroom-featured-products .header-section {
    flex-direction: column;
  }

  .showroom-featured-products .section-left p {
    width: 100%;
    margin: 5vw 0 6vw;
}

  .showroom-featured-products .section-left {
    width: 75%;
}

  .showroom-featured-products .section-right {
    width: 100%;
    text-align: left;
}
}

@media screen and (max-width: 500px) {
  .showroom-featured-products .section-left {
    width: 100%;
}

  .showroom-featured-products .shop-button-wrapper {
    font-size: 1.2rem;
    width: 85%;
  }

  .showroom-featured-products .product-card-container {
    width: 48%;
  }
}
.showroom-hero {
  background-position: center;
  background-size: cover;
  height: 50vw;
  margin: 5rem 0;
  background-color: rgba(0, 0, 0, .3);
  background-blend-mode: multiply;
  
}

.showroom-hero .content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 8.5vw;
  height:100%;
  width:100%;
  
}


  .showroom-hero h1 {
    color: white;
  }

  .showroom-hero .outline-button {
    color: white;
    border-color: white;
  }

  @media screen and (max-width: 750px) {
    .showroom-hero {
      height: 63vw;
      margin-top: 1rem;
    }
  }

  @media screen and (max-width: 500px) {
    .showroom-hero {
      height: 67vw;
    }
  }
.showroom-info {
  padding: 10vw 0;
  display: flex;
  justify-content: space-between;
}

.showroom-info .image-container {
  width: 66%;
  height: 44vw;
  background-size: cover;
  background-position: center;
}


.showroom-info .content-container {
  width: 34%;
  display: flex;
  flex-direction: column;
  padding-left: 8vw;
  justify-content: center;
}
  

.showroom-info .contact-block {
  margin-bottom: 3rem;
}


.showroom-info h1 {
  margin-bottom: 4rem;
}

.showroom-info .phone {
  margin-bottom: 0;
}

.showroom-info .email {
  margin-top: 0;
}

.showroom-info a {
  text-decoration: none;
  font-family: benton_sans;
    font-size: 1.3rem;
    letter-spacing: 0rem;
    color: #000;
}

.showroom-info a:hover {
  color: #BA8056;
}

@media screen and (max-width: 1350px) {
  .showroom-info .image-container {
    height: 47vw;
  }
}

@media screen and (max-width: 1150px) {
  .showroom-info .image-container {
    height: 52vw;
  }
}

@media screen and (max-width: 1000px) {
  .showroom-info .contact-block {
    margin-bottom: 2rem;
}

  .showroom-info h1 {
    margin-bottom: 3rem;
}

  .showroom-info .content-container {
    padding-left: 6vw;
  }
}

@media screen and (max-width: 905px) {
  .showroom-info {
    flex-direction: column;
    padding: 13vw 0 10vw;
  }

  .showroom-info .image-container {
    width: 100%;
    height: 59vw;
  }

  .showroom-info .content-container {
    padding-left: 0;
    width: 100%;
    margin-top: 5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .showroom-info h1 {
    width: 100%;
  }

  .showroom-info .contact-block {
    width: 33%;
  }
}


@media screen and (max-width: 650px) {
  .showroom-info .contact-block {
    width: 100%;
}
}

@media screen and (max-width: 500px) {
  .showroom-info {
    padding: 1rem 0 10vw;
  }

  .showroom-info .content-container {
    margin-top: 3rem;
  }
}
.showroom-materials {
  padding: 12vw 0 13vw;
}

.showroom-materials .content-wrapper {
  padding: 0 5rem 7rem;
  display: flex;
  justify-content: space-between;
}

.showroom-materials .text-wrapper {
  width: 55%;
  display: flex;
  justify-content: space-between;
}  

.showroom-materials .text-wrapper div {
  width: 46%;
}

.showroom-materials .outline-button {
  align-self: flex-end;
}

.showroom-materials .text-wrapper h1 {
  margin-bottom: 2.5vw;
}

.showroom-materials .text-wrapper h2 {
  margin-top: 4.5rem;
  margin-bottom: 2.9vw;
}

.showroom-materials .image-wrapper {
  width: 100%;
  height: 45vw;
  background-position: center;
  background-size: cover;
  opacity: 0%;
}

  @media screen and (max-width: 1350px) {
    .showroom-materials .text-wrapper {
      width: 65%;
    }
  }

  @media screen and (max-width: 1200px) {
    .showroom-materials .content-wrapper {
      padding: 0 0 7rem;
    }
  }

  @media screen and (max-width: 1050px) {
    .showroom-materials .text-wrapper {
      width: 71%;
    }

    .showroom-materials .text-wrapper p {
      margin-bottom: 0;
    }
  }


  @media screen and (max-width: 950px) {
    .showroom-materials .text-wrapper {
      flex-direction: column;
    }

    .showroom-materials .text-wrapper div {
    width: 75%;
}

    .showroom-materials .image-wrapper {
      height: 50vw;
    }
  }

  
  @media screen and (max-width: 750px) {
    .showroom-materials {
    padding: 14vw 0 20vw;
}

    .showroom-materials .text-wrapper div {
    width: 85%;
}

    .showroom-materials .content-wrapper {
      flex-direction: column;
    }

    .showroom-materials .text-wrapper div {
    width: 100%;
}

    .showroom-materials .text-wrapper {
      margin-bottom: 10vw;
      width: 69%;
    }

     .showroom-materials .image-wrapper{
       height: 55vw;
     }
  }

  @media screen and (max-width: 500px) {
    .showroom-materials .text-wrapper {
    width: 100%;
}

    .showroom-materials .outline-button {
    align-self: flex-start;
}
  }
.showroom-studio {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15vw;
}

.showroom-studio .left-col {
  width: 43%;
  background-position: center;
  background-size: cover;
  height: 42vw;
  opacity: 0;
}
  

.showroom-studio .right-col {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.showroom-studio .right-col .content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.showroom-studio .right-col .content-left {
  width: 41%;
}

.showroom-studio .right-col .content-left h1 {
  margin-top: 0;
}

.showroom-studio .right-col .content-right {
  width: 44%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

}



.showroom-studio .right-col .content-right p {
  margin-bottom: 4.5vw;
  margin-top: 0.3rem;
}

.showroom-studio .content-left p {
  font-family: 'work_sanslight';
  font-size: 1.7rem;
  margin-bottom: 0;
  line-height: 1.7;
  margin-top: 0;
}

@media screen and (max-width: 1550px) {
  .showroom-studio .right-col {
    width: 50%;
  }
}

@media screen and (max-width: 1350px) {
  .showroom-studio .right-col .content-right {
    width: 46%;
  }

  .showroom-studio .right-col .content-left {
    width: 44%;
}

   .showroom-studio .right-col {
     width: 51%;
   }

   .showroom-studio .left-col{
     height: 45vw;
   }
}

@media screen and (max-width: 1280px) {
  .showroom-studio .right-col {
    flex-direction: column;
    justify-content: center;
  }

  .showroom-studio .right-col .content-container {
    flex-wrap: wrap;
  }

  
  .showroom-studio .right-col .content-left {
    width: 100%;
    margin-bottom: 3vw;
}

  .showroom-studio .right-col .content-right {
    width: 100%;
}

  .showroom-studio .left-col {
    height: 50vw;
}

  .showroom-studio {
    padding-top: 4vw;
    padding-bottom: 16vw;
  }
}

@media screen and (max-width: 1000px) {
  .showroom-studio .content-left p {
    font-size: 1.7rem;
  }
  
}

@media screen and (max-width: 850px) {
  .showroom-studio .left-col {
    height: 55vw;
}

  .showroom-studio .right-col {
    width: 52%;
}
}

@media screen and (max-width: 750px) {
  .showroom-studio {
    flex-direction: column;
  }

  .showroom-studio .left-col {
    height: 93vw;
    width: 100%;
}

  .showroom-studio .right-col {
    margin-top: 6vw;
    width: 65%;
  }

  .showroom-studio .right-col .content-right p {
    margin-bottom: 7vw;
  }

  .showroom-studio .content-left p {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }
}

@media screen and (max-width: 500px) {
  .showroom-studio .right-col {
    width: 100%;
}

  .showroom-studio .content-left p {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .showroom-studio .right-col .content-right p {
    margin-bottom: 9vw;
  }

  .showroom-studio .right-col {
    margin-top: 8vw;
  }
}
.showroom-wellbeing {
  padding: 10vw 0 8vw;
  display: flex;
  
}

  
.showroom-wellbeing .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5vw;
  width: 100%;
}

.showroom-wellbeing .section-left {
  width: 50%;
}

.showroom-wellbeing .section-left h1 {
  margin-top: 0;
}

.showroom-wellbeing .section-left p {
  width: 46%;
}

.showroom-wellbeing .section-right {
  width: 50%;
  text-align: right;
}

.showroom-wellbeing .section-right h2 {
  line-height: 2.7rem;
}

@media screen and (max-width: 1570px) {
  .showroom-wellbeing .section-left p {
    width: 52%;
}
}

@media screen and (max-width: 1400px) {
  .showroom-wellbeing .section-left p {
    width: 61%;
}
}

@media screen and (max-width: 1200px) {
  .showroom-wellbeing .section-left p {
    width: 73%;
}
}

@media screen and (max-width: 1050px) {
  .showroom-wellbeing .section-left p {
    width: 83%;
}
}

@media screen and (max-width: 980px) {
  .showroom-wellbeing .section-right {
    width: 30%;
  }

  .showroom-wellbeing .section-left {
    width: 60%;
}
}

@media screen and (max-width: 650px) {
  .showroom-wellbeing .header-section {
    flex-direction: column;
  }

  .showroom-wellbeing .section-left p {
    width: 100%;
    margin: 5vw 0 6vw;
}

  .showroom-wellbeing .section-left {
    width: 75%;
}

  .showroom-wellbeing .section-right {
    width: 100%;
    text-align: left;
}
}

@media screen and (max-width: 500px) {
  .showroom-wellbeing .section-left {
    width: 100%;
}
}
.simple-text {
  padding: 10vw 0 11vw;
}

.simple-text h1 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}

.simple-text p {
  width: 34%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .simple-text p {
    width: 38%;
  }
}

@media screen and (max-width: 1200px) {
  .simple-text p {
    width: 45%;
  }
}

@media screen and (max-width: 1000px) {

  .simple-text {
    padding: 15vw 0;
  }
  
  .simple-text p {
    width: 57%;
  }
}

@media screen and (max-width: 750px) {
  .simple-text p {
    width: 70%;
  }

  .simple-text {
    padding: 18vw 0;
  }
}

@media screen and (max-width: 500px) {
  .simple-text p {
    width: 95%;
  }

  .simple-text h1 {
    marign-bottom: 3rem;
  }

  .simple-text {
    padding: 21vw 0;
  }
}
.studio-hero {
  margin: 5rem 0 9vw;
  height: 52vw;
  position: relative;
  
}

.studio-hero .hero-slider-wrapper {
  width: 100%;
  height: 100%;
}

.studio-hero .hero-image {
  width: 100%;
  height: 52vw;
  background-size: cover;
  background-position: center;
}
  

.studio-hero img {
  position: absolute;
  bottom: -4.4vw;
  width: 6.5vw;
  height: auto;
  left: 47%;
}

.logo-image {
  opacity: 0;
}

#hero-slider-wrapper {
  -webkit-transition: opacity 3500s ease-in-out;
    -moz-transition: opacity 3500s ease-in-out;
    -ms-transition: opacity 3500s ease-in-out;
    -o-transition: opacity 3500s ease-in-out;
     opacity: 1;
}

  
@media screen and (max-width: 1350px) {
  .studio-hero img {
    width: 7.5vw;
    bottom: -5vw;
  }
}

@media screen and (max-width: 1200px) {
  .studio-hero img {
    bottom: -5.5vw;
    width: 8.5vw;
  }
}

  @media screen and (max-width: 950px) {
    .studio-hero {
      height: 55vw;
    }

    .studio-hero img {
    bottom: -6.5vw;
    width: 10vw;
  }
  }

  @media screen and (max-width: 750px) {
    .studio-hero img {
    bottom: -8vw;
    width: 12vw;
  }

    .studio-hero {
      margin: 1rem 0 9vw;
    }
  }

  @media screen and (max-width: 500px) {
    .studio-hero img {
      bottom: -10.5vw;
    width: 16vw;
    height: auto;
    left: 43%;
    }
  }
.studio-parallax {
  padding-top: 7vw;
  margin-bottom: 20vw;
  position: relative;
  display: flex;
  flex-direction: column;
}

.studio-parallax .sticky-text-container {
  position: sticky;
  top: 11vw;
  width: 37%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16vw;
  -webkit-transform: translate3d(0, 0, 0);
}
  

.studio-parallax img {
  width: 59%;
  height: auto;
  margin: 0 auto;
  /*-webkit-transform: translateZ(100px);*/
  z-index: 2;
}
  
.studio-parallax p {
  padding: 2rem 0 4rem;
}

@media screen and (max-width: 1650px) {
  .studio-parallax .sticky-text-container {
    width: 42%;
  }
}

@media screen and (max-width: 1480px) {
  .studio-parallax .sticky-text-container {
    width: 55%;
  }

  .studio-parallax img {
    width: 65%;
  }
}

  @media screen and (max-width: 1260px) {
    .studio-parallax img {
      width: 70%;
    }
  }

  @media screen and (max-width: 1175px) {
    .studio-parallax .sticky-text-container {
      width: 75%;
    }

    .studio-parallax img {
      width: 85%;
    }
  }

  @media screen and (max-width: 900px) {
    .studio-parallax img {
      width: 100%;
    }

    .studio-parallax .sticky-text-container {
      width: 85%;
    }
  }

  @media screen and (max-width: 680px) {
    .studio-parallax .sticky-text-container {
      width: 95%;
    }
  }

  @media screen and (max-width: 650px) {
    .studio-parallax p {
      padding: 1rem 0 4rem;
    }
  }

  

  @media screen and (max-width: 500px) {

    .studio-parallax {
      padding-top: 9vw;
    }
    
    .studio-parallax img {
      padding-bottom: 14rem;
    }

    .studio-parallax .sticky-text-container {
      top: 14rem;
      width: 100%;
    }

    .studio-parallax p {
      width: 94%;
      margin: 0 auto;
    }
  }
.project-feature {
  width: 100%;
  position: relative;
  height: 54vw;
  background-position: center;
  background-size: cover;
  
  background-blend-mode: multiply;
  transition: 350ms ease;
}
  

.project-feature .project-overlay {
  position: absolute;
  padding: 8rem 5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%)
}

.project-feature .project-overlay h2 {
  color: white;
}

.project-feature a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
  
/*
.project-feature:hover {
  background-color: rgba(0, 0, 0, .4);
  transition: 350ms ease;
}
  */

.project-feature:hover h2 {
  color: #F4F3F3;
}


@media screen and (max-width: 950px) {
  .project-feature .project-overlay {
    padding: 5rem 5rem;
  }

  .project-feature {
    height: 60vw;
  }
}

@media screen and (max-width: 750px) {
  .project-feature .project-overlay {
    padding: 1rem;
  }

  .project-feature {
    height: 66vw;
  }
}

@media screen and (max-width: 500px) {
  .project-feature {
    height 70vw;
  }
}
.studio-s4 {
  padding: 11vw 0;
}

.studio-s4 .column-container {
  display: flex;
  justify-content: space-between;
}  

.studio-s4 .column-container .column-left {
  display: flex;
  width: 37%;
  justify-content: space-between;
}

.studio-s4 .column-container .column-left p {
  width: 65%;
}

.studio-s4 .column-container .column-left div {
  width: 27%;
}

.studio-s4 .column-container .column-left h2 {
 
  line-height: 3rem;
  margin-top: 1.3rem;
}
  
.studio-s4 .outline-button {
  align-self: flex-end;
  
}

 .studio-s4 .outline-button:hover {
    color: #BA8056;
    border: 1px solid #BA8056;
  }


@media screen and (max-width: 1650px) {
  .studio-s4 .column-container .column-left {
    width: 41%;
  }
}

@media screen and (max-width: 1450px) {
  .studio-s4 .column-container .column-left {
    width: 50%;
  }
}

@media screen and (max-width: 1250px) {
  .studio-s4 {
    padding: 13vw 0;
  }

  .studio-s4 .column-container .column-left {
    width: 60%;
  }
}

@media screen and (max-width: 1050px) {
  .studio-s4 .column-container .column-left {
    width: 65%;
  }
}

@media screen and (max-width: 950px) {
  .studio-s4 .column-container {
    flex-wrap: wrap;
  }

  .studio-s4 .column-container .column-left {
    width: 100%;
  }

  .studio-s4 .outline-button {
    margin-top: 9vw;
  }
}

@media screen and (max-width: 600px) {
  .studio-s4 .column-container .column-left p {
    width: 70%;
}
  .studio-s4 .column-container .column-left div {
    width: 22%;
}
}

@media screen and (max-width: 500px) {
  .studio-s4 .column-container .column-left {
    flex-direction: column;
  }

  .studio-s4 .column-container .column-left p {
    width: 100%;
}

  .studio-s4 {
    padding: 18vw 0;
  }

  .studio-s4 .column-container .column-left div {
    width: 100%;
    padding: 4vw 0;
}
}
.showroom-section {
  padding: 12vw 0 11vw 5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B2B2B2;
}

.showroom-section .left-column {
  width: 24%;
}

.showroom-section .left-column p {
  font-family: 'work_sanslight';
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 5rem;
}


.showroom-section .right-column {
  width: 69%;
}

.showroom-section .image-container {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vw;
}

.showroom-section .text-container {
  width: 100%;
  padding-right: 5rem;
  margin-top: 6.5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.showroom-section .logo-icon {
  width: 6rem;
  height: auto;
  margin-bottom: 3rem;
}
  

.showroom-section .text-container .subtext {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  width: 69%;
}

.showroom-section .text-container h2 {
  text-align: right;
  width: fit-content;
  margin-top: .7rem;
  margin-left: auto;
    margin-right: 4rem;
}

  .showroom-section .text-container p {
    width: 55%;
    margin-top: 0;
  }



@media screen and (max-width: 1600px) {
  .showroom-section .left-column {
    width: 30%;
}

  .showroom-section .right-column {
    width: 65%;
}
}

@media screen and (max-width: 1550px) {
  .showroom-section .text-container .subtext {
    width: 80%;
  }
}

@media screen and (max-width: 1375px) {
  .showroom-section .text-container .subtext {
    width: 90%;
  }
}

  @media screen and (max-width: 1250px) {
  .showroom-section .left-column p {
    font-size: 1.7rem;
  }

  .showroom-section .text-container div {
  flex-direction: column;
  }

  .showroom-section .text-container h2 {
    text-align: left;
    margin-left: 0;
  }

  .showroom-section .text-container p {
    width: 100%;
    margin-top: 2rem;
}

    .showroom-section {
    padding: 14vw 0 11vw 5rem;
  }

  .showroom-section .right-column {
    width: 60%;
}

  .showroom-section .left-column {
    width: 35%;
}

  .showroom-section .text-container {
    width: 100%;
    margin-top: 6.5vw;
    padding-right: 5rem;
}

  .showroom-section .image-container {
    height: 42vw;
  }
}



@media screen and (max-width: 900px) {
  .showroom-section {
    flex-direction: column;
    padding-bottom: 13vw;
  }

  .showroom-section .left-column {
    width: 75%;
}

  .showroom-section .right-column {
    width: 100%;
    margin-top: 13vw;
}

  .showroom-section .image-container {
    height: 54vw;
}

 .showroom-section .text-container {
   width: 100%;
 }
}

@media screen and (max-width: 750px) {
  .showroom-section {
    padding: 14vw 0 13vw 1rem;
}

  .showroom-section .image-container {
    height: 58vw;
}

  .showroom-section .text-container {
    padding-right: 1rem;
  }
}



@media screen and (max-width: 500px) {
  .showroom-section .text-container {
    
    margin-top: 15.5vw;
    
}

  .showroom-section .text-container p {
    margin-top: .5rem;
  }
}
.team-section {
  padding: 12vw 0 0;
  position: relative;
}

.team-section .left-col {
  position: sticky;
  top: 12vw;
  width: 35%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 12vw;
  z-index: 1;
}


.team-section .right-col {
  z-index:10;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #fcfcfc;
  justify-content: center;
}
  

.team-section .border-line {
  width: 100%;
  height: 1px;
  background-color: lightgrey;
}



.team-section .team-member {
  width: 100%;
 border-top: 1px solid lightgrey;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 12vw 5.5%;
  flex-direction: row;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #fcfcfc;
 
}

/*.team-section .team-member:nth-child(3n+2) {
    margin-left:5%;
    margin-right:5%;
}*/

.team-section .team-member:nth-child(even) {
  flex-direction: row-reverse;
}

.team-section .team-member:nth-child(even) img {
  margin-right: 0;
  margin-left: 7rem;
}





.team-section .team-member img {
  
  width: 25%;
    height: auto;
    margin-right: 7rem;
}

.team-section .team-info {
  width: 55%;
}
  

.team-section h1 {
  margin-top: 0;
  margin-bottom: 4rem;
}

.team-section .team-member h3 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.team-section .team-member h2 {
  margin-top: .5rem;
  font-size: 1rem;
}

.team-section .team-member p {
  margin-top: 3.5rem;
}





@media screen and (max-width: 1450px) {
  .team-section .left-col {
    width: 43%
  }
}

@media screen and (max-width: 1250px) {
  .team-section .left-col {
    width: 50%;
  }

  .team-section .team-member img {
    width: 35%;
  }
}


@media screen and (max-width: 950px) {
  .team-section .left-col {
    width: 60%;
    top: 17vw;
    padding-bottom: 17vw;
  }

  .team-section {
    padding: 17vw 0 0;
  }

  .team-section .team-member {
    flex-direction: column;
    align-items: flex-start;
    position: unset;
  }

  .team-section .team-member:nth-child(even) {
    flex-direction: column;
  }

  .team-section .team-info {
    width: 90%;
  }

  .team-section .team-member img {
    margin-bottom: 4rem;
    width: 45%;
  }

  .team-section .team-member:nth-child(even) img {
  margin-left: 0;
   
}
}


@media screen and (max-width: 750px) {
  .team-section .left-col {
    width: 80%;
  }

  .team-section .team-member {
    padding: 10vw 1.5rem;
    justify-content: flex-start;
  }

  .team-section .team-info {
    width: 100%;
  }

  .team-section .team-member img {
    width: 50%;
  }
}


  
@media screen and (max-width: 470px) {
  .team-section .left-col h3 {
    font-size: 1.4rem;
  }

  .team-section .left-col {
    top: 23vw;
    width: 85%;
    padding-bottom: 23vw;
  }

  .team-section {
    padding: 23vw 0 0;
  }

  .team-section .team-member img {
    width: 100%;
  }

}
#testimonial-slider {
  width: 52%;
  padding: 10vw 0;
}
  

#testimonial-slider .item-container {
  
  margin: 0 auto;
  width: 52%;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  


.testimonial-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-wrapper h1 {
  font-size: 3rem;
  line-height: 1.55;
  text-align: center;
}
  
.testimonial-wrapper h2 {
  margin-top: 3rem;
}

.testimonial-wrapper img {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  #testimonial-slider {
    width: 56%;
}
}

@media screen and (max-width: 1350px) {
  #testimonial-slider {
    width: 62%;
}
}

@media screen and (max-width: 1200px) {
  .testimonial-wrapper h1 {
    font-size: 2.5rem;
}

  #testimonial-slider {
    width: 70%;
}
}

@media screen and (max-width: 950px) {
  #testimonial-slider {
    width: 81%;
  }
}

@media screen and (max-width: 750px) {
  .testimonial-wrapper h1 {
    font-size: 2rem;
}

  #testimonial-slider {
    padding: 14vw 0;
  }
}

@media screen and (max-width: 500px) {
  #testimonial-slider {
    width: 86%;
  }

  .testimonial-wrapper h1 {
    font-size: 1.6rem;
}

  .testimonial-wrapper h2 {
    font-size: 1.1rem;
  }

  .testimonial-wrapper img {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.testimonials-wrapper {
  align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

#testimonials-slider {
  position: relative;
  overflow: hidden;
  height: 50vw;
}
  

#testimonials-slider .item-container {
  height: 50vw;
  margin: 0 auto;
  width: 52%;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  

#testimonials-slider h1 {
  
  text-align: center;
  transition: all 1s;
  
  font-size: 3rem;
  line-height: 1.55;
}

#testimonials-slider h2 {
  margin-top: 3rem;
  text-align: center;
}
  


.testimonials-wrapper img {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

#Arrows{
	display: flex;
	justify-content: space-between;
	height: 2rem;
	position: absolute;
	width: 100%;
}


@media screen and (max-width: 1570px) {
    #testimonials-slider .item-container {
      width: 60%;
      height: 52vw;
    }

  #testimonials-slider {
    height: 52vw;
  }
  
}
  

@media screen and (max-width: 1500px) {
  #testimonials-slider .item-container {
    width: 70%;
    height: 56vw;
  }

  #testimonials-slider {
    height: 56vw;
  } 
}

@media screen and (max-width: 1300px) {
  #testimonials-slider h1 {
    font-size: 2.5rem;
  }

  #testimonials-slider .item-container {
    width: 67%;
  }
}

@media sreen and (max-width: 1200px) {
  #testimonials-slider .item-container {
    width: 71%;
    height: 60vw;
  }

  #testimonials-slider {
    height: 60vw;
  }
}

@media screen and (max-width: 1050px) {
  #testimonials-slider h1 {
    font-size: 2.2rem;
  }

  #testimonials-slider .item-container {
    width: 75%;
    height: 62vw;
  }

  #testimonials-slider {
    height: 62vw;
  }
}

@media screen and (max-width: 950px) {
  #testimonials-slider h1 {
    font-size: 2rem;
 }

  #testimonials-slider .item-container {
    width: 80%;
    height: 67vw;
  }

  #testimonials-slider {
    height: 67vw;
  }

  .page-width.arrows-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

  

@media screen and (max-width: 750px) {
  #testimonials-slider .item-container {
    height: 80vw;
    width: 84%;
  }

  #testimonials-slider {
    height: 80vw;
  }

  .page-width.arrows-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonials-wrapper img {
    height: 1.5rem;
    width: 1.5rem;
  }
}

@media screen and (max-width: 650px) {
  #testimonials-slider .item-container {
    height: 96vw;
  }

  #testimonials-slider {
    height: 96vw;
}

  #testimonials-slider h1 {
    font-size: 1.8rem;
  }
}


@media screen and (max-width: 500px) {
  #testimonials-slider h1 {
    font-size: 1.6rem;
  }

  #testimonials-slider .item-container {
    height: 148vw;
    width: 90%
  }

  #testimonials-slider {
    height: 155vw;
}

  #Arrows {
    width: 39%;
    bottom: 4rem;
  }
}