.button {
  background-color: #333;
  margin-top: 28px;
  padding: 12px 20px;
  text-decoration: none;
}

.paragraph.cc-large {
  font-size: 16px;
  line-height: 1.8em;
}

.paragraph.cc-large.cc-w90 {
  width: 100%;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
}

.hero_photo {
  background-image: url('../images/beanie-casual-fashion-1967565-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-left: 1px solid #dfe0e2;
  width: 50vw;
  height: 100%;
  padding-left: 140px;
  padding-right: 72px;
}

.largeheading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: -3px;
  font-family: Sen, sans-serif;
  font-size: 6vw;
  line-height: 1em;
}

.hero_home {
  background-color: #fafafa;
  border-bottom: 1px solid #dfe0e2;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: static;
}

.button_textlink {
  color: #fff;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
}

.topheading {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Space Mono, sans-serif;
  font-size: 20px;
}

.hero_content {
  flex: 0 auto;
  align-self: center;
  width: 50vw;
  padding-left: 72px;
  padding-right: 140px;
}

.aboutus {
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #dfe0e2;
  flex: 1;
  padding: 40px 16% 60px;
}

.section_title {
  margin-bottom: 24px;
  font-family: Sen, sans-serif;
}

.product {
  border: .5px solid #dfe0e2;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.product:hover {
  z-index: 1;
  border-style: solid;
  border-color: #fafafa;
  box-shadow: 0 16px 100px #2a2d411a;
}

.paragraph-2 {
  font-family: Space Mono, sans-serif;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 28px;
}

.logo.footer_logo {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.footer_nav {
  text-align: center;
  flex: 1;
}

.footer {
  clear: both;
  background-color: #fafafa;
  border-top: 1px solid #dfe0e2;
  border-bottom: 1px solid #dad5d5;
  justify-content: space-between;
  display: flex;
  position: static;
}

.footer_nav_links {
  color: #333;
  padding: 22px 16px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_nav_links:hover {
  opacity: .5;
}

.brand {
  flex: 1;
  display: flex;
}

.footer_social_links {
  color: #333;
  padding: 20px 6px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_social_links:hover {
  opacity: .5;
}

.footer_brand {
  flex: 0 auto;
  padding-left: 20px;
}

.footer_social {
  flex: 0 auto;
  order: 1;
  padding-right: 14px;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.width-medium {
  max-width: 800px;
}

.button-text {
  font-family: Sen, sans-serif;
  font-weight: 600;
}

.action-heading-wrapper {
  background-color: #333;
}

.rotating-text {
  padding-right: 60px;
}

.stacked-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.stacked-content.small {
  grid-row-gap: 26px;
}

.overlay {
  background-color: #0808084d;
  position: absolute;
  inset: 0%;
}

.overlay.gradient {
  background-color: #08080800;
  background-image: linear-gradient(#07090c00 30%, #07090c1a 55%, #07090c40);
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.stacked-intro.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.action-background {
  background-image: url('../images/Image007-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.clip {
  background-color: #fafafa;
  justify-content: center;
  justify-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.light {
  color: #fff;
}

.body-display.light.large {
  font-family: Space Mono, sans-serif;
}

.action-section {
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slide-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  font-family: Sen, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1em;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrapper-testimonials {
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: visible;
}

.arrow-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.testimonial {
  text-align: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask-testimonials {
  width: 60%;
  overflow: visible;
}

.subtitle {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.slider-testimonials {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.hover-arrow {
  z-index: 5;
  background-color: #07090c;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: -38px auto auto -30px;
}

.testimonial-slide-nav {
  height: 12px;
  padding-top: 0;
  font-size: 6px;
  inset: auto 0% 0%;
}

.testimonial-arrow {
  border: 1px #e4e9ec;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading.large {
  font-family: Sen, sans-serif;
  font-size: 42px;
}

.width-extra-large {
  max-width: 975px;
}

.slider-arrow {
  width: 15px;
}

.section-5 {
  background-color: #0009;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Sen, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff4d00;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #ff783d;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #ff4d00;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #ff4d00;
}

.paragraph-3 {
  font-family: Space Mono, sans-serif;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 50vw;
  height: 80%;
  overflow: hidden;
}

.productinfo {
  background-color: #fafafa;
  border-top: 1px solid #dfe0e2;
  flex-direction: column;
  justify-content: space-between;
  width: 35vw;
  min-height: 140px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.productinfo_title {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.productinfo_price {
  color: #333;
  margin-top: 4px;
  text-decoration: none;
  display: flex;
}

.pricenow {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  font-family: Space Mono, sans-serif;
  text-decoration: none;
}

.pricenow.bold {
  color: #667479;
  letter-spacing: 2px;
  font-weight: 400;
}

.pricenow.middle {
  text-align: center;
}

.pricewas {
  opacity: .3;
  margin-left: 20px;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 35vw;
  display: flex;
}

.productimage {
  object-fit: cover;
  width: 35vw;
}

.section-6 {
  background-color: #333;
  border-bottom: 1px solid #dfe0e2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  align-self: center;
  width: 30vw;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.link {
  color: #fafafa;
  font-family: Space Mono, sans-serif;
  font-size: 24px;
  line-height: 120%;
  text-decoration: none;
}

.slider-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fafafa;
  border-bottom: 1px solid #dfe0e2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  overflow: clip;
}

.slider-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: calc(30vw - 1rem);
  display: flex;
}

.slide-w {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.slide {
  aspect-ratio: 2;
  background-color: #e9e9e9;
  flex: none;
  width: 40vw;
  height: 50vh;
}

.text-block {
  text-align: center;
  width: 50vw;
  font-family: Sen, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 45vw;
  min-width: auto;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.image-4, .image-5, .image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-7 {
  background-color: #fafafa;
  border-bottom: 1px solid #dfdada;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-7 {
  width: 50vw;
  height: 100%;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 50vw;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.text-block-2 {
  font-family: Sen, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.column, .column-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  opacity: .95;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  opacity: .95;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #dbd9d9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px 100px;
  display: flex;
}

.div-block-5 {
  flex: 0 auto;
  align-self: auto;
  width: 50vw;
}

.text-block-3, .text-block-4, .text-block-5 {
  font-family: Space Mono, sans-serif;
}

.section-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.heading-3 {
  width: 60vw;
}

.heading-4 {
  width: 40vw;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -220px;
  padding-left: 0;
  font-family: Sen, sans-serif;
}

.image-8 {
  object-fit: cover;
  width: 30vw;
  height: 50vh;
}

.heading-5 {
  margin-left: 220px;
  font-family: Sen, sans-serif;
}

.paragraph-4 {
  width: 50vw;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.image-9 {
  object-fit: cover;
  width: 50vw;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .paragraph.cc-large.cc-w90 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_photo {
    background-position: 50% 36%;
    width: 100vw;
    height: auto;
    min-height: 380px;
  }

  .largeheading {
    font-size: 5.5em;
  }

  .hero_home {
    flex-direction: column;
    height: auto;
  }

  .hero_content {
    text-align: center;
    order: 1;
    width: 100vw;
    padding: 32px 24px 60px;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .action-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.large {
    font-size: 38px;
  }

  .section-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .largeheading {
    font-size: 5em;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer_nav_links {
    padding-left: 12px;
    padding-right: 13px;
  }

  .brand, .footer_brand {
    padding-left: 0;
  }

  .footer_social {
    padding-right: 0;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .action-section {
    padding-top: 48px;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .wrapper-testimonials {
    justify-content: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .testimonial {
    max-width: none;
  }

  .mask-testimonials {
    width: 100%;
  }

  .heading.large {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.cc-large.cc-w90 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .largeheading {
    font-size: 3.2em;
    line-height: 1.2em;
  }

  .topheading {
    font-size: 16px;
  }

  .footer {
    flex-flow: column;
  }

  .footer_nav_links {
    width: 100%;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .heading {
    font-size: 26px;
  }

  .heading.large {
    font-size: 32px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3 {
    white-space: nowrap;
  }

  .image, .productinfo, .div-block, .productimage {
    width: 100vw;
  }

  .section-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block-2 {
    align-self: flex-start;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .link {
    text-align: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .slider-section {
    padding-left: 0;
    display: none;
  }

  .section-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    overflow: visible;
  }

  .div-block-4 {
    width: 70vw;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-_802d0bd4-3cd3-87bd-2b57-32884d8dfdea-0cb4413d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_802d0bd4-3cd3-87bd-2b57-32884d8dfdf3-0cb4413d, #w-node-_802d0bd4-3cd3-87bd-2b57-32884d8dfdfc-0cb4413d, #w-node-_802d0bd4-3cd3-87bd-2b57-32884d8dfe05-0cb4413d, #w-node-_802d0bd4-3cd3-87bd-2b57-32884d8dfe0e-0cb4413d {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_802d0bd4-3cd3-87bd-2b57-32884d8dfdea-0cb4413d {
    grid-column: 1 / 4;
  }
}


