@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisse Intl;
  src: url('../fonts/SuisseIntl-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.black-wrapper {
  background-color: #020202;
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  display: flex;
  position: relative;
}

.white-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 60px;
  display: flex;
  position: relative;
}

.body {
  color: #020202;
  letter-spacing: .025em;
  font-family: Suisse Intl, sans-serif;
  font-weight: 400;
  display: flex;
}

.section {
  flex: none;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.flipped {
  z-index: 1;
  background-color: #fff;
}

.section.first {
  z-index: 0;
}

.left-top {
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  padding: 60px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.left-bottom {
  height: 50%;
  position: relative;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

.heading.on-black {
  text-align: right;
  line-height: 30px;
}

.text {
  line-height: 16.8px;
}

.text.on-black {
  color: #fff;
  text-align: right;
}

.text.about {
  letter-spacing: .025em;
  max-width: 450px;
  margin-bottom: 60px;
}

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

.miles {
  max-width: 33.3333%;
  margin-bottom: 60px;
}

.quote-wrapper {
  position: relative;
}

.quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5vw;
  font-weight: 300;
  line-height: 6vw;
  position: relative;
}

.quote.white {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 7px;
}

.line {
  background-color: #020202;
  height: 2px;
  margin-top: 30px;
}

.line.contact {
  background-color: #fff;
  margin-top: 0;
}

.quote-attribution {
  margin-top: 15px;
  font-weight: 500;
  line-height: 16.8px;
}

.text-span {
  color: #1979ac;
}

.point-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.point-wrapper.right-aligned {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
}

.point-wrapper.last {
  margin-bottom: 0;
}

.link {
  color: #1979ac;
  white-space: nowrap;
  font-weight: 500;
}

.link.light {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.big {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 5.5vh;
  font-weight: 300;
  line-height: 6.6vh;
  display: block;
  position: relative;
}

.big.white {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 7px;
}

.big.white.past-projects {
  text-align: right;
  margin-bottom: 15px;
  line-height: 6vh;
}

.big.white.verve {
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 6vh;
}

.big.left-aligned {
  margin-bottom: 7px;
}

.full-height {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hk {
  white-space: nowrap;
}

.full-width {
  background-color: #020202;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 5.5vw;
  font-weight: 300;
  line-height: 6vw;
  text-decoration: none;
  display: block;
  position: relative;
}

.big-link.white {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .left-top {
    padding-left: 30px;
  }

  .miles {
    max-width: 50%;
  }

  .big.white.past-projects {
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .black-wrapper {
    width: 100%;
    min-height: 100vh;
  }

  .white-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    flex-direction: column;
  }

  .section.flipped {
    flex-direction: column-reverse;
  }

  .left-top {
    padding-right: 30px;
  }

  .heading.on-black {
    margin-bottom: 30px;
  }

  .quote {
    font-size: 60px;
    line-height: 64px;
  }

  .link.light {
    font-size: 10vw;
  }

  .big {
    font-size: 60px;
    line-height: 64px;
  }

  .big.white.past-projects {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .big.white.verve {
    margin-bottom: 15px;
    line-height: 64px;
  }

  .full-height {
    min-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .full-width {
    height: 100vh;
  }

  .big-link {
    font-size: 60px;
    line-height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .big-link {
    font-size: 12vw;
    line-height: 14.4vw;
  }
}


@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}