@charset "UTF-8";
 @font-face {
      font-family: 'GT America Black';
      src: url(../fonts/GT/GT-America-Standard-Black.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Black.otf) format("opentype");
      font-weight: 400;
      font-style: normal
  }
  @font-face {
      font-family: 'GT America Bold';
      src: url(../fonts/GT/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Bold.otf) format("opentype");
      font-weight: 400;
      font-style: normal
  }
  @font-face {
      font-family: 'GT America Standard';
      src: url(../fonts/GT/GT-America-Standard-Bold.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Bold.otf) format("opentype");
      font-weight: 700;
      font-style: normal
  }

  @font-face {
      font-family: 'GT America Standard';
      src: url(../fonts/GT/GT-America-Standard-Regular.woff2) format("woff2"), url(../fonts/GT/GT-America-Standard-Regular.otf) format("opentype");
      font-weight: 400;
      font-style: normal
  }

body {
  font-size: 16px;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
 font-family: 'GT America Standard' !important;
}
p.subtitle {
  font-size: 14px;
  letter-spacing: 20%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  p.subtitle {
    font-size: 16px;
  }
}
.campaign strong{
 font-family:'GT America Standard';
 font-weight:700;
}

.campaign .btn-group {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  margin-top: 15px;
}
.campaign .btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  height: auto;
  line-height:1;
  font-family:'GT America Standard';
  border-radius:0;
}
.campaign .btn--fill, .campaign .btn--outline {
  padding: 1.1em 2.75rem !important;
}
.campaign .btn--fill {
  background: #000;
  color: #fff;
  box-sizing: border-box;
  border: 7px solid #fff;
  transition: 0.25s ease-in-out border;
}
.campaign .btn--fill:hover {
  border: 7px solid rgba(0, 0, 0, 0.2);
}
@media (min-width:768px){
.campaign .btn--fill.btn--large{
	padding:1.7em 2.75rem !important;
}
}
.campaign .btn--fill.btn--white {
  background: #fff;
  color: #000;
}
.campaign .btn--fill.btn--black {
  background: #000;
  color: #fff;
  border: #000;
}
@media (max-width: 767px){
 .campaign .btn--fill.btn--black-sm {
 	background:#000;
  	color:#fff;
  	border:#000;
 }
 .campaign .btn--fill.btn--black-sm:hover {
  border-color:rgba(255,255,255,.2);
 }
}
.campaign .btn--fill.btn--black:hover {
 border-color:rgba(255,255,255,.2);
}

.campaign .btn--underline {
  color: #000;
  position: relative;
  margin-top: 15px;
  padding: 15px 0 2px !important;
  box-sizing: border-box;
}
.campaign .btn--underline:after {
  content: "";
  width: 50%;
  opacity: 0;
  transition: 0.25s ease-in-out all;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
  top: 100%;
}
.campaign .btn--underline:hover:after {
  width: 100%;
  opacity: 1;
}
.campaign .btn--underline.btn--white {
  color: #fff;
}
.campaign .btn--underline.btn--white:after {
  border-bottom: 1px solid #fff;
}
.campaign .btn--underline.btn--black {
  color: #000;
}
.campaign .btn--underline.btn--black:after {
  border-bottom: 1px solid #000;
}
.campaign .btn--outline {
  border: 1px solid #000;
  display: inline-block;
  background: transparent;
  transition: 0.25s ease-in-out all;
  color: #000;
}
.campaign .btn--outline:hover {
  background: #fff;
}
.campaign .btn--outline.btn--white {
  border: 1px solid #fff;
  color: #fff;
}
.campaign .btn--outline.btn--white:hover {
  background: #fff;
  color:#000;
}
.campaign .btn--outline.btn--black {
  border: 1px solid #000;
  color: #000;
}
.campaign .btn--outline.btn--black:hover {
  background: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400 !important;
}

h1 {
  font-size: 10vw !important;
  line-height: 0.9;
  margin-bottom: 25px;
  margin-top: 0;
  margin-left: -0.1em;
  letter-spacing: -5%;
 text-transform:none !important;
 font-family:'GT America Standard' !important;
font-weight:400 !important;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: clamp(42px, 17vw, 82px) !important;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 82px !important;
  }
}

h2, .h2 {
  font-size: clamp(30px, 8vw, 38px);
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 1080px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .h3 {
  font-weight: 400;
  font-size: clamp(24px, 6vw, 30px);
  margin-bottom: 15px;
}
@media screen and (min-width: 1440px) {
  h3, .h3 {
    font-size: 30px;
  }
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.campaign {
  font-family: "GT America Standard";
}

.section {
  display: grid;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}
.section img {
  max-width: 100%;
}
.section .img-container {
  position: relative;
  line-height: 0;
}
.section .styles {
  position: absolute;
  z-index: 1;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  bottom: 10px;
  max-width: 100%;
}
@media (min-width: 767px) {
  .section .styles {
    font-size: 15px;
   bottom:20px;
  }
}
.section .styles:before {
  display: inline-block;
  content: "Featured Styles: ";
  font-weight: 400;
 white-space:pre;
}
.section .styles--single:before{
	content: "Featured Style: ";
}
.section .styles__product-links {
  white-space: nowrap;
}
.section .styles a {
  font-weight: 700;
}
.section .styles a:hover{
  text-decoration:underline;
}
.section .styles--black {
  color: #000;
}
.section .styles--black a {
  color: #000;
}
.section .styles--brown {
  color: #5D402E;
}
.section .styles--brown a {
  color: #5D402E;
}
.section .styles--gray {
  color: #B1A3A4;
}
.section .styles--gray a {
  color: #B1A3A4;
}
.section .styles--white {
  color: #F7EAE2;
}
.section .styles--white a {
  color: #F7EAE2;
}
.section .styles--top {
  top: 10px;
  bottom: auto;
}
@media (min-width:768px){
 .section .styles--top{
  top:20px;
 }
}
.section .styles--bottom {
  bottom: 10px;
  top: auto;
}
@media (min-width:768px){
 .section .styles--bottom{
  bottom:20px;
 }
}
.section .styles--left {
  left: 10px;
  right: auto;
  text-align: left;
 padding-right:10px;
}
@media (min-width:768px){
 .section .styles--left{
  left:20px;
  padding:right:20px;
 }
}
.section .styles--right {
  right: 10px;
  left: auto;
  text-align: right;
 padding-left:10px;
}
@media (min-width:768px){
 .section .styles--right{
  right:20px;
  padding-left:20px;
 }
}
.section--1 {
  display: flex;
  flex-flow: column wrap;
 max-width:1800px;
 margin:auto;
}
@media (min-width: 768px) {
  .section--1 {
    flex-flow: row nowrap;
    padding: 50px 70px 0;
    gap: 50px;
    align-content: space-between;
  }
}
.section--1 .section__copy {
  padding: 30px 50px 20px;
}
@media (min-width: 768px) {
  .section--1 .section__copy {
    padding: 0;
    flex: 1 1 0;
    align-self: center;
  }
}
.section--1 .section__copy h1 {
  font-size: 50px !important;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -2.5px !important;
}
@media (min-width: 480px) {
  .section--1 .section__copy h1 {
    font-size: clamp(50px, 7vw, 120px) !important;
    letter-spacing: -5% !important;
    line-height: 1;
  }
}
@media (min-width: 1440px) {
  .section--1 .section__copy h1 {
    font-size: 120px !important;
  }
}
.section--1 .section__copy h1 span {
  font-size: 16px !important;
  display: block;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: -0.32px !important;
  margin-left:.7em;
}
@media (min-width: 480px) {
  .section--1 .section__copy h1 span {
    letter-spacing: 5% !important;
  }
}
@media (min-width: 768px) {
  .section--1 .section__img-container-1 {
    max-width: 50%;
  }
}
.section--2 {
  margin-bottom: 5px;
  padding-top: 30px;
  grid-template-columns: 15% 1fr 15%;
  grid-template-rows: auto 83.3333333333vw auto;
}
@media (min-width: 768px) {
  .section--2 {
    grid-template-columns: 70px 31.25% calc(50% - 31.25% - 85px) 1fr 70px;
    grid-template-rows: auto 1fr 29.7222222222%;
  }
}
@media (min-width:1800px){
 .section--2 {
	grid-template-columns: 70px 31.25% calc(50% - 31.25% - 85px) 1fr calc(50vw - 900px + 70px);
 }
}
.section--2 .section__copy {
  font-size: 20px;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .section--2 .section__copy {
    font-size: 28px;
    grid-column: 4/5;
    padding: 0 0 50px;
    max-width: 595px;
   box-sizing:content-box; 
  }
}
.section--2 .section__img-container-1 {
  grid-row: 2/4;
  grid-column: 2/3;
  z-index: 1;
  align-self: start;
}
@media (min-width: 768px) {
  .section--2 .section__img-container-1 {
    grid-row: 1/3;
  }
}
.section--2 .section__img-container-2 {
  grid-row: 3/4;
  grid-column: 1/4;
}
@media (min-width: 768px) {
  .section--2 .section__img-container-2 {
    grid-row: 2/4;
   grid-column: 1 / 6;
  }
}
.section--3 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media (min-width: 480px) {
  .section--3 {
    grid-template-columns: repeat(3, 1fr);
    margin: 5px;
  }
}
@media (max-width: 479px) {
  .section--3 .section__img-container-3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.section--4 {
  padding: 40px;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .section--4 {
    padding: 70px;
    flex-flow: row nowrap;
    gap: 55px;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .section--4 .section__copy {
    flex: 1 1 0;
    align-self: flex-end;
    max-width: 700px;
  }
}
.section--4 .section__copy p {
  color: #000;
  font-size: 16px;
}
@media (min-width:768px){
 .section--4 .section__copy p{
  line-height:24px;
 }
}
.section--4 .section__copy p:first-child {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.72px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section--4 .section__copy p:first-child {
    font-size: 68px;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 108%;
    letter-spacing: -1.36px;
    margin-bottom: 27px;
  }
}
.section--4 .section__copy p:last-child {
  max-width: 450px;
}
@media (min-width: 768px) {
  .section--4 .section__img-container-1 {
    width: 38.1944444444%;
  }
}
.section--5 {
  display: flex;
  flex-flow: row nowrap;
 margin:5px 0;
}
@media (min-width: 480px) {
  .section--5 {
    margin: 5px;
  }
}
.section--6 {
  grid-template-columns: repeat(2, 1fr);
 margin:5px 0;
}
@media (min-width: 768px) {
  .section--6 {
    grid-template-columns: repeat(4, 1fr);
    margin: 5px;
  }
}
.section--6 .section__img-container-1 {
  grid-row: 1/2;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .section--6 .section__img-container-1 {
    grid-column: 1/2;
  }
}
.section--6 .section__img-container-2 {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media (min-width: 768px) {
  .section--6 .section__img-container-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.section--6 .section__img-container-3 {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .section--6 .section__img-container-3 {
    grid-column: 2/3;
  }
}
.section--6 .section__img-container-4 {
  grid-row: 3/4;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .section--6 .section__img-container-4 {
    grid-column: 3/5;
    grid-row: 1/3;
  }
}
.section--6 .section__img-container-4 .styles:before {
  display: block;
}
.section--7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .section--7 {
    padding: 70px 30px;
  }
}
.section--7 img {
  height: auto;
  align-self: stretch;
  aspect-ratio: 1380/118.88;
}
.section--7__text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 10px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .section--7__text-container {
    padding-top: 20px;
    gap: 50px;
  }
}
.section--7__text-container p {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .section--7__text-container p {
    font-size: 44px;
    line-height: normal;
  }
}
