h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

.d--100 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-left: -7px;
  font-family: neue-haas-grotesk-display;
  font-size: 7rem;
  font-weight: 400;
  line-height: .97;
}

.link {
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link:hover {
  opacity: .6;
}

.body {
  color: #fff;
  background-color: #adbdad;
  font-family: neue-haas-grotesk-text;
  font-weight: 400;
}

.cs-page-wrapper {
  text-align: center;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
}

.cs-row {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-logo {
  letter-spacing: -.015em;
  max-width: 104px;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  display: block;
}

.cs-contact-list {
  display: block;
}

.cs-page-titles {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-top {
  flex-direction: column;
  justify-content: center;
}

.cs-middle {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.cs-img-wrap {
  width: 100%;
  max-width: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.cs-bot {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.cs-page-title {
  z-index: 2;
  position: absolute;
}

.cs-page-title.postion--top {
  z-index: -1;
  top: -9.5rem;
}

.cs-page-title.position-bot {
  z-index: -1;
  bottom: -9.5rem;
}

.cs-slider {
  background-color: #ddd0;
  height: auto;
}

.cs-slider-mask {
  height: auto;
}

.cs-slider-arrow, .cs-slider-nav {
  display: none;
}

.image {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .d--100 {
    font-size: 8.4rem;
    line-height: .85;
  }

  .cs-img-wrap {
    max-width: 28rem;
  }

  .cs-page-title.postion--top {
    top: -10rem;
  }

  .cs-page-title.position-bot {
    bottom: -10rem;
  }
}

@media screen and (max-width: 991px) {
  .d--100 {
    font-size: 5rem;
  }

  .cs-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cs-page-title.postion--top {
    display: block;
    position: absolute;
  }

  .cs-page-title.position-bot {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .d--100 {
    letter-spacing: -.06em;
    font-size: 10vw;
    font-weight: 500;
  }

  .cs-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-img-wrap {
    max-width: 16rem;
  }

  .cs-page-title.postion--top {
    top: -6rem;
  }

  .cs-page-title.position-bot {
    bottom: -6rem;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    letter-spacing: -.05em;
    font-size: 35px;
  }

  .cs-page-wrapper {
    padding: 2rem 1rem;
  }

  .cs-row {
    justify-content: space-between;
    align-items: center;
  }

  .cs-top {
    padding-bottom: 3rem;
  }

  .cs-img-wrap {
    max-width: 10rem;
  }

  .cs-bot {
    padding-top: 3rem;
  }

  .cs-page-title.postion--top {
    top: -4rem;
  }

  .cs-page-title.position-bot {
    bottom: -4rem;
  }
}


