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: -.015em;
  font-family: Exo, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.05;
}

.link {
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.d--30 {
  justify-content: flex-end;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  display: flex;
}

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

.p--30 {
  text-align: right;
  justify-content: flex-start;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.cs-page-wrapper {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(198deg, #002109e6 2%, #259a8ec2 46%, #75c5ff), url('../images/AdobeStock_345263943-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  padding: 2rem;
}

.cs-col {
  width: 50%;
}

.cs-col.is--right {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  max-width: 88px;
  margin-bottom: 5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.cs-logo.w--current {
  max-width: 170px;
}

.cs-contact-list {
  z-index: 1;
  margin-bottom: 5rem;
  display: block;
  position: relative;
}

.cs-contact-list-item {
  width: auto;
  margin-bottom: 20px;
}

.cs-contact-list-item.is--last {
  flex-flow: column;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.cs-description {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  max-width: 17rem;
  display: flex;
  position: relative;
}

.cs-page-title {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cs-page-title-wrap {
  max-width: 45rem;
}

.image {
  width: 100%;
}

.text-span {
  overflow-wrap: normal;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 800;
}

@media screen and (min-width: 1280px) {
  .d--100 {
    text-transform: none;
  }

  .link {
    transition: opacity .2s, color .2s;
  }

  .link:hover {
    opacity: .6;
  }
}

@media screen and (min-width: 1440px) {
  .d--100 {
    letter-spacing: -.02em;
    font-size: 5.75rem;
    line-height: 1.05;
  }

  .body {
    font-size: 14px;
  }

  .cs-page-title-wrap {
    max-width: 52rem;
  }
}

@media screen and (max-width: 991px) {
  .p--30 {
    text-align: right;
  }

  .cs-col.is--right {
    aspect-ratio: auto;
    flex-flow: column;
    position: static;
  }
}

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

  .p--30 {
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

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

  .cs-col {
    width: 100%;
  }

  .cs-col.is--right {
    flex-flow: column-reverse;
    align-items: flex-start;
  }

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

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

  .cs-contact-list {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 0;
    display: flex;
  }

  .cs-contact-list-item {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .cs-contact-list-item.is--last {
    text-align: left;
    align-items: flex-start;
  }

  .cs-description {
    justify-content: flex-start;
    max-width: none;
  }

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

  .cs-page-title-wrap {
    max-width: 37rem;
    padding-right: 2rem;
  }

  .link-2 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    letter-spacing: -.01em;
    font-size: 2rem;
    font-weight: 300;
  }

  .cs-page-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 1.5rem 1.5rem 3rem;
  }

  .cs-col.is--right {
    flex-flow: column-reverse;
    margin-top: 40px;
  }

  .cs-logo {
    margin-bottom: 5rem;
  }

  .cs-contact-list {
    flex-direction: column;
    margin-top: 1.5rem;
    display: block;
  }

  .cs-contact-list-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }

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

  .cs-description {
    justify-content: flex-start;
    margin-top: 6rem;
  }

  .cs-page-title-wrap {
    padding-right: 0;
  }
}


