.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/showdesign_hero_02.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 100px;
  height: 70vh;
  min-height: 100px;
  max-height: 100%;
  display: block;
  position: relative;
}

.image {
  height: 50%;
  margin-top: 1px;
  margin-left: 74px;
  padding-top: 19px;
  display: block;
}

.hero_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  margin-top: 34px;
  display: flex;
}

.image-2 {
  flex: 0 auto;
  width: 80%;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: baseline;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.proof_title {
  justify-content: center;
  min-height: 150px;
  margin-top: 50px;
  display: flex;
}

.proof_section {
  background-color: #000;
  width: 100%;
  height: 100vh;
}

.image-3 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  vertical-align: baseline;
  object-fit: contain;
  border: 1px #000;
  width: 55rem;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: static;
  overflow: clip;
}

.columns {
  border: 0 solid #000;
  border-radius: 0;
  display: block;
}

.column {
  border: 0 solid gray;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid gray;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  position: static;
}

.div-block {
  background-color: #000;
  height: 20px;
}

.image-4, .proof_div_01 {
  position: relative;
}

.text-block {
  z-index: 50;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: block;
  position: static;
  bottom: 10px;
  left: 50%;
  right: auto;
}

.proof_01_overlay {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 10px;
}

.proof_div_02 {
  position: relative;
}

.proof_02_overlay {
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 10px;
}

.sticky-wrap {
  width: 100%;
  height: 50vh;
  position: relative;
  top: 4.9rem;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  background-color: #000;
  flex: 1;
  width: 100%;
  padding: 2rem 2rem 0;
  display: block;
  position: relative;
}

.grow-background {
  z-index: 0;
  color: #000;
  background-color: #cd4ccf;
  border: 0 solid #0000;
  border-bottom-left-radius: 20px;
  height: 0%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #fff;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  border: 1px solid #350050;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 95%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 50%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  border: 1px #0000;
  position: relative;
}

.sticky-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vw;
  display: flex;
  position: relative;
}

.sticky-wrap-2 {
  border: 1px solid #0000;
  width: 100%;
  height: 90vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-wrapper-2 {
  border: 1px #0000;
  border-radius: 0;
  flex: 1;
  width: 100%;
  padding: 1.5rem 2rem .8rem;
  display: block;
  position: relative;
  overflow: clip;
}

.description-2 {
  opacity: .75;
  color: #fff;
  letter-spacing: -.025em;
  margin-top: .4rem;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5;
}

.scroll-inner-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 240vw;
  height: 60%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card-2 {
  color: #0000;
  background-color: #0000;
  border: .0625rem #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  min-width: 0;
  height: 80%;
  min-height: 25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: visible;
}

.heading-3 {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  letter-spacing: -.025em;
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: .7rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  top: 1px;
}

.sticky-container-2 {
  border: 1px solid #0000;
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.bold-text {
  font-weight: 300;
}

.div-block-2 {
  margin-top: 0;
}

.div-block-3 {
  z-index: auto;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #350050;
  border: 1px #0000;
  border-radius: 0 0 0 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 250px;
  height: 34px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  overflow: visible;
}

.content-wrapper-2-copy {
  border: 1px #0000;
  border-radius: 0;
  flex: 1;
  width: 100%;
  padding: 1.5rem 2rem .8rem;
  display: block;
  position: relative;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    padding-top: 1.4rem;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .scroll-inner-2 {
    width: 600vw;
  }

  .scroll-card-2 {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-2 {
    font-size: 1.75rem;
  }

  .sticky-wrap-2 {
    height: auto;
    overflow: visible;
  }

  .description-2 {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card-2 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .sticky-container {
    height: 50vw;
  }
}


