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

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

p {
  margin-bottom: 0;
}

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

.d--100 {
  letter-spacing: -.025em;
  font-family: neue-haas-grotesk-display;
  font-size: 9rem;
  font-weight: 400;
  line-height: .7;
}

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

.link:hover {
  opacity: .6;
}

.d--30 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.f1 {
  color: #333;
}

.p--30 {
  font-size: 14px;
  line-height: 20px;
}

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

.cs-col {
  width: 50%;
}

.cs-col.is--left, .cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cs-row {
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-logo {
  letter-spacing: -.02em;
  max-width: 120px;
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
}

.cs-contact-list-item {
  margin-bottom: 1.25rem;
}

.cs-contact-list-item.is--last {
  margin-bottom: 0;
}

.cs-description {
  width: 100%;
  max-width: 14.5rem;
}

.cs-title {
  height: 50%;
}

.cs-nested-row {
  display: flex;
}

.cs-nested-col {
  width: 50%;
}

.cs-nested-col.has--padding {
  padding-right: 4rem;
}

.cs-nested-header {
  margin-bottom: 5rem;
}

.cs-nested-top {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5rem;
}

.cs-nested-bot {
  height: 50%;
}

.cs-nested-img-wrap {
  height: 100%;
}

.cs-nested-img.is--1 {
  background-image: url('../images/newground-img_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.image {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 14px;
  }

  .cs-page-wrapper {
    padding: 2.25rem;
  }

  .cs-col.is--left, .cs-col.is--right {
    width: 50%;
  }

  .cs-description {
    max-width: 14.8rem;
  }

  .cs-title, .cs-nested-bot {
    height: 50%;
  }
}

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

  .cs-nested-row {
    display: block;
  }

  .cs-nested-col {
    width: 100%;
  }

  .cs-nested-col.has--padding {
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .cs-nested-header {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .d--100 {
    letter-spacing: -.03em;
  }

  .cs-page-wrapper {
    height: auto;
    padding: 1.75rem;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-direction: column-reverse;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .cs-contact-list {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .cs-description {
    max-width: 24rem;
  }

  .cs-title {
    height: auto;
    margin-bottom: 4rem;
  }

  .cs-nested-col {
    width: 100%;
  }

  .cs-nested-col.has--padding {
    width: 100%;
    padding-bottom: 0;
  }

  .cs-nested-header {
    display: none;
  }

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

  .cs-nested-bot {
    height: auto;
  }

  .cs-nested-img-wrap {
    padding-bottom: 3rem;
  }

  .cs-nested-img {
    padding-top: 67.5%;
  }

  .cs-logo-wrap {
    margin-bottom: 4rem;
  }
}

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

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

  .cs-contact-list {
    margin-top: 4rem;
    padding-bottom: 1rem;
  }

  .cs-nested-img-wrap {
    padding-bottom: 2.5rem;
  }
}


